Files
Aspects-Celestia-Compat/bin/main/data/aspects/powers/poison_resistance.json
2021-12-13 11:17:54 -04:00

14 lines
359 B
JSON

{
"type": "origins:action_when_damage_taken",
"entity_action": {
"type": "origins:clear_effect",
"effect": "minecraft:poison"
},
"damage_condition": {
"type": "origins:name",
"name":"magic"
},
"cooldown": 1,
"name":"Poison Ivy",
"description":"You cannot receive the poison status effect."
}