diff options
| -rw-r--r-- | vamp_stuff/Modification_Files/Spells/v_spell_effects.json | 32 | ||||
| -rw-r--r-- | vamp_stuff/readme | 4 | 
2 files changed, 30 insertions, 6 deletions
| diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_effects.json b/vamp_stuff/Modification_Files/Spells/v_spell_effects.json index fdd5c7a..67165bc 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_effects.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_effects.json @@ -28,8 +28,36 @@      "id": "v_spell_purge",      "name": [ "Purging" ],      "desc": [ "Contaminants in your blood are being sought out and expelled." ], -    "removes_effects": [ "antibiotic, cureall, datura, depressants, drunk, fungus, iodine, infected, irradiated, jetinjector, melatonin, panacea, pblue, pkill, pkill1, pkill2, pkill3, pkill_l, recover, spores, stim, stimpack, strong_antibiotic, took_antiasthmatic, took_prozac, took_prozac_bad, took_thorazine, took_thorazine_visible, took_xanax, tummy_tablet, valium, weak_antibiotic" ], -    "blocks_effects": [ "antibiotic, cureall, datura, depressants, drunk, fungus, iodine, infected, irradiated, jetinjector, melatonin, panacea, pblue, pkill, pkill1, pkill2, pkill3, pkill_l, recover, spores, stim, stimpack, strong_antibiotic, took_antiasthmatic, took_prozac, took_prozac_bad, took_thorazine, took_thorazine_visible, took_xanax, tummy_tablet, valium, weak_antibiotic" ], +    "removes_effects": [ +                          "weak_antibiotic", "antibiotic", "strong_antibiotic", +                          "bite", "infected", "recover", +                          "spores", "fungus", +                          "cureall", "panacea", +                          "datura", "drunk", +                          "iodine", "irradiated", "pblue", +                          "melatonin", +                          "pkill", "pkill1", "pkill2", "pkill3", "pkill_l", +                          "stim", "depressants", +                          "stimpack", "jetinjector", +                          "took_antiasthmatic", "took_prozac", "took_prozac_bad", "took_thorazine", "took_thorazine_visible", "took_xanax", +                          "tummy_tablet", +                          "valium" +    ], +    "blocks_effects": [ +                          "weak_antibiotic", "antibiotic", "strong_antibiotic", +                          "bite", "infected", "recover", +                          "spores", "fungus", +                          "cureall", "panacea", +                          "datura", "drunk", +                          "iodine", "irradiated", "pblue", +                          "melatonin", +                          "pkill", "pkill1", "pkill2", "pkill3", "pkill_l", +                          "stim", "depressants", +                          "stimpack", "jetinjector", +                          "took_antiasthmatic", "took_prozac", "took_prozac_bad", "took_thorazine", "took_thorazine_visible", "took_xanax", +                          "tummy_tablet", +                          "valium" +    ],      "base_mods": { "rad_min": [ -5 ] },      "rating": "good",      "show_in_info": true, diff --git a/vamp_stuff/readme b/vamp_stuff/readme index a775507..a4478c6 100644 --- a/vamp_stuff/readme +++ b/vamp_stuff/readme @@ -148,10 +148,6 @@ Get the arcana side of the mod working as well.  Add a recipe to use bloodrunes to gain access to spellcasting classes.  Add spell to simulate combat feeding.  -Find a way to drink blood in combat without spilling or requiring a container as part of it. -Figure out why blood purge fails to cleanse fungal infection. --Only a problem in Bright Nights. --Appears to be hardcoded in some way. --Other antifungal effects don't remove it normally, instead they invoke iuse functions that do so.  Replace MAX_HP effect for hemomancy with something else.  -There no longer appears to be any game effect to boost maximum hp values.  Replace environment protection debuff on ice curse. | 
