diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-03 17:28:56 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-03 17:28:56 -0700 |
commit | 4ed0f4230bc8db3ddd35ed203c422af6a5636339 (patch) | |
tree | f9bcb9a16e70533308656f7b59a1666c316c0d57 /vamp_stuff/Modification_Files/Others | |
parent | Comment out blood drinking from allied vampires for now (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-4ed0f4230bc8db3ddd35ed203c422af6a5636339.tar.xz |
Remove Infection Resist due to it being made Infection Immune
Add Non-ooze infections to the Vampire Immunity effect
Diffstat (limited to 'vamp_stuff/Modification_Files/Others')
-rw-r--r-- | vamp_stuff/Modification_Files/Others/v_effects.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/Others/v_effects.json b/vamp_stuff/Modification_Files/Others/v_effects.json index 9db9b0a..ff7a716 100644 --- a/vamp_stuff/Modification_Files/Others/v_effects.json +++ b/vamp_stuff/Modification_Files/Others/v_effects.json @@ -5,11 +5,13 @@ "blocks_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere", "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", "stim_overdose", - "tetanus" ], + "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", + "tetanus", "common_cold", "flu" ], "removes_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere", "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", "stim_overdose", - "tetanus" ] + "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", + "tetanus", "common_cold", "flu" ] }, { "type": "effect_type", |