changing keybinds
This commit is contained in:
24
build/resources/main/data/aspects/powers/holy.json
Normal file
24
build/resources/main/data/aspects/powers/holy.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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.",
|
||||
"badges": [
|
||||
{
|
||||
"sprite": "aspects:textures/gui/badge/check.png",
|
||||
"text": "Positive"
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user