From c117dabc6834b10394158062a262a709a6189312 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 26 Aug 2021 17:40:46 -0700 Subject: Add Hemomancer blood purge spell Update vampire immunities --- vamp_stuff/Modification_Files/Others/v_effects.json | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'vamp_stuff/Modification_Files/Others') diff --git a/vamp_stuff/Modification_Files/Others/v_effects.json b/vamp_stuff/Modification_Files/Others/v_effects.json index 6f34a44..90c8cd1 100644 --- a/vamp_stuff/Modification_Files/Others/v_effects.json +++ b/vamp_stuff/Modification_Files/Others/v_effects.json @@ -2,16 +2,23 @@ { "type": "effect_type", "id": "vamp_immunity", - "blocks_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere", + "note": "Poisons, Inhalation Bad, Inhalation Good/Mixed, Nutrient Deficiencies, drug overdoses, parasites, viri, mutagens", + "blocks_effects": [ "stung", "poison", "badpoison", "paralyzepoison", + "smoke", "teargas", "relax_gas", "migo_atmosphere", + "cough_suppress", "weed_high", "cig", "high", "meth", "took_antiasthmatic", + "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", + "stim_overdose", + "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", + "common_cold", "flu", + "accumulated_mutagen", "toxin_buildup", "mutating" ], + "removes_effects": [ "stung", "poison", "badpoison", "paralyzepoison", + "smoke", "teargas", "relax_gas", "migo_atmosphere", + "cough_suppress", "weed_high", "cig", "high", "meth", "took_antiasthmatic", "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", "stim_overdose", "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", - "common_cold", "flu" ], - "removes_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere", - "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", - "stim_overdose", - "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", - "common_cold", "flu" ] + "common_cold", "flu", + "accumulated_mutagen", "toxin_buildup", "mutating" ], }, { "type": "effect_type", -- cgit v1.2.1