summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Mutation/mutations.json
blob: ffef075177f80b6d4b262509f7e1d20462c68a8c (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
[
  {
    "type": "mutation",
    "id": "FLEET",
    "name": { "str": "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": { "str": "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.5
  },
  {
    "type": "mutation",
    "id": "GOODCARDIO",
    "name": { "str": "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 and stamina regeneration 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": "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": { "str": "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 Immune" },
    "points": 1,
    "description": "Your immune system is particularly good at resisting infections.  Your wounds will no longer become infected, altough existing infections are still dangerous.",
    "starting_trait": true,
    "category": [ "TROGLOBITE", "RAT", "MEDICAL", "VAMP" ]
  },
  {
    "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.",
    "starting_trait": true,
    "category": [ "ELFA", "CHIMERA", "MEDICAL", "SLIME", "VAMP" ]
  },
  {
    "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": { "str": "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": { "str": "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": "CANNIBAL",
    "name": { "str": "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": "WEAKSCENT",
    "name": { "str": "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" ],
    "scent_intensity": 300,
    "types": [ "SCENT" ]
  },
  {
    "type": "mutation",
    "id": "SUNBURN",
    "name": { "str": "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" ],
    "category": [ "TROGLOBITE", "VAMP" ]
  }
]