-
Notifications
You must be signed in to change notification settings - Fork 3
/
traits_mental.json
250 lines (247 loc) · 7.91 KB
/
traits_mental.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
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
[
{
"type": "mutation",
"id": "XP_CANNIBAL",
"name": { "str": "XP - Cannibalism" },
"description": "Face it, postapocalyptic life is pretty brutal and hard, you've grown tired of being such a squeamish little wuss and now don't mind indulging in long pig now and again.",
"points": 1,
"valid": false,
"flags": [ "CANNIBAL", "PRED1" ]
},
{
"type": "mutation",
"id": "XP_NOVICE_PARKOUR",
"name": { "str": "Parkour Novice" },
"points": 1,
"description": "You're skilled at clearing obstacles; terrain like railings or counters are as easy for you to move on as solid ground.",
"starting_trait": false,
"valid": false,
"movecost_obstacle_modifier": 0.85
},
{
"type": "mutation",
"id": "XP_FASTREADER",
"name": { "str": "XP - Fast Reader" },
"points": 1,
"description": "You're a quick reader, and can get through books a lot faster than most.",
"reading_speed_multiplier": 0.9,
"starting_trait": false,
"valid": false
},
{
"id": "XP_ORGANIZED_CATEGORY",
"type": "mutation_category",
"category": "XP_ORGANIZED_CATEGORY",
"threshold_mut": "THRESH_XP_ORGANIZED",
"name": "Dummy Mutation Category",
"iv_message": "Seeing this is probably a bug.",
"mutagen_message": "Seeing this is probably a bug.",
"memorial_message": "Honed their nature as a survivor in the harsh apocalypse."
},
{
"type": "mutation",
"id": "THRESH_XP_ORGANIZED",
"name": { "str": "Dummy Threshold" },
"description": "This only exists to enable evolving experience reward traits to function.",
"points": 0,
"valid": false,
"purifiable": false,
"threshold": true
},
{
"type": "mutation",
"id": "XP_ORGANIZED_1",
"name": { "str": "Organized I" },
"points": 1,
"description": "You pack things very efficiently! You can retrieve things from containers 15% faster.",
"obtain_cost_multiplier": 0.85,
"starting_trait": false,
"valid": false,
"category": [ "XP_ORGANIZED_CATEGORY" ],
"changes_to": [ "XP_ORGANIZED_2" ],
"flags": [ "NON_THRESH" ]
},
{
"type": "mutation",
"id": "XP_ORGANIZED_2",
"name": { "str": "Organized II" },
"points": 1,
"description": "You pack things very efficiently! You can retrieve things from containers 30% faster.",
"obtain_cost_multiplier": 0.70,
"starting_trait": false,
"valid": false,
"category": [ "XP_ORGANIZED_CATEGORY" ],
"prereqs": [ "XP_ORGANIZED_1" ],
"flags": [ "NON_THRESH" ]
},
{
"id": "XP_SLEEPLESS_CATEGORY",
"type": "mutation_category",
"category": "XP_SLEEPLESS_CATEGORY",
"threshold_mut": "THRESH_XP_SLEEPLESS",
"name": "Dummy Mutation Category",
"iv_message": "Seeing this is probably a bug.",
"mutagen_message": "Seeing this is probably a bug.",
"memorial_message": "Honed their nature as a survivor in the harsh apocalypse."
},
{
"type": "mutation",
"id": "THRESH_XP_SLEEPLESS",
"name": { "str": "Dummy Threshold" },
"description": "This only exists to enable evolving experience reward traits to function.",
"points": 0,
"valid": false,
"purifiable": false,
"threshold": true
},
{
"type": "mutation",
"id": "XP_SLEEPLESS_1",
"name": { "str": "Sleep Adaptation I" },
"points": 1,
"description": "You have adapted to a more dangerous life in the apocalypse, you now need less sleep than the average person.",
"types": [ "SLEEP" ],
"starting_trait": false,
"fatigue_modifier": -0.10,
"category": [ "XP_SLEEPLESS_CATEGORY" ],
"changes_to": [ "XP_SLEEPLESS_2" ],
"flags": [ "NON_THRESH" ]
},
{
"type": "mutation",
"id": "XP_SLEEPLESS_2",
"name": { "str": "Sleep Adaptation II" },
"points": 1,
"description": "You have adapted to a more dangerous life in the apocalypse, you now need a lot less sleep than the average person.",
"types": [ "SLEEP" ],
"starting_trait": false,
"fatigue_modifier": -0.20,
"category": [ "XP_SLEEPLESS_CATEGORY" ],
"prereqs": [ "XP_SLEEPLESS_1" ],
"changes_to": [ "XP_SLEEPLESS_3" ],
"flags": [ "NON_THRESH" ]
},
{
"type": "mutation",
"id": "XP_SLEEPLESS_3",
"name": { "str": "Sleep Adaptation III" },
"points": 1,
"description": "You have adapted to a more dangerous life in the apocalypse, you now need a lot less sleep than the average person.",
"types": [ "SLEEP" ],
"starting_trait": false,
"fatigue_modifier": -0.30,
"category": [ "XP_SLEEPLESS_CATEGORY" ],
"prereqs": [ "XP_SLEEPLESS_2" ],
"flags": [ "NON_THRESH" ]
},
{
"id": "XP_INT_UP_CATEGORY",
"type": "mutation_category",
"category": "XP_INT_UP_CATEGORY",
"threshold_mut": "THRESH_XP_INT_UP",
"name": "Dummy Mutation Category",
"iv_message": "Seeing this is probably a bug.",
"mutagen_message": "Seeing this is probably a bug.",
"memorial_message": "Honed their nature as a survivor in the harsh apocalypse."
},
{
"type": "mutation",
"id": "THRESH_XP_INT_UP",
"name": { "str": "Dummy Threshold" },
"description": "This only exists to enable evolving experience reward traits to function.",
"points": 0,
"valid": false,
"purifiable": false,
"threshold": true
},
{
"type": "mutation",
"id": "XP_INT_UP_1",
"name": { "str": "Intelligent" },
"points": 1,
"description": "You now brain better. Intelligence + 1",
"passive_mods": { "int_mod": 1 },
"category": [ "XP_INT_UP_CATEGORY" ],
"changes_to": [ "XP_INT_UP_2" ],
"flags": [ "NON_THRESH" ]
},
{
"type": "mutation",
"id": "XP_INT_UP_2",
"name": { "str": "Very Intelligent" },
"points": 2,
"description": "You now brain even better. Intelligence + 2",
"passive_mods": { "int_mod": 2 },
"category": [ "XP_INT_UP_CATEGORY" ],
"prereqs": [ "XP_INT_UP_1" ],
"changes_to": [ "XP_INT_UP_3" ],
"flags": [ "NON_THRESH" ]
},
{
"type": "mutation",
"id": "XP_INT_UP_3",
"name": { "str": "Extremely Intelligent" },
"points": 4,
"visibility": 1,
"description": "You now brain much harder. Intelligence + 3",
"passive_mods": { "int_mod": 3 },
"category": [ "XP_INT_UP_CATEGORY" ],
"prereqs": [ "XP_INT_UP_2" ],
"flags": [ "NON_THRESH" ]
},
{
"id": "XP_PER_UP_CATEGORY",
"type": "mutation_category",
"category": "XP_PER_UP_CATEGORY",
"threshold_mut": "THRESH_XP_PER_UP",
"name": "Dummy Mutation Category",
"iv_message": "Seeing this is probably a bug.",
"mutagen_message": "Seeing this is probably a bug.",
"memorial_message": "Honed their nature as a survivor in the harsh apocalypse."
},
{
"type": "mutation",
"id": "THRESH_XP_PER_UP",
"name": { "str": "Dummy Threshold" },
"description": "This only exists to enable evolving experience reward traits to function.",
"points": 0,
"valid": false,
"purifiable": false,
"threshold": true
},
{
"type": "mutation",
"id": "XP_PER_UP_1",
"name": { "str": "Perceptive" },
"points": 1,
"description": "You now observe things better. Perception + 1",
"passive_mods": { "per_mod": 1 },
"category": [ "XP_PER_UP_CATEGORY" ],
"changes_to": [ "XP_PER_UP_2" ],
"flags": [ "NON_THRESH" ]
},
{
"type": "mutation",
"id": "XP_PER_UP_2",
"name": { "str": "Very Perceptive" },
"points": 2,
"description": "You now observe thingseven better. Perception + 2",
"passive_mods": { "per_mod": 2 },
"category": [ "XP_PER_UP_CATEGORY" ],
"prereqs": [ "XP_PER_UP_1" ],
"changes_to": [ "XP_PER_UP_3" ],
"flags": [ "NON_THRESH" ]
},
{
"type": "mutation",
"id": "XP_PER_UP_3",
"name": { "str": "Extremely Perceptive" },
"points": 4,
"visibility": 1,
"description": "You now observe things much harder. Perception + 3",
"passive_mods": { "per_mod": 3 },
"category": [ "XP_PER_UP_CATEGORY" ],
"prereqs": [ "XP_PER_UP_2" ],
"flags": [ "NON_THRESH" ]
}
]