You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
616 B
JSON
22 lines
616 B
JSON
{
|
|
"type": "origins:invulnerability",
|
|
"name": "Falling on your paws",
|
|
"description": "You always land on your paws. That can't save you from too much height though.",
|
|
"badges": [
|
|
{
|
|
"type": "origins:tooltip",
|
|
"sprite": "minecraft:textures/item/feather.png",
|
|
"text": "No fall damage at all unless you fall from too high."
|
|
}
|
|
],
|
|
"condition": {
|
|
"type": "origins:fall_distance",
|
|
"comparison": "<=",
|
|
"compare_to": 10
|
|
},
|
|
"damage_condition": {
|
|
"type": "origins:in_tag",
|
|
"tag": "minecraft:is_fall"
|
|
}
|
|
}
|