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

17 lines
407 B
JSON

{
"type": "origins:action_over_time",
"entity_action": {
"type": "origins:apply_effect",
"effect": {
"effect": "minecraft:fire_resistance",
"duration": 200,
"amplifier": 0
}
},
"interval": 20,
"condition": {
"type": "origins:on_fire"
},
"name":"Heat of the Sun",
"description":"Fire doesn't hurt as much."
}