From 3beee7b9c4668509cf82069c202492a1daaef5d8 Mon Sep 17 00:00:00 2001 From: AbyssDweller <80689879+AbyssDweller@users.noreply.github.com> Date: Thu, 18 Aug 2022 20:01:13 -0400 Subject: [PATCH] Update lightning_immunity.json Made it so you are truly invincible to lightning --- .../resources/data/aspects/powers/lightning_immunity.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main/resources/data/aspects/powers/lightning_immunity.json b/src/main/resources/data/aspects/powers/lightning_immunity.json index e99b566..d25ec59 100644 --- a/src/main/resources/data/aspects/powers/lightning_immunity.json +++ b/src/main/resources/data/aspects/powers/lightning_immunity.json @@ -1,12 +1,8 @@ { - "type": "origins:modify_damage_taken", + "type": "origins:invulnerability", "damage_condition": { "type": "origins:name", "name":"lightningBolt" }, - "modifier": { - "operation": "addition", - "value": -1000 - }, "hidden": true } \ No newline at end of file