summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Others/v_effects.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-09 00:53:46 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-09 00:53:46 -0800
commit6257fd46cdd23262557ccbb154a1039ab0148bae (patch)
tree8478ccf29f5793e74edce46c190ee2facc5a0cca /vamp_stuff/Modification_Files/Others/v_effects.json
parentFix folder layout (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-6257fd46cdd23262557ccbb154a1039ab0148bae.tar.xz
Many updates to get this mod working properly. See the readme.
Diffstat (limited to 'vamp_stuff/Modification_Files/Others/v_effects.json')
-rw-r--r--vamp_stuff/Modification_Files/Others/v_effects.json14
1 files changed, 12 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/Others/v_effects.json b/vamp_stuff/Modification_Files/Others/v_effects.json
index 9fe1b6e..b8cf22a 100644
--- a/vamp_stuff/Modification_Files/Others/v_effects.json
+++ b/vamp_stuff/Modification_Files/Others/v_effects.json
@@ -2,7 +2,17 @@
{
"type": "effect_type",
"id": "vamp_immunity",
- "removes_effects": [ "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "fearparalyze" ],
- "blocks_effects": [ "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "fearparalyze" ]
+ "removes_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere",
+ "asthma",
+ "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis",
+ "stim_overdose",
+ "common_cold", "flu",
+ "bloodworms", "brainworms", "paincysts", "tapeworm", "tetanus" ],
+ "blocks_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere",
+ "asthma",
+ "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis",
+ "stim_overdose",
+ "common_cold", "flu",
+ "bloodworms", "brainworms", "paincysts", "tapeworm", "tetanus" ]
}
]