added aspects, added dendro
This commit is contained in:
18
src/main/resources/data/aspects/powers/holy.json
Normal file
18
src/main/resources/data/aspects/powers/holy.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "origins:action_on_hit",
|
||||
"bientity_action": {
|
||||
"type": "origins:damage",
|
||||
"amount": 3,
|
||||
"source": {
|
||||
"name": "generic",
|
||||
"bypasses_armor": true
|
||||
}
|
||||
},
|
||||
"condition": {
|
||||
"type": "origins:entity_group",
|
||||
"group": "undead"
|
||||
},
|
||||
"name":"Holy Affinity",
|
||||
"description":"You do more damage against the undead."
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user