summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Mutation/mutations.json
blob: b683086fda6894640c21d8d953f1b82999d7d314 (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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
[
  {
    "type": "mutation",
    "id": "FLEET",
    "name": "Fleet-Footed",
    "points": 2,
    "description": "You can move more quickly than most, resulting in a 15% speed bonus on sure footing.",
    "starting_trait": true,
    "changes_to": [ "FLEET2" ],
    "category": [ "SPIDER", "MOUSE", "VAMP" ],
    "types": [ "RUNNING" ],
    "movecost_flatground_modifier": 0.85
  },
  {
    "type": "mutation",
    "id": "GOODHEARING",
    "name": "Good Hearing",
    "points": 1,
    "description": "Your hearing is better than average, and you can hear distant sounds more easily.",
    "starting_trait": true,
    "category": [ "ALPHA", "MOUSE", "ELFA", "VAMP" ],
    "cancels": [ "BADHEARING" ],
    "hearing_modifier": 1.25
  },
  {
    "type": "mutation",
    "id": "GOODCARDIO",
    "name": "Indefatigable",
    "points": 2,
    "description": "Whether due to exercise and good diet, or due to a natural propensity to physical endurance, you tire due to physical exertion much less readily than others.  Your maximum stamina is 25% higher than usual.",
    "starting_trait": true,
    "valid": false,
    "cancels": [ "BADCARDIO" ],
    "changes_to": [ "GOODCARDIO2" ],
    "category": [ "FISH", "LUPINE", "MOUSE", "INSECT", "VAMP" ],
    "max_stamina_modifier": 1.25
  },
  {
    "type": "mutation",
    "id": "FASTHEALER",
    "name": "Fast Healer",
    "points": 2,
    "description": "You heal faster when sleeping and will even recover a small amount of HP when not sleeping.",
    "starting_trait": true,
    "types": [ "HEALING" ],
    "changes_to": [ "FASTHEALER2", "REGEN_LIZ" ],
    "category": [ "MEDICAL", "VAMP" ],
    "healing_awake": 0.2,
    "healing_resting": 0.5
  },
  {
    "type": "mutation",
    "id": "FASTHEALER2",
    "name": { "str": "Very Fast Healer" },
    "points": 4,
    "description": "Your flesh regenerates slowly, and you will regain HP even when not sleeping.",
    "types": [ "HEALING" ],
    "prereqs": [ "FASTHEALER" ],
    "changes_to": [ "REGEN" ],
    "category": [ "PLANT", "VAMP" ],
    "healing_awake": 0.66,
    "healing_resting": 0.5,
    "mending_modifier": 4.0
  },
  {
    "type": "mutation",
    "id": "REGEN",
    "name": { "str": "Regeneration" },
    "points": 6,
    "description": "Your flesh regenerates from wounds incredibly quickly.",
    "types": [ "HEALING" ],
    "prereqs": [ "FASTHEALER2" ],
    "category": [ "SLIME", "TROGLOBITE", "VAMP" ],
    "healing_awake": 2.0,
    "healing_resting": 1.5,
    "mending_modifier": 16.0
  },
  {
    "type": "mutation",
    "id": "PAINREC3",
    "name": { "str": "Very Quick Pain Recovery" },
    "points": 8,
    "description": "You recover from pain much faster than normal.",
    "prereqs": [ "PAINREC2" ],
    "category": [ "MEDICAL", "VAMP" ]
  },
  {
    "type": "mutation",
    "id": "PAINRESIST",
    "name": "Pain Resistant",
    "points": 2,
    "description": "You have a high tolerance for pain.",
    "starting_trait": true,
    "valid": false,
    "cancels": [ "MORE_PAIN", "MORE_PAIN2", "MORE_PAIN3" ],
    "category": [ "MEDICAL", "VAMP" ]
  },
  {
    "type": "mutation",
    "id": "INFRESIST",
    "name": { "str": "Infection Resistant" },
    "points": 2,
    "description": "Your immune system is particularly good at resisting infections.  You have an increased chance for bad wounds and infections to heal on their own, and only suffer reduced penalties from them.",
    "starting_trait": true,
    "changes_to": [ "INFIMMUNE" ],
    "category": [ "TROGLOBITE", "RAT", "MEDICAL", "VAMP" ]
  },
  {
    "type": "mutation",
    "id": "DISIMMUNE",
    "name": { "str": "Disease Immune" },
    "points": 2,
    "description": "Your body is simply immune to diseases.  You will never catch an ambient disease.",
    "prereqs": [ "DISRESISTANT" ],
    "category": [ "PLANT", "SLIME", "TROGLOBITE", "VAMP" ],
    "flags": [ "NO_DISEASE" ]
  },
  {
    "type": "mutation",
    "id": "PARAIMMUNE",
    "name": { "str": "Parasite Immune" },
    "points": 1,
    "description": "Your body is unusually inhospitable to parasitic lifeforms.  You will never become infested with internal parasites.",
    "prereqs": [ "DISRESISTANT" ],
    "prereqs2": [ "INFRESIST" ],
    "category": [ "ELFA", "CHIMERA", "MEDICAL", "SLIME", "VAMP" ]
  },
  {
    "type": "mutation",
    "id": "NIGHTVISION",
    "name": "Night Vision",
    "points": 2,
    "description": "You possess natural night vision, and can see further in the dark than most.  Activate to toggle NV-visible areas on or off.",
    "starting_trait": true,
    "changes_to": [ "NIGHTVISION2" ],
    "cancels": [ "ELFA_NV", "ELFA_FNV", "FEL_NV", "URSINE_EYE" ],
    "category": [ "BIRD", "CATTLE", "INSECT", "VAMP" ],
    "active": true,
    "starts_active": true
  },
  {
    "type": "mutation",
    "id": "NIGHTVISION2",
    "name": "High Night Vision",
    "points": 4,
    "description": "You can see incredibly well in the dark!  Activate to toggle NV-visible areas on or off.",
    "prereqs": [ "NIGHTVISION" ],
    "changes_to": [ "NIGHTVISION3" ],
    "cancels": [ "ELFA_NV", "ELFA_FNV", "FEL_NV", "URSINE_EYE" ],
    "category": [ "FISH", "BEAST", "INSECT", "RAT", "CHIMERA", "LUPINE", "MOUSE", "VAMP" ],
    "active": true,
    "starts_active": true
  },
  {
    "type": "mutation",
    "id": "NIGHTVISION3",
    "name": "Full Night Vision",
    "points": 6,
    "description": "You can see in pitch blackness as if you were wearing night-vision goggles.  Activate to toggle NV-visible areas on or off.",
    "prereqs": [ "NIGHTVISION2" ],
    "leads_to": [ "INFRARED" ],
    "cancels": [ "ELFA_NV", "ELFA_FNV", "FEL_NV", "URSINE_EYE" ],
    "category": [ "FISH", "TROGLOBITE", "SPIDER", "VAMP" ],
    "active": true,
    "starts_active": true
  },
  {
    "type": "mutation",
    "id": "INFRARED",
    "name": { "str": "Infrared Vision" },
    "points": 5,
    "description": "Your eyes have mutated to pick up radiation in the infrared spectrum.",
    "prereqs": [ "NIGHTVISION3" ],
    "cancels": [ "LIZ_IR" ],
    "category": [ "INSECT", "TROGLOBITE", "SPIDER", "VAMP" ]
  },
  {
    "type": "mutation",
    "id": "DEFT",
    "name": "Deft",
    "points": 1,
    "description": "While you're not any better at melee combat, you are better at recovering from a miss, and will be able to attempt another strike faster.",
    "starting_trait": true,
    "category": [ "BIRD", "BEAST", "RAPTOR", "MOUSE", "VAMP" ]
  },
  {
    "type": "mutation",
    "id": "TERRIFYING",
    "name": "Terrifying",
    "points": 1,
    "description": "There's something about you that creatures find frightening, and they are more likely to try to flee.",
    "starting_trait": true,
    "category": [ "BEAST", "INSECT", "CHIMERA", "VAMP" ],
    "social_modifiers": { "intimidate": 15 }
  },
  {
    "type": "mutation",
    "id": "LIGHTSTEP",
    "name": "Light Step",
    "points": 1,
    "description": "You make less noise while walking.  You're also less likely to set off traps.",
    "starting_trait": true,
    "category": [ "BIRD", "ELFA", "FELINE", "VAMP" ],
    "cancels": [ "CLUMSY" ],
    "noise_modifier": 0.4
  },
  {
    "type": "mutation",
    "id": "CANNIBAL",
    "name": "Cannibal",
    "points": 1,
    "description": "For your whole life you've been forbidden from indulging in your peculiar tastes.  Now the world's ended, and you'll be damned if anyone is going to tell you that you can't eat people.",
    "starting_trait": true,
    "valid": false,
    "cancels": [ "VEGETARIAN" ],
    "category": [ "VAMP" ],
    "flags": [ "CANNIBAL" ]
  },
  {
    "type": "mutation",
    "id": "CARNIVORE",
    "name": { "str": "Carnivore" },
    "points": -4,
    "description": "Your body's ability to digest fruits, vegetables, grains and nuts is severely hampered.  You cannot eat anything besides meat.",
    "cancels": [ "VEGETARIAN", "HERBIVORE", "RUMINANT", "GRAZER" ],
    "leads_to": [ "SAPROVORE" ],
    "category": [ "LIZARD", "BEAST", "SPIDER", "CHIMERA", "RAPTOR", "FELINE", "VAMP" ],
    "vitamin_rates": [ [ "vitC", -1200 ] ]
  },
  {
    "type": "mutation",
    "id": "PRED1",
    "name": { "str": "Culler" },
    "points": 2,
    "description": "You've had a revelation: by killing the weaker creatures, who would only die anyway, you preserve resources for those better able to survive.  You are less bothered by the deaths of others: their own weakness invited these fates upon them.",
    "purifiable": false,
    "changes_to": [ "PRED2" ],
    "prereqs": [ "CARNIVORE", "THRESH_URSINE" ],
    "threshreq": [
      "THRESH_BEAST",
      "THRESH_RAPTOR",
      "THRESH_CHIMERA",
      "THRESH_LUPINE",
      "THRESH_FELINE",
      "THRESH_URSINE",
      "THRESH_LIZARD",
      "THRESH_SPIDER",
      "THRESH_VAMP"
    ]
  },
  {
    "type": "mutation",
    "id": "PRED2",
    "name": { "str": "Hunter" },
    "points": 3,
    "description": "Your brain has a lot more in common with a predatory animal than a human, making it easier to control misplaced reactions to the death of your prey.  Additionally, combat skills, which you use to hunt, are easier to learn and maintain.",
    "social_modifiers": { "intimidate": 3 },
    "purifiable": false,
    "prereqs": [ "CARNIVORE", "THRESH_URSINE" ],
    "prereqs2": [ "PRED1" ],
    "changes_to": [ "PRED3" ],
    "threshreq": [
      "THRESH_BEAST",
      "THRESH_RAPTOR",
      "THRESH_CHIMERA",
      "THRESH_LUPINE",
      "THRESH_FELINE",
      "THRESH_URSINE",
      "THRESH_LIZARD",
      "THRESH_SPIDER",
      "THRESH_VAMP"
    ],
    "cancels": [ "PACIFIST" ],
    "category": [ "BEAST", "RAPTOR", "CHIMERA", "LUPINE", "FELINE", "URSINE", "LIZARD", "SPIDER" ],
    "flags": [ "PRED2" ]
  },
  {
    "type": "mutation",
    "id": "WEAKSCENT",
    "name": "Weak Scent",
    "points": 1,
    "description": "Your scent is quite weak.  Animals that track your scent will do so with more difficulty.",
    "starting_trait": true,
    "category": [ "ALPHA", "VAMP" ],
    "types": [ "SCENT" ]
  },
  {
    "type": "mutation",
    "id": "PRETTY",
    "name": "Pretty",
    "points": 1,
    "ugliness": -2,
    "description": "You are a sight to behold.  NPCs who care about such things will react more kindly to you.",
    "starting_trait": true,
    "category": [ "ALPHA", "FELINE", "LUPINE", "VAMP" ],
    "cancels": [ "UGLY", "DEFORMED", "DEFORMED2", "DEFORMED3" ],
    "changes_to": [ "BEAUTIFUL" ]
  },
  {
    "type": "mutation",
    "id": "BEAUTIFUL",
    "name": { "str": "Beautiful" },
    "points": 2,
    "visibility": 4,
    "ugliness": -4,
    "description": "You're a real head-turner.  Some people will react well to your appearance, and most people have an easier time trusting you.",
    "cancels": [ "UGLY", "DEFORMED", "DEFORMED2", "DEFORMED3" ],
    "prereqs": [ "PRETTY" ],
    "changes_to": [ "BEAUTIFUL2" ],
    "category": [ "VAMP" ]
  },
  {
    "type": "mutation",
    "id": "BEAUTIFUL2",
    "name": { "str": "Very Beautiful" },
    "points": 3,
    "visibility": 7,
    "ugliness": -7,
    "description": "You are a vision of beauty.  Some people will react very well to your looks, and most people will trust you immediately.",
    "cancels": [ "UGLY", "DEFORMED", "DEFORMED2", "DEFORMED3" ],
    "prereqs": [ "BEAUTIFUL" ],
    "changes_to": [ "BEAUTIFUL3" ],
    "category": [ "VAMP" ]
  },
  {
    "type": "mutation",
    "id": "BEAUTIFUL3",
    "name": { "str": "Glorious" },
    "points": 4,
    "visibility": 10,
    "ugliness": -10,
    "description": "You are incredibly beautiful.  People cannot help themselves due to your charms, and will do whatever they can to please you.",
    "cancels": [ "UGLY", "DEFORMED", "DEFORMED2", "DEFORMED3" ],
    "prereqs": [ "BEAUTIFUL2" ],
    "category": [ "ELFA", "VAMP" ]
  },
  {
    "type": "mutation",
    "id": "INSOMNIA",
    "name": "Insomniac",
    "points": -2,
    "description": "You have a hard time falling asleep, even under the best circumstances!",
    "starting_trait": true,
    "valid": false,
    "category": [ "MEDICAL", "VAMP" ],
    "cancels": [ "EASYSLEEPER" ]
  },
  {
    "type": "mutation",
    "id": "THINSKIN",
    "name": "Thin-Skinned",
    "points": -1,
    "description": "Your skin is fragile.  Cutting damage is slightly increased for you.",
    "starting_trait": true,
    "cancels": [ "THICKSKIN" ],
    "category": [ "VAMP" ],
    "armor": [ { "parts": "ALL", "cut": -1 } ]
  },
  {
    "type": "mutation",
    "id": "WEAKSTOMACH",
    "name": "Weak Stomach",
    "points": -1,
    "description": "You are more likely to throw up from food poisoning, alcohol, etc.",
    "starting_trait": true,
    "changes_to": [ "NAUSEA" ],
    "category": [ "VAMP" ],
    "cancels": [ "STRONGSTOMACH" ]
  },
  {
    "type": "mutation",
    "id": "FLIMSY",
    "name": "Flimsy",
    "points": -4,
    "description": "Your body can't take much abuse.  Its maximum HP is 25% lower than usual and you heal slightly slower.  Stacks with Glass Jaw.",
    "starting_trait": true,
    "valid": false,
    "social_modifiers": { "intimidate": -2 },
    "cancels": [ "TOUGH", "TOUGH2", "TOUGH3" ],
    "category": [ "MOUSE", "ELFA", "VAMP" ],
    "changes_to": [ "FLIMSY2" ],
    "hp_modifier": -0.25
  },
  {
    "type": "mutation",
    "id": "NAILS",
    "name": "Long Fingernails",
    "points": 1,
    "visibility": 1,
    "description": "Your fingernails are long and sharp.  If you aren't wearing gloves, your unarmed attacks deal a minor amount of cutting damage.",
    "types": [ "CLAWS" ],
    "changes_to": [ "CLAWS", "TALONS", "VAMPCLAWS" ],
    "cancels": [ "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8" ],
    "category": [ "RAPTOR", "VAMP" ]
  },
  {
    "type": "mutation",
    "id": "POISONOUS",
    "name": "Venomous",
    "points": 1,
    "description": "Your body produces a potent venom.  Cutting or stabbing attacks from mutations have a chance to poison your target.",
    "prereqs": [ "POISRESIST" ],
    "leads_to": [ "EATPOISON" ],
    "changes_to": [ "POISONOUS2" ],
    "category": [ "SLIME", "TROGLOBITE", "SPIDER", "VAMP" ]
  },
  {
    "type": "mutation",
    "id": "PALE",
    "name": { "str": "Pale Skin" },
    "points": 0,
    "visibility": 3,
    "ugliness": 1,
    "description": "Your skin is rather pale.",
    "changes_to": [ "ALBINO" ],
    "leads_to": [ "TROGLO" ],
    "category": [ "LUPINE", "VAMP" ],
    "types": [ "skin_tone" ]
  },
  {
    "type": "mutation",
    "id": "ALBINO",
    "name": "Albino",
    "points": -1,
    "description": "You lack skin pigmentation due to a genetic problem.  You sunburn extremely easily, and typically use an umbrella and sunglasses when going out in the sun.",
    "starting_trait": true,
    "changes_to": [ "SUNBURN" ],
    "category": [ "TROGLOBITE", "MOUSE", "VAMP" ]
  },
  {
    "type": "mutation",
    "id": "SUNBURN",
    "name": "Solar Sensitivity",
    "points": -3,
    "description": "Your skin simply cannot handle ultraviolet radiation, such as sunlight.  It will seriously burn you.",
    "prereqs": [ "ALBINO" ],
    "prereqs2": [ "TROGLO2", "TROGLO3", "THRESH_VAMP" ],
    "category": [ "TROGLOBITE", "VAMP" ]
  }
]