From f85c3f58e57dd4162bd50a6c0499b795acc15b0a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 24 Jan 2022 21:59:06 -0800 Subject: Update immunities --- .../Modification_Files/Others/v_effects.json | 36 +++++++++++++--------- 1 file changed, 22 insertions(+), 14 deletions(-) (limited to 'vamp_stuff') diff --git a/vamp_stuff/Modification_Files/Others/v_effects.json b/vamp_stuff/Modification_Files/Others/v_effects.json index 7ad6465..9925c72 100644 --- a/vamp_stuff/Modification_Files/Others/v_effects.json +++ b/vamp_stuff/Modification_Files/Others/v_effects.json @@ -2,23 +2,31 @@ { "type": "effect_type", "id": "vamp_immunity", - "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", + "//": "Poisons, Inhalation, Drugs Bad, Drugs Good, Vitamins, parasites, viri, mutagens, temperatures", + "blocks_effects": [ + "stung", "poison", "badpoison", "paralyzepoison", + "smoke", "teargas", "relax_gas", "migo_atmosphere", "asthma", + "weed_high", "cig", "high", "meth", "drunk", + "cough_suppress", "took_antiasthmatic", "stim_overdose", "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", - "accumulated_mutagen", "toxin_buildup", "mutating" ] + "accumulated_mutagen", "toxin_buildup", "mutating", + "hot", "cold", "hot_speed", "frostbite", "frostbite_recovery", "blisters" + ], + "removes_effects": [ + "stung", "poison", "badpoison", "paralyzepoison", + "smoke", "teargas", "relax_gas", "migo_atmosphere", "asthma", + "weed_high", "cig", "high", "meth", "drunk", + "cough_suppress", "took_antiasthmatic", "stim_overdose", + "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", + + "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", + "common_cold", "flu", + "accumulated_mutagen", "toxin_buildup", "mutating", + "hot", "cold", "hot_speed", "frostbite", "frostbite_recovery", "blisters" + ] }, { "type": "effect_type", -- cgit v1.2.1