added aspects, added dendro
This commit is contained in:
14
bin/main/data/aspects/powers/darkness_damage.json
Normal file
14
bin/main/data/aspects/powers/darkness_damage.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
Reference in New Issue
Block a user