Skip to content

Commit 363d3dd

Browse files
chaosvoltjbytheway
andauthored
Mutation threshold achievements (#2547)
Co-authored-by: John Bytheway <52664+jbytheway@users.noreply.github.com>
1 parent 8ea9a6c commit 363d3dd

File tree

2 files changed

+463
-0
lines changed

2 files changed

+463
-0
lines changed

data/json/achievements.json

Lines changed: 177 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,182 @@
110110
"type": "achievement",
111111
"name": "Ain't no valley low enough",
112112
"requirements": [ { "event_statistic": "min_move_z", "is": "<=", "target": -10 } ]
113+
},
114+
{
115+
"id": "achievement_mutation_threshold_alpha",
116+
"type": "achievement",
117+
"name": { "str": "More human than human" },
118+
"description": "You've evolved beyond your constraints. You are now a post-threshold Prime mutant.",
119+
"//": "Threshold achievements are hidden until obtained",
120+
"hidden_by": [ "achievement_mutation_threshold_alpha" ],
121+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_alpha", "is": ">=", "target": 1 } ]
122+
},
123+
{
124+
"id": "achievement_mutation_threshold_bear",
125+
"type": "achievement",
126+
"name": { "str": "Just the necessities" },
127+
"description": "Now you're armed for bear! You are now a post-threshold Bear mutant.",
128+
"hidden_by": [ "achievement_mutation_threshold_bear" ],
129+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_bear", "is": ">=", "target": 1 } ]
130+
},
131+
{
132+
"id": "achievement_mutation_threshold_beast",
133+
"type": "achievement",
134+
"name": { "str": "The nature of the me" },
135+
"description": "Your number has come up. You are now a post-threshold Beast mutant.",
136+
"hidden_by": [ "achievement_mutation_threshold_beast" ],
137+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_beast", "is": ">=", "target": 1 } ]
138+
},
139+
{
140+
"id": "achievement_mutation_threshold_bird",
141+
"type": "achievement",
142+
"name": { "str": "The modern-day dinosaur" },
143+
"description": "It's not flight (yet), it's falling with style. You are now a post-threshold Bird mutant.",
144+
"hidden_by": [ "achievement_mutation_threshold_bird" ],
145+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_bird", "is": ">=", "target": 1 } ]
146+
},
147+
{
148+
"id": "achievement_mutation_threshold_cattle",
149+
"type": "achievement",
150+
"name": { "str": "Don't drive a limousine, become it" },
151+
"description": "Is that red you see? No, just movement. You are now a post-threshold Bovine mutant.",
152+
"hidden_by": [ "achievement_mutation_threshold_cattle" ],
153+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_cattle", "is": ">=", "target": 1 } ]
154+
},
155+
{
156+
"id": "achievement_mutation_threshold_cephalopod",
157+
"type": "achievement",
158+
"name": { "str": "How did I ever get surrounded by such undead neighbors?" },
159+
"description": "From the depths, something stirs! You are now a post-threshold Cephalopod mutant.",
160+
"hidden_by": [ "achievement_mutation_threshold_cephalopod" ],
161+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_cephalopod", "is": ">=", "target": 1 } ]
162+
},
163+
{
164+
"id": "achievement_mutation_threshold_chimera",
165+
"type": "achievement",
166+
"name": { "str": "Equal opportunity assimilator" },
167+
"description": "What even ARE you anymore? You are now a post-threshold Chaos mutant.",
168+
"hidden_by": [ "achievement_mutation_threshold_chimera" ],
169+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_chimera", "is": ">=", "target": 1 } ]
170+
},
171+
{
172+
"id": "achievement_mutation_threshold_feline",
173+
"type": "achievement",
174+
"name": { "str": "Nine lives" },
175+
"description": "It wasn't monday you hated, it was the grind. You are now a post-threshold Feline mutant.",
176+
"hidden_by": [ "achievement_mutation_threshold_feline" ],
177+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_feline", "is": ">=", "target": 1 } ]
178+
},
179+
{
180+
"id": "achievement_mutation_threshold_fey",
181+
"type": "achievement",
182+
"name": { "str": "The fair folk" },
183+
"description": "The iron may be cold, but it still suits you. You are now a post-threshold Fey mutant.",
184+
"hidden_by": [ "achievement_mutation_threshold_fey" ],
185+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_fey", "is": ">=", "target": 1 } ]
186+
},
187+
{
188+
"id": "achievement_mutation_threshold_fish",
189+
"type": "achievement",
190+
"name": { "str": "Tipping the scales" },
191+
"description": "Swim swim hungry! You are now a post-threshold Aquatic mutant.",
192+
"hidden_by": [ "achievement_mutation_threshold_fish" ],
193+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_fish", "is": ">=", "target": 1 } ]
194+
},
195+
{
196+
"id": "achievement_mutation_threshold_insect",
197+
"type": "achievement",
198+
"name": { "str": "Heard of the swarm?" },
199+
"description": "One's opinion on jazz is actually irrelevant to the rest of the hive. You are now a post-threshold Insect mutant.",
200+
"hidden_by": [ "achievement_mutation_threshold_insect" ],
201+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_insect", "is": ">=", "target": 1 } ]
202+
},
203+
{
204+
"id": "achievement_mutation_threshold_lizard",
205+
"type": "achievement",
206+
"name": { "str": "You feel limber" },
207+
"description": "No, eating you will not cure petrification. You are now a post-threshold Lizard mutant.",
208+
"hidden_by": [ "achievement_mutation_threshold_lizard" ],
209+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_lizard", "is": ">=", "target": 1 } ]
210+
},
211+
{
212+
"id": "achievement_mutation_threshold_medical",
213+
"type": "achievement",
214+
"name": { "str": "What doesn't kill you, makes you stranger" },
215+
"description": "Through the power of science! And also drugs. You are now a post-threshold Prototype mutant.",
216+
"hidden_by": [ "achievement_mutation_threshold_medical" ],
217+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_medical", "is": ">=", "target": 1 } ]
218+
},
219+
{
220+
"id": "achievement_mutation_threshold_mouse",
221+
"type": "achievement",
222+
"name": { "str": "Judge me by my size" },
223+
"description": "You're more in the mood for peanut butter rather than cheese. You are now a post-threshold Diminutive mutant.",
224+
"hidden_by": [ "achievement_mutation_threshold_mouse" ],
225+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_mouse", "is": ">=", "target": 1 } ]
226+
},
227+
{
228+
"id": "achievement_mutation_threshold_mycus",
229+
"type": "achievement",
230+
"name": { "str": "Mycus must grow" },
231+
"description": "The Fruit, The Seed, The Sap. Consume this, and we will be as one, to bring unity to this world.",
232+
"hidden_by": [ "achievement_mutation_threshold_mycus" ],
233+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_mycus", "is": ">=", "target": 1 } ]
234+
},
235+
{
236+
"id": "achievement_mutation_threshold_plant",
237+
"type": "achievement",
238+
"name": { "str": "Carbon neutral" },
239+
"description": "As the ivy conquers ruined stone, so shall we regrow. You are now a post-threshold Plant mutant.",
240+
"hidden_by": [ "achievement_mutation_threshold_plant" ],
241+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_plant", "is": ">=", "target": 1 } ]
242+
},
243+
{
244+
"id": "achievement_mutation_threshold_rat",
245+
"type": "achievement",
246+
"name": { "str": "At first I was afraid, I was petrified…" },
247+
"description": "You're the giant rat (er sorry, survivor) that makes all of the rules. You are now a post-threshold Survivor mutant.",
248+
"hidden_by": [ "achievement_mutation_threshold_rat" ],
249+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_rat", "is": ">=", "target": 1 } ]
250+
},
251+
{
252+
"id": "achievement_mutation_threshold_raptor",
253+
"type": "achievement",
254+
"name": { "str": "Clever girl" },
255+
"description": "Be what you want to be, the only creatures that could tell you otherwise are made of meat. You are now a post-threshold Raptor mutant.",
256+
"hidden_by": [ "achievement_mutation_threshold_raptor" ],
257+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_raptor", "is": ">=", "target": 1 } ]
258+
},
259+
{
260+
"id": "achievement_mutation_threshold_slime",
261+
"type": "achievement",
262+
"name": { "str": "Slippery when moist" },
263+
"description": "A slime draws near! Wait, that's just your reflection. You are now a post-threshold Aqueous mutant.",
264+
"hidden_by": [ "achievement_mutation_threshold_slime" ],
265+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_slime", "is": ">=", "target": 1 } ]
266+
},
267+
{
268+
"id": "achievement_mutation_threshold_spider",
269+
"type": "achievement",
270+
"name": { "str": "With great power…" },
271+
"description": "…comes a lot of silk getting stuck to your chitin. You are now a post-threshold Arachnid mutant.",
272+
"hidden_by": [ "achievement_mutation_threshold_spider" ],
273+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_spider", "is": ">=", "target": 1 } ]
274+
},
275+
{
276+
"id": "achievement_mutation_threshold_troglobite",
277+
"type": "achievement",
278+
"name": { "str": "Spelunking: a lifestyle, not a hobby" },
279+
"description": "Raise your pick and raise your voice! You are now a post-threshold Subterranean mutant.",
280+
"hidden_by": [ "achievement_mutation_threshold_troglobite" ],
281+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_troglobite", "is": ">=", "target": 1 } ]
282+
},
283+
{
284+
"id": "achievement_mutation_threshold_wolf",
285+
"type": "achievement",
286+
"name": { "str": "Leader of the pack" },
287+
"description": "Fine, you'll start your own furry convention, with blackjack and hookers. You are now a post-threshold Wolf mutant.",
288+
"hidden_by": [ "achievement_mutation_threshold_wolf" ],
289+
"requirements": [ { "event_statistic": "num_avatar_mutation_threshold_wolf", "is": ">=", "target": 1 } ]
113290
}
114291
]

0 commit comments

Comments
 (0)