Update lightning_immunity.json
Made it so you are truly invincible to lightning
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user