Files
Aspects-Celestia-Compat/build/resources/main/data/aspects/powers/fire_immunity.json
missingbinary 2587a6a79e cosmetic fixes
2021-12-12 18:23:44 -04:00

19 lines
414 B
JSON

{
"type": "origins:modify_damage_taken",
"damage_condition": {
"type": "origins:fire"
},
"modifier": {
"operation": "multiply_total",
"value": -1
},
"name":"Fire Immunity",
"description":"You are immune to fire damage.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}