diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-08-26 17:40:46 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-08-26 17:40:46 -0700 |
commit | c117dabc6834b10394158062a262a709a6189312 (patch) | |
tree | 10ad06a1a62cd436499663a99893d5d113592c01 /vamp_stuff/Modification_Files/Others | |
parent | Updated deprecated body part IDs (diff) | |
download | cataclysm-dda-mod_vampire-stuff-redone-c117dabc6834b10394158062a262a709a6189312.tar.xz |
Add Hemomancer blood purge spell
Update vampire immunities
Diffstat (limited to 'vamp_stuff/Modification_Files/Others')
-rw-r--r-- | vamp_stuff/Modification_Files/Others/v_effects.json | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/vamp_stuff/Modification_Files/Others/v_effects.json b/vamp_stuff/Modification_Files/Others/v_effects.json index 6f34a44..90c8cd1 100644 --- a/vamp_stuff/Modification_Files/Others/v_effects.json +++ b/vamp_stuff/Modification_Files/Others/v_effects.json @@ -2,16 +2,23 @@ { "type": "effect_type", "id": "vamp_immunity", - "blocks_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere", + "note": "Poisons, Inhalation Bad, Inhalation Good/Mixed, Nutrient Deficiencies, drug overdoses, parasites, viri, mutagens", + "blocks_effects": [ "stung", "poison", "badpoison", "paralyzepoison", + "smoke", "teargas", "relax_gas", "migo_atmosphere", + "cough_suppress", "weed_high", "cig", "high", "meth", "took_antiasthmatic", + "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", + "stim_overdose", + "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", + "common_cold", "flu", + "accumulated_mutagen", "toxin_buildup", "mutating" ], + "removes_effects": [ "stung", "poison", "badpoison", "paralyzepoison", + "smoke", "teargas", "relax_gas", "migo_atmosphere", + "cough_suppress", "weed_high", "cig", "high", "meth", "took_antiasthmatic", "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", "stim_overdose", "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", - "common_cold", "flu" ], - "removes_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere", - "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", - "stim_overdose", - "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", - "common_cold", "flu" ] + "common_cold", "flu", + "accumulated_mutagen", "toxin_buildup", "mutating" ], }, { "type": "effect_type", |