24 lines
543 B
JSON
24 lines
543 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
|
|
} |