27 lines
656 B
JSON
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"
|
|
}
|
|
]
|
|
} |