Update lightning_immunity.json

Made it so you are truly invincible to lightning
This commit is contained in:
AbyssDweller
2022-08-18 20:01:13 -04:00
parent dfb14d6578
commit 3beee7b9c4

View File

@@ -1,12 +1,8 @@
{ {
"type": "origins:modify_damage_taken", "type": "origins:invulnerability",
"damage_condition": { "damage_condition": {
"type": "origins:name", "type": "origins:name",
"name":"lightningBolt" "name":"lightningBolt"
}, },
"modifier": {
"operation": "addition",
"value": -1000
},
"hidden": true "hidden": true
} }