diff options
-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", |