diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-09 17:19:36 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-09 17:19:36 -0800 |
commit | 5f29fb7101de90c7a31b51b255be222c57c744ab (patch) | |
tree | 0a1eba5cb501729f9015009987a9e4d62b10275b /vamp_stuff/Modification_Files/Others | |
parent | Allow blood hoods to be used with helmets. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-5f29fb7101de90c7a31b51b255be222c57c744ab.tar.xz |
Offload several of the vamp_immunities to mutations
Diffstat (limited to 'vamp_stuff/Modification_Files/Others')
-rw-r--r-- | vamp_stuff/Modification_Files/Others/v_effects.json | 12 |
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" ] } ] |