aboutsummaryrefslogtreecommitdiff
path: root/mutations.json
blob: ad8c7eb275fdd77226525a0d15a09f6ab701e2c3 (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
[
  {
    "type": "mutation",
    "id": "MARTIAL_ARTS_maid",
    "name": { "str": "Servant's fighting technique" },
    "points": 3,
    "description": "Your Mistress was more hated than most, forcing you to learn some unorthodox combat techniques.",
    "starting_trait": true,
    "initial_ma_styles": [ "style_maid" ],
    "valid": false
  },
  {
    "type": "mutation",
    "id": "PROF_MA_MAID",
    "name": { "str": "Servant's fighting technique" },
    "points": 0,
    "description": "Your Mistress was more hated than most, forcing you to learn some unorthodox combat techniques.",
    "initial_ma_styles": [ "style_maid" ],
    "valid": false,
    "purifiable": false,
    "profession": true
  },
  {
    "type": "mutation",
    "id": "PROF_NEKOMIMI",
    "name": { "str": "Nekomimi" },
    "points": 0,
    "description": "You have grown features resembling those of a catgirl.",
    "visibility": 10,
    "ugliness": -5,
    "valid": false,
    "purifiable": false,
    "profession": true
  },
  {
    "type": "mutation",
    "id": "FELINE_EARS",
    "copy-from": "FELINE_EARS",
    "points": 0
  },
  {
    "type": "mutation",
    "id": "MAID_RESTRICT",
    "name": { "str": "Summoned Maid" },
    "points": 0,
    "description": "Summoned maids cannot use items. NPC only trait - if you have this, something went wrong.",
    "valid": false,
    "purifiable": false,
    "profession": true
  },
  {
    "type": "mutation",
    "id": "SHOGGOTH_BUFF_OK",
    "name": { "str": "Polymorphic Structure" },
    "points": 5,
    "visibility": 10,
    "ugliness": 10,
    "purifiable": false,
    "description": "Muscle, chitin, and bone splinter and mend into the optimal shape for the task at hand.  Dexterity + 2, Strength + 4",
    "prereqs": [ "SHOGGOTH_BUFF" ],
    "threshreq": [ "THRESH_SHOGGOTH" ],
    "category": [ "SHOGGOTH" ],
    "passive_mods": { "dex_mod": 2, "str_mod": 4 }
  },
  {
    "type": "mutation",
    "id": "SHOGGOTH_BUFF",
    "name": { "str": "Unstable Structure" },
    "points": 4,
    "visibility": 10,
    "ugliness": 10,
    "description": "Your skeletal structure spontaneously shifts into alien forms. This will take some getting used to. Dexterity -4",
    "threshreq": [ "THRESH_SHOGGOTH" ],
    "category": [ "SHOGGOTH" ],
    "changes_to": [ "SHOGGOTH_BUFF_OK" ],
    "passive_mods": { "dex_mod": -4 }
  },
  {
    "type": "mutation",
    "id": "PER_SLIME_OK",
    "name": { "str": "Distributed Senses" },
    "points": 7,
    "visibility": 10,
    "ugliness": 10,
    "description": "You can now extend and reabsorb sensory organs at will, and can therefore ignore most shocks that would overwhelm lesser beings.",
    "valid": false,
    "purifiable": false,
    "leads_to": [ "SLIMESPAWNER" ],
    "prereqs": [ "PER_SLIME" ],
    "prereqs2": [ "AMORPHOUS" ],
    "threshreq": [ "THRESH_SLIME", "THRESH_SHOGGOTH" ],
    "category": [ "SLIME", "SHOGGOTH" ],
    "passive_mods": { "per_mod": 5 }
  },
  {
    "type": "mutation",
    "id": "SHOGGOTH_BODY",
    "name": { "str": "Unbound Flesh" },
    "points": -2,
    "visibility": 10,
    "ugliness": 10,
    "consume_time_modifier": 1.1,
    "mixed_effect": true,
    "description": "Your twisted, crackling flesh roils with new vigor. External damage pales in comparison to the chaotic knitting and reknitting taking place just beneath the surface.\n\nGain +4 cut armor, reduced move cost, and improved healing",
    "purifiable": false,
    "threshreq": [ "THRESH_SHOGGOTH" ],
    "category": [ "SHOGGOTH" ],
    "armor": [
      {
        "parts": [ "torso", "head", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r", "mouth", "eyes" ],
        "cut": 4
      }
    ],
    "movecost_modifier": 0.8,
    "healing_awake": 1.0,
    "healing_resting": 0.75,
    "mending_modifier": 32.0
  },
  {
    "type": "mutation",
    "id": "SHOGGOTH_BODY_NPC",
    "name": { "str": "Eldritch Doppelgänger" },
    "points": -2,
    "visibility": 10,
    "ugliness": 10,
    "mixed_effect": true,
    "description": "Alien flesh and bone inhabits a human frame. This fell abomination once was, and still is, an eldritch being beyond our understanding.\n\nNPC version of Unbound Flesh, approx. 3x as strong.",
    "purifiable": false,
    "valid": false,
    "threshreq": [ "THRESH_SHOGGOTH" ],
    "armor": [
      {
        "parts": [ "torso", "head", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r", "mouth", "eyes" ],
        "cut": 12,
        "bash": 8
      }
    ],
    "movecost_modifier": 0.8,
    "healing_awake": 3.0,
    "healing_resting": 2.25,
    "mending_modifier": 100.0
  },
  {
    "type": "mutation",
    "id": "PER_SLIME",
    "name": { "str": "Sensory Disintegration" },
    "points": -7,
    "visibility": 10,
    "ugliness": 10,
    "description": "Your sense organs are all over the place: eyes extending and retracting, 'ears' of various shapes migrating about, and taste & smell are uncontrollable.  The world is a horrible mixup.  Ugh!",
    "valid": false,
    "purifiable": false,
    "changes_to": [ "PER_SLIME_OK" ],
    "prereqs": [ "PER_UP" ],
    "prereqs2": [ "AMORPHOUS" ],
    "threshreq": [ "THRESH_SLIME", "THRESH_SHOGGOTH" ],
    "category": [ "SLIME", "SHOGGOTH" ],
    "passive_mods": { "per_mod": -8 }
  },
  {
    "type": "mutation",
    "id": "AMORPHOUS",
    "name": { "str": "Amorphous Body" },
    "points": -2,
    "visibility": 10,
    "ugliness": 10,
    "consume_time_modifier": 1.1,
    "description": "Your flesh is a pleasing gel-like consistency.  Your bodily functions seem to be moving around, and your leg-equivalents flow comfortably - if a little slower than your old meat-legs.",
    "purifiable": false,
    "leads_to": [ "INT_SLIME", "PER_SLIME" ],
    "threshreq": [ "THRESH_SLIME", "THRESH_SHOGGOTH" ],
    "category": [ "SLIME", "SHOGGOTH" ],
    "armor": [
      {
        "parts": [ "torso", "head", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r", "mouth", "eyes" ],
        "bash": 4
      }
    ],
    "movecost_modifier": 1.25
  },
  {
    "type": "mutation",
    "id": "SHUFFLING_HORROR",
    "name": { "str": "Shuffling Horror" },
    "points": 6,
    "visibility": 10,
    "ugliness": 20,
    "mixed_effect": true,
    "purifiable": false,
    "description": "Your limbs are a nightmare of splintered bone, gaping maws, and jagged fangs. You can make devastating bonus attacks, but basically everyone will attempt to kill you on sight. Also prevents wearing gloves and shoes, though you wish you could.",
    "prereqs": [ "SHOGGOTH_BUFF_OK" ],
    "threshreq": [ "THRESH_SHOGGOTH" ],
    "category": [ "SHOGGOTH" ],
    "restricts_gear": [ "hand_r", "hand_l", "foot_l", "foot_r" ],
    "destroys_gear": true,
    "social_modifiers": { "intimidate": -30, "persuade": -50 },
    "attacks": {
      "attack_text_u": "You rend %s with nightmare made flesh",
      "attack_text_npc": "%1$s tears into %2$s with their monstrous limbs",
      "chance": 20,
      "base_damage": { "damage_type": "stab", "amount": 25 },
      "strength_damage": { "damage_type": "cut", "amount": 2 }
    }
  },
  {
    "type": "mutation",
    "id": "HUNGER3",
    "name": { "str": "Extreme Metabolism" },
    "points": -2,
    "description": "You consume three times as much food as the average human to maintain your truly superhuman endurance.",
    "prereqs": [ "HUNGER2" ],
    "leads_to": [ "EATHEALTH" ],
    "types": [ "METABOLISM" ],
    "category": [ "CHIMERA", "SHOGGOTH" ],
    "metabolism_modifier": 2.0,
    "stamina_regen_modifier": 0.5
  },
  {
    "type": "mutation",
    "id": "EATHEALTH",
    "name": { "str": "Hyper-Metabolism" },
    "points": 15,
    "description": "Your particular metabolism allows you to burn calories at a prodigious rate to regenerate tissues in a matter of minutes, this is however a very wasteful process.  Activate to start healing.",
    "prereqs": [ "HUNGER3" ],
    "types": [ "METABOLISM" ],
    "threshreq": [ "THRESH_CHIMERA", "THRESH_SHOGGOTH" ],
    "category": [ "CHIMERA", "SHOGGOTH" ],
    "valid": false,
    "active": true,
    "transform": {
      "target": "EATHEALTH_active",
      "msg_transform": "Your hyper-metabolism starts burning up calories.",
      "active": true,
      "moves": 0
    }
  },
  {
    "type": "mutation",
    "id": "MUT_TOUGH",
    "name": { "str": "Resilient" },
    "points": 2,
    "description": "You can survive injuries that would incapacitate humans: you get a 20% bonus to all hit points.  Stacks with Tough, etc.",
    "social_modifiers": { "intimidate": 2 },
    "prereqs": [ "LARGE_OK", "HUGE_OK", "STR_UP_3", "STR_UP_4", "MASOCHIST_MED", "SHOGGOTH_BUFF_OK" ],
    "threshreq": [
      "THRESH_URSINE",
      "THRESH_CATTLE",
      "THRESH_CHIMERA",
      "THRESH_MEDICAL",
      "THRESH_LIZARD",
      "THRESH_BEAST",
      "THRESH_SHOGGOTH"
    ],
    "cancels": [ "FLIMSY", "FLIMSY2", "FLIMSY3", "GLASSJAW" ],
    "changes_to": [ "MUT_TOUGH2" ],
    "category": [ "URSINE", "CATTLE", "CHIMERA", "BEAST", "LIZARD", "MEDICAL", "SHOGGOTH" ],
    "hp_modifier_secondary": 0.2
  },
  {
    "type": "mutation",
    "id": "THRESH_SHOGGOTH",
    "name": { "str": "Tekeli-li?" },
    "points": 1,
    "description": "Tekeli-li.",
    "valid": false,
    "purifiable": false,
    "threshold": true
  },
  {
    "type": "mutation",
    "id": "SHOGGOTH_PRECURSOR",
    "name": { "str": "Eldritch Precursor" },
    "points": 0,
    "description": "Something feels off. Your brain itches, and you swear you can feel your bones twitching.",
    "visibility": 0,
    "ugliness": 0,
    "category": [ "SHOGGOTH", "SHOGGOTH", "SHOGGOTH", "SHOGGOTH", "SHOGGOTH", "SHOGGOTH", "SHOGGOTH", "SHOGGOTH", "SHOGGOTH" ],
    "purifiable": false
  }
]