summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Others/v_effects.json
blob: f0c6a617dbcb06f52f6ab7d057ed2ed7dd73cd09 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[
  {
    "type": "effect_type",
    "id": "vamp_immunity",
    "//": "Poisons, Inhalation, Drugs Bad, Drugs Good, Vitamins, parasites, viri, mutagens, temperatures",
    "blocks_effects": [
                        "stung", "poison", "badpoison", "paralyzepoison", "venom_dmg", "venom_weaken", "venom_blind", "venom_pain",
                        "smoke", "teargas", "relax_gas", "migo_atmosphere", "tpollen", "asthma", "winded",
                        "weed_high", "cig", "high", "meth", "drunk",
                        "cough_suppress", "took_antiasthmatic", "took_flumed", "flushot", "prophylactic_antivenom",
                        "stim_overdose",
                        "anemia", "redcells_anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis",
                        
                        "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm",
                        "common_cold", "flu", "tetanus", "rat_bite_fever",
                        "mutating",
                        "accumulated_mutagen", "genetics_damaged",
                        
                        "mutagen", "mutagenic_slurry", "mutagen_chelator", "mutagen_alpha", "mutagen_batrachian", "mutagen_beast", "mutagen_bird",
                        "mutagen_cattle", "mutagen_cephalopod", "mutagen_chimera", "mutagen_elfa", "mutagen_feline", "mutagen_fish", "mutagen_gastropod",
                        "mutagen_human", "mutagen_insect", "mutagen_lizard", "mutagen_lupine", "mutagen_medical", "mutagen_mouse", "mutagen_plant",
                        "mutagen_raptor", "mutagen_rabbit", "mutagen_rat", "mutagen_slime", "mutagen_spider", "mutagen_troglobite", "mutagen_ursine",
                        
                        "toxin_buildup",
                        "hot", "cold", "hot_speed", "frostbite", "frostbite_recovery", "blisters", "zapped",
                        
                        "deaf"
                      ],
    "removes_effects": [
                        "stung", "poison", "badpoison", "paralyzepoison", "venom_dmg", "venom_weaken", "venom_blind", "venom_pain",
                        "smoke", "teargas", "relax_gas", "migo_atmosphere", "tpollen", "asthma", "winded",
                        "weed_high", "cig", "high", "meth", "drunk",
                        "cough_suppress", "took_antiasthmatic", "took_flumed", "flushot", "prophylactic_antivenom",
                        "stim_overdose",
                        "anemia", "redcells_anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis",
                        
                        "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm",
                        "common_cold", "flu", "tetanus", "rat_bite_fever",
                        "mutating",
                        "accumulated_mutagen", "genetics_damaged",
                        
                        "mutagen", "mutagenic_slurry", "mutagen_chelator", "mutagen_alpha", "mutagen_batrachian", "mutagen_beast", "mutagen_bird",
                        "mutagen_cattle", "mutagen_cephalopod", "mutagen_chimera", "mutagen_elfa", "mutagen_feline", "mutagen_fish", "mutagen_gastropod",
                        "mutagen_human", "mutagen_insect", "mutagen_lizard", "mutagen_lupine", "mutagen_medical", "mutagen_mouse", "mutagen_plant",
                        "mutagen_raptor", "mutagen_rabbit", "mutagen_rat", "mutagen_slime", "mutagen_spider", "mutagen_troglobite", "mutagen_ursine",
                        
                        "toxin_buildup",
                        "hot", "cold", "hot_speed", "frostbite", "frostbite_recovery", "blisters", "zapped",
                        
                        "deaf"
                       ]
  },
  {
    "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 ] }
  }
]