summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-24 21:59:06 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-24 21:59:06 -0800
commitf85c3f58e57dd4162bd50a6c0499b795acc15b0a (patch)
treef63967f810e02351a45bcaabac235990bc6f611d
parentPort back a number of fixes and cleanups from my attempt to port the mod to DDA. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-f85c3f58e57dd4162bd50a6c0499b795acc15b0a.tar.xz
Update immunities
-rw-r--r--vamp_stuff/Modification_Files/Others/v_effects.json36
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",