diff options
Diffstat (limited to 'vamp_stuff/Modification_Files')
| -rw-r--r-- | vamp_stuff/Modification_Files/Spells/v_spell_effects.json | 32 | 
1 files changed, 30 insertions, 2 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, | 
