summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Others/v_effects.json
blob: 7ad6465123e5718f40f43984e3443862d42030f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
  {
    "type": "effect_type",
    "id": "vamp_immunity",
    "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",
                         "accumulated_mutagen", "toxin_buildup", "mutating" ]
  },
  {
    "type": "effect_type",
    "id": "vamp_given_blood",
    "name": [ "Recently Gave Blood", "Just Gave Blood" ],
    "desc": [
      "You are recovering from having had your blood taken.", "You are woozy from having had your blood recently taken."
    ],
    "max_intensity": 2,
    "int_dur_factor": "24 h",
    "base_mods": { "per_mod": [ 0 ] },
    "scaling_mods": { "str_mod": [ -1 ], "dex_mod": [ -1 ], "int_mod": [ -1 ], "per_mod": [ -1 ] }
  },
  {
    "type": "effect_type",
    "id": "vamp_refused_blood",
    "name": [ "Refused Blood" ],
    "desc": [
      "You recently refused to allow a vampire to take your blood."
    ],
    "max_intensity": 1,
    "int_dur_factor": "48 h",
    "base_mods": { "per_mod": [ 0 ] }
  }
]