Files
Aspects-Celestia-Compat/build/resources/main/data/aspects/powers/water_breathing.json
missingbinary 2587a6a79e cosmetic fixes
2021-12-12 18:23:44 -04:00

21 lines
428 B
JSON

{
"type": "origins:action_over_time",
"entity_action": {
"type": "origins:gain_air",
"value": 200
},
"interval": 20,
"condition": {
"type": "origins:submerged_in",
"fluid": "minecraft:water"
},
"name":"Gills",
"description":"You can breathe underwater.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}