Files
Aspects-Celestia-Compat/build/resources/main/data/aspects/powers/magma_regen.json
2021-12-14 14:56:04 -04:00

24 lines
592 B
JSON

{
"type": "origins:action_over_time",
"entity_action": {
"type": "origins:heal",
"amount": 1
},
"interval": 20,
"condition": {
"type": "origins:on_block",
"block_condition": {
"type": "origins:block",
"block": "minecraft:magma_block"
}
},
"name":"Back to the Source",
"description":"As a being of magma, standing on magma blocks gives you regeneration.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}