Files
Aspects-Celestia-Compat/bin/main/data/aspects/powers/explosion_immunity.json
2021-12-13 21:09:17 -04:00

13 lines
310 B
JSON

{
"type": "origins:modify_damage_taken",
"damage_condition": {
"type": "origins:name",
"name":"explosion.player"
},
"modifier": {
"operation": "addition",
"value": -1000
},
"name":"Explosion Immunity",
"description":"Explosions don't hurt you."
}