1[
2  {
3    "type": "mutation",
4    "id": "PrepNet",
5    "name": { "str": "PrepNet Tag" },
6    "points": 0,
7    "valid": false,
8    "description": "NPC trait that makes monsters see it as a Prepnet.  It is a bug if you have it.",
9    "player_display": false,
10    "threshold": true
11  },
12  {
13    "type": "mutation_category",
14    "id": "MIGO",
15    "name": "YUGGOTH",
16    "threshold_mut": "THRESH_YUGGOTH",
17    "mutagen_message": "Strange memories of another world overwhelm you…",
18    "iv_message": "You look into your own cells and change them.",
19    "iv_pain": 10,
20    "iv_morale": 25,
21    "iv_morale_max": 100,
22    "iv_sleep": true,
23    "//": "Should be out for two minutes.  Nightmare realm becomes home",
24    "iv_sleep_dur": 20,
25    "iv_sleep_message": "You gaze inside, past your fear, past good and evil, into the future.",
26    "memorial_message": "Prepared the way into the galaxy."
27  },
28  {
29    "type": "mutation_category",
30    "id": "MASTODON",
31    "name": "Mastodon",
32    "threshold_mut": "THRESH_MASTODON",
33    "mutagen_message": "You feel a desire to trumpet and toot.",
34    "iv_message": "You heart races, and you glance around for poachers.",
35    "memorial_message": "Went extinct."
36  },
37  {
38    "type": "mutation",
39    "id": "THRESH_MASTODON",
40    "name": { "str": "Killophant" },
41    "points": 1,
42    "description": "Your species was created as the ultimate shock troop.  Inherit the earth, pedigree your ancestors, crush the foe.",
43    "valid": false,
44    "profession": true,
45    "purifiable": false,
46    "threshold": true
47  },
48  {
49    "type": "mutation",
50    "id": "MIGO_HEAT_RESIST",
51    "name": "Mi-go acclimatization",
52    "points": 4,
53    "bodytemp_modifiers": [ -2500, -6500 ],
54    "description": "Fleshy fronds grown from your scalp function like organic heat sinks.  They allow you to live comfortably within the mi-go atmosphere.",
55    "player_display": true,
56    "threshreq": [ "THRESH_YUGGOTH" ],
57    "starting_trait": false,
58    "types": [ "METABOLISM" ],
59    "active": true,
60    "category": [ "MIGO" ],
61    "prereqs": [ "WARM_NATURED" ]
62  },
63  {
64    "type": "mutation",
65    "id": "FACIAL_TENTACLES",
66    "name": "Facial Tentacles",
67    "points": 1,
68    "visibility": 8,
69    "ugliness": 5,
70    "description": "A set of tentacles surrounds your mouth.  They allow you to eat twice as fast.  Slightly decreases wet penalties.",
71    "prereqs": [ "MOUTH_TENDRILS" ],
72    "cancels": [ "MANDIBLES" ],
73    "category": [ "MIGO" ],
74    "wet_protection": [ { "part": "mouth", "neutral": 4 } ]
75  },
76  {
77    "type": "mutation",
78    "id": "MOUTH_TENDRILS",
79    "name": "Mouth Tendrils",
80    "points": -1,
81    "visibility": 7,
82    "ugliness": 6,
83    "description": "Skin tabs and odd flaps of skin surround your mouth.  They don't affect your eating, but are unpleasant to look at.",
84    "category": [ "MIGO" ],
85    "leads_to": [ "FACIAL_TENTACLES" ]
86  },
87  {
88    "type": "mutation",
89    "id": "WARM_NATURED",
90    "name": "Warm Natured",
91    "points": 2,
92    "description": "Your body becomes much more efficient at distributing heat from itself.",
93    "category": [ "MIGO" ],
94    "leads_to": [ "MIGO_HEAT_RESIST" ],
95    "bodytemp_modifiers": [ -500, -1250 ]
96  },
97  {
98    "type": "mutation",
99    "id": "NEURAL_IMPROVEMENT",
100    "name": "Neural Improvement",
101    "points": 1,
102    "description": "You see the world a little differently today.  Intelligence + 1",
103    "changes_to": [ "EXPANDED_CONSCIOUSNESS" ],
104    "category": [ "MIGO" ],
105    "passive_mods": { "int_mod": 1 }
106  },
107  {
108    "type": "mutation",
109    "id": "EXPANDED_CONSCIOUSNESS",
110    "name": "Expanded Consciousness",
111    "points": 2,
112    "description": "You are beginning to see a way off this planet.  Intelligence + 2",
113    "prereqs": [ "NEURAL_IMPROVEMENT" ],
114    "changes_to": [ "UPLIFTED_CONSCIOUSNESS" ],
115    "category": [ "MIGO" ],
116    "passive_mods": { "int_mod": 2 }
117  },
118  {
119    "type": "mutation",
120    "id": "UPLIFTED_CONSCIOUSNESS",
121    "name": "Extremely Smart",
122    "points": 3,
123    "visibility": 1,
124    "ugliness": 1,
125    "description": "As humans uplifted our pets in the final years this process is lifting you to a new level of intelligence.  Intelligence + 4",
126    "prereqs": [ "EXPANDED_CONSCIOUSNESS" ],
127    "changes_to": [ "ALIEN_INT" ],
128    "category": [ "MIGO" ],
129    "passive_mods": { "int_mod": 4 }
130  },
131  {
132    "type": "mutation",
133    "id": "ALIEN_INT",
134    "name": "Alien Intelligence",
135    "points": 3,
136    "visibility": 3,
137    "ugliness": 6,
138    "description": "You can see the connections from A to B to C to D.  You look at fellow survivors like you are imagining taking them apart.  Intelligence + 5",
139    "prereqs": [ "UPLIFTED_CONSCIOUSNESS" ],
140    "category": [ "MIGO" ],
141    "threshreq": [ "THRESH_YUGGOTH" ],
142    "starting_trait": false,
143    "passive_mods": { "int_mod": 5 }
144  },
145  {
146    "type": "mutation",
147    "id": "ENHANCED_REACTIONS",
148    "name": "Enhanced Reactions",
149    "points": 1,
150    "description": "Today is the day to start juggling.  Dexterity + 1",
151    "changes_to": [ "QUICKENING" ],
152    "category": [ "MIGO" ],
153    "passive_mods": { "dex_mod": 1 }
154  },
155  {
156    "type": "mutation",
157    "id": "QUICKENING",
158    "name": "Quickening",
159    "points": 2,
160    "description": "You are starting to move like they do.  Dexterity + 2",
161    "prereqs": [ "ENHANCED_REACTIONS" ],
162    "changes_to": [ "OTHERWORLDLY_GRACE" ],
163    "category": [ "MIGO" ],
164    "passive_mods": { "dex_mod": 2 }
165  },
166  {
167    "type": "mutation",
168    "id": "OTHERWORLDLY_GRACE",
169    "name": "Otherworldly Grace",
170    "points": 3,
171    "description": "You no longer move like a human, others find it disconcerting.  Dexterity + 4",
172    "prereqs": [ "ENHANCED_REACTIONS" ],
173    "threshreq": "THRESH_YUGGOTH",
174    "social_modifiers": { "persuade": -10, "lie": -6 },
175    "category": [ "MIGO" ],
176    "passive_mods": { "dex_mod": 4 }
177  },
178  {
179    "type": "mutation",
180    "id": "NEW_MUSCLES",
181    "name": "New Muscles",
182    "points": 1,
183    "description": "You see some new muscles that you aren't sure you've seen on humans before.  Strength + 1",
184    "changes_to": [ "MUSCLE_FIBER" ],
185    "category": [ "MIGO" ],
186    "social_modifiers": { "persuade": -3, "intimidate": 2 },
187    "passive_mods": { "str_mod": 1 }
188  },
189  {
190    "type": "mutation",
191    "id": "MUSCLE_FIBER",
192    "name": "Muscle Fiber",
193    "points": 2,
194    "description": "Fibrous tissue seems to be spreading through your body.  Strength + 2",
195    "prereqs": [ "STR_UP" ],
196    "category": [ "MIGO" ],
197    "social_modifiers": { "persuade": -3, "intimidate": 2 },
198    "ugliness": 2,
199    "passive_mods": { "str_mod": 2 }
200  },
201  {
202    "type": "mutation",
203    "id": "MIGO_EARS",
204    "name": "Mi-go Ears",
205    "points": 1,
206    "visibility": 4,
207    "description": "Your ears have split into a series of tuberous projections.  They waggle towards far away sounds.",
208    "types": [ "EARS" ],
209    "category": [ "MIGO" ],
210    "ugliness": 4,
211    "hearing_modifier": 1.4
212  },
213  {
214    "type": "mutation",
215    "id": "DETACHMENT",
216    "name": "Detachment",
217    "points": 2,
218    "flags": [ "PRED1" ],
219    "description": "When were you ever like these creatures, helpless before the changes ravaging this world.",
220    "purifiable": false,
221    "changes_to": [ "PRED2" ],
222    "prereqs": [ "THRESH_YUGGOTH" ],
223    "threshreq": [ "THRESH_YUGGOTH" ],
224    "cancels": [ "PACIFIST" ],
225    "category": [ "MIGO" ]
226  },
227  {
228    "type": "mutation",
229    "id": "ELDRITCH",
230    "name": "Eldritch",
231    "points": 3,
232    "description": "You have a sinister aspect to your demeanor, no longer part of this world.  You feel no sorrow at the deaths of humans and your brain now processes combat skills more efficiently as you mentally dissect your opponents.",
233    "social_modifiers": { "intimidate": 3, "persuade": -10, "lie": -12 },
234    "purifiable": false,
235    "flags": [ "PRED1" ],
236    "prereqs": [ "THRESH_YUGGOTH" ],
237    "prereqs2": [ "DETACHMENT" ],
238    "threshreq": [ "THRESH_YUGGOTH" ],
239    "cancels": [ "PACIFIST" ],
240    "category": [ "MIGO" ]
241  },
242  {
243    "type": "mutation",
244    "id": "THRESH_YUGGOTH",
245    "name": "YUGGOTH",
246    "points": 1,
247    "description": "This death throes of this world are the birthing pangs of yours.",
248    "valid": false,
249    "purifiable": false,
250    "threshold": true
251  },
252  {
253    "type": "mutation",
254    "id": "MIGO_SCENT",
255    "name": "Fetid scent",
256    "points": 6,
257    "description": "Your sweat now smells otherworldly, and not in a good way.  The mi-go still hate you but at least they aren't offended by your smell.",
258    "valid": false,
259    "purifiable": false,
260    "types": [ "LEGS" ],
261    "prereqs": [ "SMELLY", "SMELLY2" ],
262    "threshreq": [ "THRESH_YUGGOTH" ],
263    "category": [ "MIGO" ],
264    "ugliness": 1,
265    "scent_type": "sc_fetid"
266  },
267  {
268    "type": "mutation",
269    "id": "EERIE",
270    "name": "Eerie",
271    "points": 1,
272    "description": "You are offputting to others.  You're mannerisms have changed as if human interaction is becoming foreign.",
273    "category": [ "MIGO" ],
274    "social_modifiers": { "persuade": -15, "lie": -10 },
275    "ugliness": 2
276  },
277  {
278    "type": "mutation",
279    "id": "WINGS_migo",
280    "name": "Mi-go Wings",
281    "points": 1,
282    "visibility": 4,
283    "ugliness": 8,
284    "description": "You have a pair of large, veiny wings.  They don't appear to be made for this atmosphere but they grant a powerful buffeting attack.",
285    "types": [ "WINGS" ],
286    "prereqs": [ "WINGS_STUB" ],
287    "category": [ "MIGO" ],
288    "attacks": {
289      "attack_text_u": "You buffet %s with your wings",
290      "attack_text_npc": "%1$s buffets %2$s with their wings",
291      "chance": 20,
292      "base_damage": { "damage_type": "bash", "amount": 26 }
293    }
294  },
295  {
296    "type": "mutation",
297    "id": "MIGO_BREATHE",
298    "name": "Mi-go breathe",
299    "points": 4,
300    "description": "You can now breathe the gasses the mi-go thrive in.",
301    "starting_trait": false,
302    "category": [ "MIGO" ]
303  },
304  {
305    "type": "mutation",
306    "id": "SHOUT1",
307    "copy-from": "SHOUT1",
308    "extend": { "category": [ "MIGO" ] }
309  },
310  {
311    "type": "mutation",
312    "id": "UPLIFTED",
313    "name": "Uplifted",
314    "points": 2,
315    "description": "You come from uplifted animal stock.  This decreases morale penalties for being wet.",
316    "valid": false,
317    "wet_protection": [
318      { "part": "head", "neutral": 9 },
319      { "part": "leg_l", "neutral": 11 },
320      { "part": "leg_r", "neutral": 11 },
321      { "part": "foot_l", "neutral": 5 },
322      { "part": "foot_r", "neutral": 5 },
323      { "part": "arm_l", "neutral": 11 },
324      { "part": "arm_r", "neutral": 11 },
325      { "part": "hand_l", "neutral": 16 },
326      { "part": "hand_r", "neutral": 16 },
327      { "part": "torso", "neutral": 14 }
328    ]
329  },
330  {
331    "type": "mutation",
332    "id": "TOUGH_FEET",
333    "copy-from": "TOUGH_FEET",
334    "extend": { "category": [ "MASTODON" ] }
335  },
336  {
337    "type": "mutation",
338    "id": "THICKSKIN",
339    "copy-from": "THICKSKIN",
340    "extend": { "category": [ "MASTODON" ] }
341  },
342  {
343    "type": "mutation",
344    "id": "HAULER",
345    "name": "Hauler",
346    "points": 2,
347    "description": "You are capable of carrying far more than someone with similar strength could.  Your maximum weight carried is increased by 60%.",
348    "category": [ "MASTODON" ],
349    "cancels": [ "BADBACK" ],
350    "weight_capacity_modifier": 1.6
351  },
352  {
353    "type": "mutation",
354    "id": "BADKNEES",
355    "copy-from": "BADKNEES",
356    "extend": { "category": [ "MASTODON" ] }
357  },
358  {
359    "type": "mutation",
360    "id": "VEGETARIAN",
361    "copy-from": "VEGETARIAN",
362    "extend": { "category": [ "MASTODON" ] }
363  },
364  {
365    "type": "mutation",
366    "id": "SMELLY",
367    "copy-from": "SMELLY",
368    "extend": { "category": [ "MASTODON" ] }
369  },
370  {
371    "type": "mutation",
372    "id": "CLUMSY",
373    "copy-from": "CLUMSY",
374    "extend": { "category": [ "MASTODON" ] }
375  },
376  {
377    "type": "mutation",
378    "id": "SLOWRUNNER",
379    "copy-from": "SLOWRUNNER",
380    "extend": { "category": [ "MASTODON" ] }
381  },
382  {
383    "type": "mutation",
384    "id": "PATCHFUR",
385    "name": "Patched Fur",
386    "points": 0,
387    "visibility": 2,
388    "ugliness": 1,
389    "description": "Your skin has patches of light fur.  This has no impact on your life except marking you as not fully human.",
390    "types": [ "SKIN" ],
391    "changes_to": [ "LIGHTFUR" ],
392    "category": [ "MASTODON" ]
393  },
394  {
395    "type": "mutation",
396    "id": "LIGHTFUR",
397    "copy-from": "LIGHTFUR",
398    "extend": { "category": [ "MASTODON" ] }
399  },
400  {
401    "type": "mutation",
402    "id": "FUR",
403    "copy-from": "FUR",
404    "extend": { "category": [ "MASTODON" ] }
405  },
406  {
407    "type": "mutation",
408    "id": "URSINE_FUR",
409    "copy-from": "URSINE_FUR",
410    "extend": { "category": [ "MASTODON" ] }
411  },
412  {
413    "type": "mutation",
414    "id": "CRUSHINGFEET",
415    "name": "Crushing Feet",
416    "points": -4,
417    "visibility": 2,
418    "ugliness": 2,
419    "mixed_effect": true,
420    "description": "Your feet have grown massive and ready to support huge weight.  This allows kicking attacks to do much more damage, provides natural armor, and removes the need to wear shoes; however, you cannot wear normal size shoes.  Reduces wet effects.",
421    "types": [ "LEGS" ],
422    "category": [ "MASTODON" ],
423    "wet_protection": [ { "part": "foot_l", "neutral": 10 }, { "part": "foot_r", "neutral": 10 } ],
424    "destroys_gear": true,
425    "armor": [ { "parts": [ "foot_l", "foot_r" ], "bash": 2, "cut": 2 } ],
426    "attacks": {
427      "attack_text_u": "You kick %s with your massive feet",
428      "attack_text_npc": "%1$s kicks %2$s with their massive feet",
429      "chance": 20,
430      "strength_damage": { "damage_type": "bash", "amount": 5 }
431    }
432  },
433  {
434    "type": "mutation",
435    "id": "RUMINANT",
436    "copy-from": "RUMINANT",
437    "extend": { "category": [ "MASTODON" ] }
438  },
439  {
440    "type": "mutation",
441    "id": "GRAZER",
442    "copy-from": "GRAZER",
443    "extend": { "category": [ "MASTODON" ] }
444  },
445  {
446    "type": "mutation",
447    "id": "FACEBUMPS",
448    "name": "Face Bumps",
449    "points": 0,
450    "visibility": 3,
451    "ugliness": 3,
452    "description": "You have a pair of bumps on your face above your mouth and beside your nose.",
453    "category": [ "MASTODON" ],
454    "changes_to": [ "TUSKS" ]
455  },
456  {
457    "type": "mutation",
458    "id": "TUSKS",
459    "name": "Tusks",
460    "points": 1,
461    "visibility": 3,
462    "ugliness": 1,
463    "description": "You have a pair of small tusks on your face.  They allow you to make a weak piercing goring attack.",
464    "types": [ "HORNS" ],
465    "prereqs": [ "FACEBUMPS" ],
466    "changes_to": [ "TUSKS_POINTED" ],
467    "category": [ "MASTODON" ],
468    "attacks": {
469      "attack_text_u": "You gore %s with your tusks",
470      "attack_text_npc": "%1$s gores %2$s with their tusks",
471      "chance": 20,
472      "base_damage": [ { "damage_type": "stab", "amount": 3 }, { "damage_type": "bash", "amount": 3 } ]
473    }
474  },
475  {
476    "type": "mutation",
477    "id": "TUSKS_POINTED",
478    "name": "Pointed Tusks",
479    "points": 1,
480    "visibility": 8,
481    "ugliness": 2,
482    "mixed_effect": true,
483    "description": "You have a pair of long, pointed tusks, like someone weaponized an elephant.  They allow you to make a strong piercing headbutt attack, but prevent wearing mouthgear that is not made of fabric.",
484    "types": [ "HORNS" ],
485    "prereqs": [ "HORNS" ],
486    "restricts_gear": [ "mouth" ],
487    "allow_soft_gear": true,
488    "category": [ "MASTODON" ],
489    "threshreq": [ "THRESH_MASTODON" ],
490    "attacks": {
491      "attack_text_u": "You stab %s with your pointed tusks",
492      "attack_text_npc": "%1$s stabs %2$s with their pointed tusks",
493      "chance": 22,
494      "base_damage": { "damage_type": "stab", "amount": 24 }
495    }
496  },
497  {
498    "type": "mutation",
499    "id": "MUT_TOUGH",
500    "copy-from": "MUT_TOUGH",
501    "extend": { "category": [ "MASTODON" ] }
502  },
503  {
504    "type": "mutation",
505    "id": "MUT_TOUGH2",
506    "copy-from": "MUT_TOUGH2",
507    "extend": { "category": [ "MASTODON" ] }
508  },
509  {
510    "type": "mutation",
511    "id": "MUT_TOUGH3",
512    "copy-from": "MUT_TOUGH3",
513    "extend": { "category": [ "MASTODON" ] }
514  },
515  {
516    "type": "mutation",
517    "id": "LARGE",
518    "copy-from": "LARGE",
519    "extend": { "category": [ "MASTODON" ] }
520  },
521  {
522    "type": "mutation",
523    "id": "LARGE_OK",
524    "copy-from": "LARGE_OK",
525    "extend": { "category": [ "MASTODON" ] }
526  },
527  {
528    "type": "mutation",
529    "id": "HUGE",
530    "copy-from": "HUGE",
531    "extend": { "category": [ "MASTODON" ] }
532  },
533  {
534    "type": "mutation",
535    "id": "HUGE_OK",
536    "copy-from": "HUGE_OK",
537    "extend": { "category": [ "MASTODON" ], "threshreq": [ "THRESH_MASTODON" ] },
538    "profession": true
539  },
540  {
541    "type": "mutation",
542    "id": "SMELLY2",
543    "copy-from": "SMELLY2",
544    "extend": { "category": [ "MASTODON" ] }
545  },
546  {
547    "type": "mutation",
548    "id": "SNOUT",
549    "copy-from": "SNOUT",
550    "extend": { "category": [ "MASTODON" ], "changes_to": [ "TRUNK" ] }
551  },
552  {
553    "type": "mutation",
554    "id": "TRUNK",
555    "name": { "str": "Elephant Trunk" },
556    "points": -4,
557    "visibility": 5,
558    "ugliness": 6,
559    "mixed_effect": true,
560    "description": "Your face resembles that of an elephant, with a significant trunk.  It looks fierce but prevents wearing mouthgear.  Prehensile and able to perform some fine detail work.",
561    "types": [ "MUZZLE" ],
562    "prereqs": [ "SNOUT" ],
563    "category": [ "MASTODON" ],
564    "restricts_gear": [ "mouth" ],
565    "social_modifiers": { "intimidate": 10 },
566    "craft_skill_bonus": [ [ "electronics", 1 ], [ "tailor", 1 ], [ "mechanics", 1 ], [ "cooking", 1 ] ]
567  },
568  {
569    "type": "mutation",
570    "id": "HUNGER",
571    "copy-from": "HUNGER",
572    "extend": { "category": [ "MASTODON" ] }
573  },
574  {
575    "type": "mutation",
576    "id": "MET_RAT",
577    "copy-from": "MET_RAT",
578    "extend": { "category": [ "MASTODON" ] }
579  },
580  {
581    "type": "mutation",
582    "id": "THIRST",
583    "copy-from": "THIRST",
584    "extend": { "category": [ "MASTODON" ] }
585  },
586  {
587    "type": "mutation",
588    "id": "THIRST2",
589    "copy-from": "THIRST2",
590    "extend": { "category": [ "MASTODON" ] }
591  },
592  {
593    "type": "mutation",
594    "id": "TRIPAWS",
595    "name": "Three Fingered",
596    "points": -3,
597    "visibility": 3,
598    "ugliness": 2,
599    "mixed_effect": true,
600    "description": "Your hands have fused into three fingered paws.  Fine manipulation is a challenge: permanent hand encumbrance of 10, difficulty with delicate craftwork, and your gloves don't fit.  But they handle water better.",
601    "encumbrance_always": [ [ "hand_l", 10 ], [ "hand_r", 10 ] ],
602    "restricts_gear": [ "hand_l", "hand_r" ],
603    "craft_skill_bonus": [ [ "electronics", -2 ], [ "tailor", -2 ], [ "mechanics", -2 ] ],
604    "types": [ "HANDS" ],
605    "cancels": [ "TALONS" ],
606    "category": [ "MASTODON" ]
607  },
608  {
609    "type": "mutation",
610    "id": "HERBIVORE",
611    "copy-from": "HERBIVORE",
612    "extend": { "category": [ "MASTODON" ] }
613  },
614  {
615    "type": "mutation",
616    "id": "PONDEROUS1",
617    "copy-from": "PONDEROUS1",
618    "extend": { "category": [ "MASTODON" ] }
619  },
620  {
621    "type": "mutation",
622    "id": "PONDEROUS2",
623    "copy-from": "PONDEROUS2",
624    "extend": { "category": [ "MASTODON" ] }
625  },
626  {
627    "type": "mutation",
628    "id": "TRUMPET",
629    "name": "Trumpeting Voice",
630    "points": -1,
631    "mixed_effect": true,
632    "description": "You have a trumpeting, elephantine voice.  Threatening NPCs will be easier, but lying will very hard.",
633    "changes_to": [ "SNARL" ],
634    "category": [ "MASTODON" ],
635    "social_modifiers": { "lie": -30, "intimidate": 10 }
636  },
637  {
638    "type": "mutation",
639    "id": "AFS_BRUTAL_STRENGTH",
640    "name": { "str": "Brutal Strength" },
641    "description": "Genetic tampering made your body incredibly strong.  Strength + 7.",
642    "points": 0,
643    "valid": false,
644    "purifiable": false,
645    "cancels": [ "STR_UP" ],
646    "profession": true,
647    "passive_mods": { "str_mod": 7 }
648  },
649  {
650    "type": "mutation",
651    "id": "AFS_CRYOADAPTATION",
652    "name": { "str": "Cryoadaptation" },
653    "description": "An experimental cryosleep procedure has permanently altered your body, allowing you to better tolerate cold temperatures.",
654    "bodytemp_modifiers": [ -850, 850 ],
655    "points": 0,
656    "valid": false,
657    "purifiable": false,
658    "profession": true
659  },
660  {
661    "type": "mutation",
662    "id": "LEG_TENTACLES",
663    "copy-from": "LEG_TENTACLES",
664    "extend": { "allow_soft_gear": true }
665  },
666  {
667    "type": "mutation",
668    "id": "CHEMIMBALANCE",
669    "copy-from": "CHEMIMBALANCE",
670    "extend": { "category": [ "MIGO" ] }
671  },
672  {
673    "type": "mutation",
674    "id": "SCHIZOPHRENIC",
675    "copy-from": "SCHIZOPHRENIC",
676    "extend": { "category": [ "MIGO" ] }
677  }
678]
679