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

14 lines
334 B
JSON

{
"type": "origins:action_when_damage_taken",
"entity_action": {
"type": "origins:damage",
"amount": 2
},
"damage_condition": {
"type": "origins:name",
"name":"wither"
},
"cooldown": 1,
"name":"Darkness Damage",
"description":"You take more damage from wither damage."
}