added support for extra keybinds
This commit is contained in:
17
build/resources/main/data/aspects/powers/magma_regen.json
Normal file
17
build/resources/main/data/aspects/powers/magma_regen.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
Reference in New Issue
Block a user