-
Notifications
You must be signed in to change notification settings - Fork 3
/
traits_level.json
165 lines (163 loc) · 6.01 KB
/
traits_level.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
[
{
"id": "XP_LEVEL_CATEGORY",
"type": "mutation_category",
"category": "XP_LEVEL_CATEGORY",
"threshold_mut": "THRESH_XP_LEVEL",
"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_LEVEL",
"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_LEVEL_1",
"name": { "str": "Level 1" },
"points": 1,
"description": "Your adventures and survival have toughened you up in more ways than you can even fathom. You are simply better than you were. You get a 5% bonus to all hit points and 10% bonus to max stamina.",
"starting_trait": false,
"valid": false,
"hp_modifier_secondary": 0.05,
"max_stamina_modifier": 0.10,
"category": [ "XP_LEVEL_CATEGORY" ],
"changes_to": [ "XP_LEVEL_2" ],
"flags": [ "NON_THRESH" ]
},
{
"type": "mutation",
"id": "XP_LEVEL_2",
"name": { "str": "Level 2" },
"points": 1,
"description": "Your adventures and survival have toughened you up in more ways than you can even fathom. You are simply better than you were. You get a 10% bonus to all hit points and 20% bonus to max stamina.",
"starting_trait": false,
"valid": false,
"hp_modifier_secondary": 0.10,
"max_stamina_modifier": 0.20,
"category": [ "XP_LEVEL_CATEGORY" ],
"prereqs": [ "XP_LEVEL_1" ],
"changes_to": [ "XP_LEVEL_3" ],
"flags": [ "NON_THRESH" ]
},
{
"type": "mutation",
"id": "XP_LEVEL_3",
"name": { "str": "Level 3" },
"points": 1,
"description": "Your adventures and survival have toughened you up in more ways than you can even fathom. You are simply better than you were. You get a 15% bonus to all hit points and 30% bonus to max stamina.",
"starting_trait": false,
"valid": false,
"hp_modifier_secondary": 0.15,
"max_stamina_modifier": 0.30,
"category": [ "XP_LEVEL_CATEGORY" ],
"prereqs": [ "XP_LEVEL_2" ],
"flags": [ "NON_THRESH" ]
},
{
"type": "mutation",
"id": "XP_LEVEL_4",
"name": { "str": "Level 4" },
"points": 1,
"description": "Your adventures and survival have toughened you up in more ways than you can even fathom. You are simply better than you were. You get a 20% bonus to all hit points and 40% bonus to max stamina.",
"starting_trait": false,
"valid": false,
"hp_modifier_secondary": 0.20,
"max_stamina_modifier": 0.40,
"category": [ "XP_LEVEL_CATEGORY" ],
"prereqs": [ "XP_LEVEL_2" ],
"flags": [ "NON_THRESH" ]
},
{
"type": "mutation",
"id": "XP_LEVEL_5",
"name": { "str": "Level 5" },
"points": 1,
"description": "Your adventures and survival have toughened you up in more ways than you can even fathom. You are simply better than you were. You get a 5% bonus to all hit points and 50% bonus to max stamina.",
"starting_trait": false,
"valid": false,
"hp_modifier_secondary": 0.25,
"max_stamina_modifier": 0.50,
"category": [ "XP_LEVEL_CATEGORY" ],
"prereqs": [ "XP_LEVEL_2" ],
"flags": [ "NON_THRESH" ]
},
{
"type": "mutation",
"id": "XP_LEVEL_6",
"name": { "str": "Level 6" },
"points": 1,
"description": "Your adventures and survival have toughened you up in more ways than you can even fathom. You are simply better than you were. You get a 5% bonus to all hit points and 60% bonus to max stamina.",
"starting_trait": false,
"valid": false,
"hp_modifier_secondary": 0.30,
"max_stamina_modifier": 0.60,
"category": [ "XP_LEVEL_CATEGORY" ],
"prereqs": [ "XP_LEVEL_2" ],
"flags": [ "NON_THRESH" ]
},
{
"type": "mutation",
"id": "XP_LEVEL_7",
"name": { "str": "Level 7" },
"points": 1,
"description": "Your adventures and survival have toughened you up in more ways than you can even fathom. You are simply better than you were. You get a 5% bonus to all hit points and 70% bonus to max stamina.",
"starting_trait": false,
"valid": false,
"hp_modifier_secondary": 0.35,
"max_stamina_modifier": 0.70,
"category": [ "XP_LEVEL_CATEGORY" ],
"prereqs": [ "XP_LEVEL_2" ],
"flags": [ "NON_THRESH" ]
},
{
"type": "mutation",
"id": "XP_LEVEL_8",
"name": { "str": "Level 8" },
"points": 1,
"description": "Your adventures and survival have toughened you up in more ways than you can even fathom. You are simply better than you were. You get a 5% bonus to all hit points and 80% bonus to max stamina.",
"starting_trait": false,
"valid": false,
"hp_modifier_secondary": 0.40,
"max_stamina_modifier": 0.80,
"category": [ "XP_LEVEL_CATEGORY" ],
"prereqs": [ "XP_LEVEL_2" ],
"flags": [ "NON_THRESH" ]
},
{
"type": "mutation",
"id": "XP_LEVEL_9",
"name": { "str": "Level 9" },
"points": 1,
"description": "Your adventures and survival have toughened you up in more ways than you can even fathom. You are simply better than you were. You get a 5% bonus to all hit points and 90% bonus to max stamina.",
"starting_trait": false,
"valid": false,
"hp_modifier_secondary": 0.45,
"max_stamina_modifier": 0.90,
"category": [ "XP_LEVEL_CATEGORY" ],
"prereqs": [ "XP_LEVEL_2" ],
"flags": [ "NON_THRESH" ]
},
{
"type": "mutation",
"id": "XP_LEVEL_10",
"name": { "str": "Level 10" },
"points": 1,
"description": "Your adventures and survival have toughened you up in more ways than you can even fathom. You are simply better than you were. You get a 5% bonus to all hit points and 100% bonus to max stamina.",
"starting_trait": false,
"valid": false,
"hp_modifier_secondary": 0.50,
"max_stamina_modifier": 1.00,
"category": [ "XP_LEVEL_CATEGORY" ],
"prereqs": [ "XP_LEVEL_2" ],
"flags": [ "NON_THRESH" ]
}
]