Major changes along with some more minor patches + quality upgrades. ✅ Main Changes: - Updated to 1.18.2 - Removed Imber, Altum (for now) and Navitas - Patched issue #1 - Made balancing changes - Cleaned up project - Simplified confusing code
24 lines
590 B
JSON
24 lines
590 B
JSON
{
|
|
"type": "origins:action_when_damage_taken",
|
|
"entity_action": {
|
|
"type": "origins:damage",
|
|
"amount": 2,
|
|
"source": {
|
|
"name": "explosion",
|
|
"bypasses_armor": false
|
|
}
|
|
},
|
|
"damage_condition": {
|
|
"type": "origins:name",
|
|
"name": "inWall"
|
|
},
|
|
"cooldown": 1,
|
|
"name":"Crystalline",
|
|
"description":"You take more damage from explosions. / +2 explosion damage",
|
|
"badges": [
|
|
{
|
|
"sprite": "aspects:textures/gui/badge/cross.png",
|
|
"text": "Negative"
|
|
}
|
|
]
|
|
} |