Files
Aspects-Celestia-Compat/build/resources/main/data/aspects/powers/magic_damage.json
2021-12-14 14:56:04 -04:00

19 lines
445 B
JSON

{
"type": "origins:action_on_hit",
"bientity_action": {
"type": "origins:damage",
"amount": 0.5,
"source": {
"name": "indirectMagic",
"magic":true
}
},
"name":"Magic Damage",
"description":"All of your attacks do magic damage.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}