diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-24 21:59:06 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-24 21:59:06 -0800 |
commit | f85c3f58e57dd4162bd50a6c0499b795acc15b0a (patch) | |
tree | f63967f810e02351a45bcaabac235990bc6f611d /vamp_stuff/Modification_Files/Others | |
parent | Port back a number of fixes and cleanups from my attempt to port the mod to DDA. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-f85c3f58e57dd4162bd50a6c0499b795acc15b0a.tar.xz |
Update immunities
Diffstat (limited to 'vamp_stuff/Modification_Files/Others')
-rw-r--r-- | vamp_stuff/Modification_Files/Others/v_effects.json | 36 |
1 files changed, 22 insertions, 14 deletions
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", |