summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
blob: 311bbc266e96dadabb5e847a8fe1f2b5c68abcbd (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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
[
  {
    "type": "mutation",
    "id": "THRESH_REAL_VAMP",
    "name": { "str": "Vampire" },
    "points": 1,
    "description": "Easy prey are few these days. But if you play your cards right, you'll finally get a shot at ruling your own domain.",
    "valid": false,
    "purifiable": false,
    "threshold": true,
    "cancels": [ "VAMP_GHOUL", "VAMP_BLOODDOLL" ],
    "enchantments": [ "VAMP_ench" ],
    "passive_mods": { "str_mod": 2, "dex_mod": 2, "int_mod": 2, "per_mod": 2 },
    "vitamin_rates": [ [ "vitA", -1200 ], [ "vitB", -1200 ], [ "vitC", -1200 ], [ "calcium", -1200 ], [ "iron", -1200 ]  ]
  },
  {
    "type": "mutation",
    "id": "VAMP_SIRE",
    "name": { "str": "Your Sire" },
    "points": 0,
    "description": "This is the Vampire that embraced you. You will always feel a bond with them.",
    "valid": false,
    "purifiable": false,
    "category": [ "REAL_VAMP" ],
    "cancels": [ "VAMP_SIBLING", "VAMP_CHILDE", "VAMP_GHOUL", "VAMP_BLOODDOLL" ]
  },
  {
    "type": "mutation",
    "id": "VAMP_SIBLING",
    "//": "Consanguinor, Sireling, Embracemate, Siremate, Bloodmate, Kin",
    "name": { "str": "Your Kin" },
    "points": 0,
    "description": "This Vampire has the same sire as you.",
    "valid": false,
    "purifiable": false,
    "category": [ "REAL_VAMP" ],
    "cancels": [ "VAMP_SIRE", "VAMP_CHILDE", "VAMP_GHOUL", "VAMP_BLOODDOLL" ]
  },
  {
    "type": "mutation",
    "id": "VAMP_CHILDE",
    "name": { "str": "Your Childe" },
    "points": 0,
    "description": "You embraced this Vampire. They will always feel a bond with you.",
    "valid": false,
    "purifiable": false,
    "category": [ "REAL_VAMP" ],
    "cancels": [ "VAMP_SIRE", "VAMP_SIBLING", "VAMP_GHOUL", "VAMP_BLOODDOLL" ]
  },
  {
    "type": "mutation",
    "id": "VAMP_THRALL",
    "name": { "str": "Your Thrall" },
    "mixed_effect": true,
    "points": -1,
    "description": "You have enslaved this Vampire to your will.",
    "valid": false,
    "purifiable": false,
    "category": [ "REAL_VAMP" ],
    "cancels": [ "VAMP_GHOUL", "VAMP_BLOODDOLL" ]
  },
  {
    "type": "mutation",
    "id": "VAMP_GHOUL",
    "name": { "str": "Your Ghoul" },
    "mixed_effect": true,
    "points": -1,
    "description": "You have enslaved this Human to your will.",
    "valid": false,
    "purifiable": false,
    "cancels": [ "VAMP_SIRE", "VAMP_SIBLING", "VAMP_CHILDE", "VAMP_BLOODDOLL" ],
    "passive_mods": { "str_mod": 1, "dex_mod": 1, "int_mod": 1, "per_mod": 1 }
  },
  {
    "type": "mutation",
    "id": "VAMP_BLOODDOLL",
    "name": { "str": "Blood Doll" },
    "mixed_effect": true,
    "points": 1,
    "description": "You gain a twisted pleasure letting vampires feed on you.",
    "valid": false,
    "purifiable": false,
    "cancels": [ "VAMP_SIRE", "VAMP_SIBLING", "VAMP_CHILDE", "VAMP_THRALL" ]
  },
  {
    "type": "mutation",
    "id": "REAL_SHADOW_MELD",
    "name": "Shadow Meld",
    "points": 4,
    "description": "The light around you bends strangely, making it harder for enemies to notice you.",
    "valid": false,
    "purifiable": false,
    "prereqs": [ "WEAKSCENT" ],
    "threshreq": [ "THRESH_REAL_VAMP" ],
    "category": [ "REAL_VAMP" ],
    "stealth_modifier": 25
  },
  {
    "type": "mutation",
    "id": "REAL_BEAUTIFUL_VAMP",
    "name": "Moon-lit Grace",
    "points": 6,
    "ugliness": -7,
    "description": "Aside from your appearances, your movements are incredibly graceful and allow you to seemingly glide through every task.",
    "valid": false,
    "purifiable": false,
    "threshreq": [ "THRESH_REAL_VAMP" ],
    "category": [ "REAL_VAMP" ],
    "noise_modifier": 0.2,
    "movecost_modifier": 0.9,
    "attackcost_modifier": 0.9
  },
  {
    "type": "mutation",
    "id": "REAL_VAMP_EYES",
    "name": "Red Iris",
    "mixed_effect": true,
    "points": 4,
    "visibility": 1,
    "ugliness": 1,
    "description": "Your eyes have a slitted pupil and an iris of hypnotic scarlet.  People feel mildly persuaded, and frightened, by you.",
    "valid": false,
    "purifiable": false,
    "threshreq": [ "THRESH_REAL_VAMP" ],
    "cancels": [
        "BIRD_EYE", "CEPH_EYES", "COMPOUND_EYES", "ELFAEYES", "FEL_EYE", "LIZ_EYE", "URSINE_EYE",
        "eye_blue", "eye_brown", "eye_hazel", "eye_amber", "eye_gray", "eye_green"
    ],
    "category": [ "REAL_VAMP" ],
    "social_modifiers": { "lie": 5, "persuade": 10, "intimidate": 5 },
    "types": [ "eye_color" ]
  },
  {
    "type": "mutation",
    "id": "VAMP_VISION",
    "name": { "str": "Vampire Nightsight" },
    "points": 6,
    "description": "You are a creature of the night and your eyes are tuned to function in total darkness.  Activate to toggle NV-visible areas on or off.",
    "valid": false,
    "purifiable": false,
    "prereqs": [ "REAL_VAMP_EYES" ],
    "threshreq": [ "THRESH_REAL_VAMP" ],
    "leads_to": [ "INFRARED" ],
    "cancels": [
      "ELFA_NV", "ELFA_FNV",
      "FEL_NV",
      "NIGHTVISION", "NIGHTVISION2", "NIGHTVISION3"
    ],
    "category": [ "REAL_VAMP" ],
    "active": true,
    "starts_active": true,
    "night_vision_range": 15
  },
  {
    "type": "mutation",
    "id": "VAMP_SKIN",
    "name": "Deadened Body",
    "points": 4,
    "visibility": 3,
    "ugliness": 1,
    "description": "You look very pale and your skin is cold to the touch, and you no longer breathe nor does your heart beat. On the other hand you are immune to most conditions that would debilitate the living, as well as being resistant to regular injuries.",
    "valid": false,
    "purifiable": false,
    "threshreq": [ "THRESH_REAL_VAMP" ],
    "category": [ "REAL_VAMP" ],
    "armor": [ { "parts": "ALL", "bash": 10, "bullet": 5, "cut": 5, "stab": 5, "electric": 5 } ],
    "cancels": [
      "ASTHMA",
      "ALBINO", "PALE", "SUNBURN",
      "SKIN_DARK", "SKIN_LIGHT", "SKIN_MEDIUM", "SKIN_PINK", "SKIN_TAN"
    ],
    "types": [ "SKIN", "skin_tone" ]
  },
  {
    "type": "mutation",
    "id": "VAMP_FANGS",
    "name": "Vampire Fangs",
    "points": 2,
    "description": "Your canine teeth have grown into fangs, which can be retracted at will. This enables you to avoid looking any differently, while still allowing you to make an extra attack when conditions favor it.",
    "valid": false,
    "purifiable": false,
    "types": [ "TEETH" ],
    "threshreq": [ "THRESH_REAL_VAMP" ],
    "cancels": [ "FANGS", "MANDIBLES", "MOUTH_TENTACLES" ],
    "category": [ "REAL_VAMP" ],
    "attacks": [
      {
        "attack_text_u": "You sink your fangs into %s",
        "attack_text_npc": "%1$s sinks their fangs into %2$s",
        "body_part": "mouth",
        "chance": 20,
        "base_damage": { "damage_type": "stab", "amount": 25 }
      }
    ]
  },
  {
    "type": "mutation",
    "id": "VAMP_CLAWS",
    "name": { "str": "Vampire Claws" },
    "points": 2,
    "cut_dmg_bonus": 10,
    "butchering_quality": 4,
    "description": "Your fingernails have grown into sharp claws, which can be retracted at will.  If you aren't wearing gloves, your unarmed attacks deal additional cutting damage.",
    "valid": false,
    "purifiable": false,
    "types": [ "CLAWS" ],
    "threshreq": [ "THRESH_REAL_VAMP" ],
    "prereqs": [ "NAILS" ],
    "cancels": [
      "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8",
      "CLAWS", "CLAWS_RAT", "CLAWS_RETRACT",
      "TALONS"
    ],
    "category": [ "REAL_VAMP" ]
  },
  {
    "type": "mutation",
    "id": "VAMP_CURSE",
    "name": "Damned",
    "points": -10,
    "description": "Your unholy nature has marked you as forever banished from the divine light. Exposure to natural sunlight or fire can kill you in seconds. Artificial sunlight, such as from a SAD lamp or tanning bad, is harmless.",
    "valid": false,
    "purifiable": false,
    "threshreq": [ "THRESH_REAL_VAMP" ],
    "cancels": [ "SUNLIGHT_DEPENDENT", "TROGLO", "TROGLO2", "TROGLO3" ],
    "category": [ "REAL_VAMP" ]
  },
  {
    "type": "mutation",
    "id": "VAMP_HUNGER",
    "name": { "str": "Blood Drinker" },
    "points": -6,
    "description": "Your undead metabolism requires the regular consumption of blood, both as sustinance and as an addiction. You find it hard to focus when you are hungry, and consuming anything else will cause you to vomit it back up.",
    "threshreq": [ "THRESH_REAL_VAMP" ],
    "category": [ "REAL_VAMP" ],
    "cancels": [
      "THIRST", "THIRST2", "THIRST3",
      "VEGETARIAN", "HERBIVORE", "RUMINANT",
      "MEATARIAN", "CARNIVORE", "CANNIBAL",
      "ANTIFRUIT",
      "LACTOSE",
      "ANTIJUNK", "PROJUNK",
      "ALCMET",
      "SAPROVORE"
    ],
    "valid": false,
    "purifiable": false,
    "flags": [ "VAMPIRE" ]
  }
]