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.

41 lines
1.0 KiB
JSON

{
"type": "origins:multiple",
"name": "Frail Flight",
"description": "Able to use your wings to glide but only when you're not hurt.",
"badges": [
{
"type": "origins:tooltip",
"sprite": "minecraft:textures/item/elytra.png",
"text": "You can glide as if wearing an elytra!"
},
{
"type": "origins:tooltip",
"sprite": "minecraft:textures/item/feather.png",
"text": "If you're hurt you can not fly anymore! Stay healthy!"
},
{
"type": "origins:tooltip",
"sprite": "minecraft:textures/item/firework_rocket.png",
"text": "You can't use firework anymore. No boosting!"
}
],
"frail_flight": {
"type": "origins:elytra_flight",
"render_elytra": true,
"condition": {
"type": "origins:health",
"comparison": ">=",
"compare_to": 19
}
},
"prevent_boost": {
"type": "origins:prevent_item_use",
"item_condition": {
"type": "origins:ingredient",
"ingredient": {
"item": "minecraft:firework_rocket"
}
}
}
}