Skip to content

Commit 7bcc07d

Browse files
generator: update achievements json
1 parent a411961 commit 7bcc07d

2 files changed

Lines changed: 38 additions & 2 deletions

File tree

packages/clis/generator/resources/ats-achievements.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"cmd": "$$('div.achievement').map(div=>({id:div.id.split('-')[1],title:$('.achievement_name',div).textContent, desc:$('.achievement_desc',div).textContent.trim(),imgUrl:$('img.achievement_image',div).src})).sort((a,b) => a.id.localeCompare(b.id)); "
55
},
66
"data": [
7+
{
8+
"id": "aca_book3",
9+
"title": "Double Trouble",
10+
"desc": "Complete at least 12 scenarios in Double Trailer Handling (Driving Academy)",
11+
"imgUrl": "https://shared.fastly.steamstatic.com/community_assets/images/apps/270880/882bef5401c3c002d18204679c1acb15294c4a9e.jpg"
12+
},
713
{
814
"id": "aca_consecutive",
915
"title": "Failure Is Not an Option",
@@ -43,7 +49,7 @@
4349
{
4450
"id": "aca_stars",
4551
"title": "Nerd of the Road",
46-
"desc": "Obtain 3 stars in at least 23 scenarios in Truck Driving Proficiency (Driving Academy)",
52+
"desc": "Obtain 3 stars in at least 15 scenarios in Truck Driving Proficiency (Driving Academy)",
4753
"imgUrl": "https://shared.fastly.steamstatic.com/community_assets/images/apps/270880/8a312b428b6a0c33b5f3b1fa4af32324d1930eeb.jpg"
4854
},
4955
{
@@ -292,6 +298,30 @@
292298
"desc": "Discover at least 8 cities in Idaho (requires Idaho DLC)",
293299
"imgUrl": "https://shared.fastly.steamstatic.com/community_assets/images/apps/270880/ee743eff6953bd3f17662652764ea211867ac2fe.jpg"
294300
},
301+
{
302+
"id": "il_cornfield",
303+
"title": "Cornfusion",
304+
"desc": "Drive to the center of the Evergreen cornfield maze (requires Illinois DLC)",
305+
"imgUrl": "https://shared.fastly.steamstatic.com/community_assets/images/apps/270880/3b9d2b1c00ebc41e3d658976818d6dec23470418.jpg"
306+
},
307+
{
308+
"id": "il_cutscenes",
309+
"title": "Between Two Rivers",
310+
"desc": "View cutscenes from at least 12 viewpoints in Illinois (requires Illinois DLC)",
311+
"imgUrl": "https://shared.fastly.steamstatic.com/community_assets/images/apps/270880/b652b3daaf88470009ecf6c749eaaf55b257f7ad.jpg"
312+
},
313+
{
314+
"id": "il_machinery",
315+
"title": "Heavy Duty",
316+
"desc": "Perfectly deliver any machinery: Springfield (IL) - Peoria, then Peoria - Chicago (NAMIQ quarry) (requires Illinois DLC)",
317+
"imgUrl": "https://shared.fastly.steamstatic.com/community_assets/images/apps/270880/ac9d0576c0f7f0b9159af99823ff120d38733018.jpg"
318+
},
319+
{
320+
"id": "il_visit_cities",
321+
"title": "The Prairie State",
322+
"desc": "Discover at least 8 cities in Illinois (requires Illinois DLC)",
323+
"imgUrl": "https://shared.fastly.steamstatic.com/community_assets/images/apps/270880/ef2692f40979d009126a44aa6f30ce7af7562a7c.jpg"
324+
},
295325
{
296326
"id": "jobs15comp",
297327
"title": "Company Collector",

packages/clis/generator/resources/ets2-achievements.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
"desc": "Drive 999 km during jobs with each of at least 5 truck brands, only your owned trucks count",
1717
"imgUrl": "https://shared.fastly.steamstatic.com/community_assets/images/apps/227300/c005b7fe1e6212340c2058f901312ec0d734e6d9.jpg"
1818
},
19+
{
20+
"id": "aca_book3",
21+
"title": "Double Trouble",
22+
"desc": "Complete at least 12 scenarios in Double Trailer Handling (Driving Academy)",
23+
"imgUrl": "https://shared.fastly.steamstatic.com/community_assets/images/apps/227300/882bef5401c3c002d18204679c1acb15294c4a9e.jpg"
24+
},
1925
{
2026
"id": "aca_consecutive",
2127
"title": "Failure Is Not an Option",
@@ -55,7 +61,7 @@
5561
{
5662
"id": "aca_stars",
5763
"title": "Nerd of the Road",
58-
"desc": "Obtain 3 stars in at least 23 scenarios in Truck Driving Proficiency (Driving Academy)",
64+
"desc": "Obtain 3 stars in at least 15 scenarios in Truck Driving Proficiency (Driving Academy)",
5965
"imgUrl": "https://shared.fastly.steamstatic.com/community_assets/images/apps/227300/8a312b428b6a0c33b5f3b1fa4af32324d1930eeb.jpg"
6066
},
6167
{

0 commit comments

Comments
 (0)