Files
Aspects-Celestia-Compat/bin/main/data/aspects/powers/magma_regen.json
2021-12-13 21:09:17 -04:00

18 lines
452 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."
}