Files
Aspects-Celestia-Compat/build/resources/main/data/aspects/powers/negate_fall_damage.json
2022-08-10 23:09:30 -04:00

27 lines
656 B
JSON

{
"type": "origins:multiple",
"fall_immunity": {
"type": "origins:invulnerability",
"damage_condition": {
"type": "origins:name",
"name": "fall"
},
"cooldown": 1
},
"kinetic_immunity": {
"type": "origins:invulnerability",
"damage_condition": {
"type": "origins:name",
"name": "flyIntoWall"
},
"cooldown": 1
},
"name":"Negate Falling",
"description":"You cannot take fall damage.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/equal.png",
"text": "Neutral"
}
]
}