-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpk_mutation.json
98 lines (98 loc) · 3.38 KB
/
pk_mutation.json
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
[
{
"type": "mutation",
"id": "hypostasis",
"name": "Hypostasis",
"points": -1,
"description": "Your body continuously struggles to keep up with your physiology. You often feel less than perfect; and in need of remedy.",
"starting_trait": true,
"category": [ "MUTCAT_ALPHA", "MUTCAT_MEDICAL" ],
"changes_to": [ "growpangs" ],
"healing_awake" : -0.00001,
"healing_resting" : -0.0015,
"fatigue_modifier": 0.01,
"stamina_regen_modifier": -0.04
},
{
"type": "mutation",
"id": "growpangs",
"name": "Growing Pangs",
"points": -2,
"description": "The molding of perfection is becoming a success, though the clay of the past still remains. Your body's more vestigial parts occassionally spur minor 'stimulation' within you. A minor side effect.",
"category": [ "MUTCAT_ALPHA", "MUTCAT_MEDICAL" ],
"healing_awake" : -0.000015,
"healing_resting" : -0.002,
"fatigue_modifier": 0.025,
"metabolism_modifier": 0.025,
"thirst_modifier": 0.025,
"stamina_regen_modifier": -0.05
},
{
"type": "mutation",
"id": "20_15",
"name": "20/15 Vision",
"points": 2,
"visibility": -1,
"ugliness": -1,
"description": "Your eyes are rated at perfect human levels - just like the rest of you. You gain +1 perception",
"starting_trait": true,
"cancels": [ "BIRD_EYE", "LIZ_EYE", "FEL_EYE", "URSINE_EYE", "COMPOUND_EYES", "ELFAEYES", "CEPH_EYES", "HYPEROPIC", "MYOPIC", "NIGHTVISION2" ],
"category": [ "MUTCAT_ALPHA", "MUTCAT_MEDICAL" ],
"passive_mods": {
"per_mod": 1
}
},
{
"type": "mutation",
"id": "CHEMREBALANCE",
"name": "Calm Mind",
"points": 1,
"description": "Your mind is clear and directed outwards, and you find it easier to experience the world and raw emotions. You gain a +1 to your perception.",
"starting_trait": true,
"cancels": [ "SAVANT", "CHEMIMBALANCE" ],
"changes_to": [ "CHEMREBALANCE2" ],
"category": [ "MUTCAT_ALPHA", "MUTCAT_ELFA", "MUTCAT_RAPTOR", "MUTCAT_URSINE", "MUTCAT_LIZARD" ],
"passive_mods": {
"per_mod": 1
}
},
{
"type": "mutation",
"id": "CHEMREBALANCE2",
"name": "Tranquil Mind",
"points": 3,
"description": "Your mind is a deep well of reflective wisdom and tranquility. You gain a +1 to intelligence and +2 to perception.",
"cancels": [ "SAVANT", "CHEMIMBALANCE" ],
"category": [ "MUTCAT_ELFA", "MUTCAT_URSINE" ],
"passive_mods": {
"per_mod": 2,
"int_mod": 1
}
},
{
"type": "mutation",
"id": "LUNGS",
"name": "Strong Lungs",
"points": 2,
"visibility": 0,
"ugliness": 0,
"description": "Your lungs are well-built; your diaphragm as well. Breathing comes easier to you, allowing for faster stamina recovery.",
"starting_trait": true,
"cancels": [ "GILLS", "GILLS_CEPH" ],
"changes_to": [ "LUNGS_2" ],
"category": [ "MUTCAT_BEAST", "MUTCAT_LUPINE", "MUTCAT_FELINE", "MUTCAT_ALPHA", "MUTCAT_CHIMERA", "MUTCAT_BIRD" ],
"stamina_regen_modifier": 0.15
},
{
"type": "mutation",
"id": "LUNGS_2",
"name": "Robust Lungs",
"points": 3,
"visibility": 0,
"ugliness": 0,
"description": "Your lungs are now fit for ROARING! Combat is much easier as well.",
"cancels": [ "GILLS", "GILLS_CEPH" ],
"category": [ "MUTCAT_BEAST", "MUTCAT_FELINE", "MUTCAT_CHIMERA" ],
"stamina_regen_modifier": 0.25
}
]