Files
Aspects-Celestia-Compat/bin/main/data/aspects/powers/water_breathing.json
2021-12-12 15:43:31 -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"
}
]
}