diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-09 12:36:03 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-09 12:36:03 -0700 | 
| commit | 185249fbfa3c042977bbba75f2be8fd029341b34 (patch) | |
| tree | 2e11b7c9f6a1b9a9a4ae7dacaef37dab2105740f /vamp_stuff | |
| parent | Explicitly mark Flow Suppression as causing biological damage. (diff) | |
| download | cataclysm-bn-mod_vampire-stuff-redone-185249fbfa3c042977bbba75f2be8fd029341b34.tar.xz | |
Update vampire immunity for some effects added in 0.6.0
Diffstat (limited to 'vamp_stuff')
| -rw-r--r-- | vamp_stuff/Modification_Files/Others/v_effects.json | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/vamp_stuff/Modification_Files/Others/v_effects.json b/vamp_stuff/Modification_Files/Others/v_effects.json index 119bdc3..3dc5dea 100644 --- a/vamp_stuff/Modification_Files/Others/v_effects.json +++ b/vamp_stuff/Modification_Files/Others/v_effects.json @@ -4,8 +4,8 @@      "id": "vamp_immunity",      "//": "Poisons, Inhalation, Drugs Bad, Drugs Good, Vitamins, parasites, viri, mutagens, temperatures",      "blocks_effects": [ -                        "stung", "poison", "badpoison", "paralyzepoison", -                        "smoke", "teargas", "relax_gas", "migo_atmosphere", "asthma", +                        "stung", "poison", "badpoison", "paralyzepoison", "venom_dmg", "venom_weaken", +                        "smoke", "teargas", "relax_gas", "migo_atmosphere", "asthma", "tpollen",                          "weed_high", "cig", "high", "meth", "drunk",                          "cough_suppress", "took_antiasthmatic", "stim_overdose",                          "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", @@ -15,8 +15,8 @@                          "hot", "cold", "hot_speed", "frostbite", "frostbite_recovery", "blisters"                        ],      "removes_effects": [ -                        "stung", "poison", "badpoison", "paralyzepoison", -                        "smoke", "teargas", "relax_gas", "migo_atmosphere", "asthma", +                        "stung", "poison", "badpoison", "paralyzepoison", "venom_dmg", "venom_weaken", +                        "smoke", "teargas", "relax_gas", "migo_atmosphere", "asthma", "tpollen",                          "weed_high", "cig", "high", "meth", "drunk",                          "cough_suppress", "took_antiasthmatic", "stim_overdose",                          "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", | 
