diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-22 22:29:05 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-22 22:29:05 -0800 |
commit | ca3775691a3e8fc49513c4626f9b84a86c147af5 (patch) | |
tree | 2b4fba5edc83164ee38dae591eb3a965198b96ab /vamp_stuff/Modification_Files/Spells | |
parent | Add a cap to the vampire effect duration. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-ca3775691a3e8fc49513c4626f9b84a86c147af5.tar.xz |
Finally fix the long broken Purge spell.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells')
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/v_spell_effects.json | 7 |
1 files changed, 7 insertions, 0 deletions
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", |