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 17:19:36 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-09 17:19:36 -0800
commit5f29fb7101de90c7a31b51b255be222c57c744ab (patch)
tree0a1eba5cb501729f9015009987a9e4d62b10275b /vamp_stuff/Modification_Files/Others/v_effects.json
parentAllow blood hoods to be used with helmets. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-5f29fb7101de90c7a31b51b255be222c57c744ab.tar.xz
Offload several of the vamp_immunities to mutations
Diffstat (limited to 'vamp_stuff/Modification_Files/Others/v_effects.json')
-rw-r--r--vamp_stuff/Modification_Files/Others/v_effects.json12
1 files changed, 4 insertions, 8 deletions
diff --git a/vamp_stuff/Modification_Files/Others/v_effects.json b/vamp_stuff/Modification_Files/Others/v_effects.json
index b8cf22a..732511d 100644
--- a/vamp_stuff/Modification_Files/Others/v_effects.json
+++ b/vamp_stuff/Modification_Files/Others/v_effects.json
@@ -2,17 +2,13 @@
{
"type": "effect_type",
"id": "vamp_immunity",
- "removes_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere",
- "asthma",
+ "blocks_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere",
"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",
+ "tetanus" ],
+ "removes_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere",
"anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis",
"stim_overdose",
- "common_cold", "flu",
- "bloodworms", "brainworms", "paincysts", "tapeworm", "tetanus" ]
+ "tetanus" ]
}
]