From ca3775691a3e8fc49513c4626f9b84a86c147af5 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 22 Dec 2024 22:29:05 -0800 Subject: Finally fix the long broken Purge spell. --- vamp_stuff/Modification_Files/Spells/v_spell_effects.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vamp_stuff/Modification_Files') diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_effects.json b/vamp_stuff/Modification_Files/Spells/v_spell_effects.json index 67165bc..40f1e11 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_effects.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_effects.json @@ -28,11 +28,15 @@ "id": "v_spell_purge", "name": [ "Purging" ], "desc": [ "Contaminants in your blood are being sought out and expelled." ], + "//": "Vampires are already immune to many of these effects. They are added for redundancy.", "removes_effects": [ "weak_antibiotic", "antibiotic", "strong_antibiotic", "bite", "infected", "recover", + "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", + "poison", "badpoison", "venom_dmg", "venom_weaken", "stung", "paralyze_poison", "foodpoison", "spores", "fungus", "cureall", "panacea", + "asthma", "common_cold", "flu", "datura", "drunk", "iodine", "irradiated", "pblue", "melatonin", @@ -46,8 +50,11 @@ "blocks_effects": [ "weak_antibiotic", "antibiotic", "strong_antibiotic", "bite", "infected", "recover", + "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", + "poison", "badpoison", "venom_dmg", "venom_weaken", "stung", "paralyze_poison", "foodpoison", "spores", "fungus", "cureall", "panacea", + "asthma", "common_cold", "flu", "datura", "drunk", "iodine", "irradiated", "pblue", "melatonin", -- cgit v1.2.1