Skip to content

Commit

Permalink
fix: Update data (#112)
Browse files Browse the repository at this point in the history
fix: update data from game dictionary

Co-authored-by: Andi Pätzold [bot] <[email protected]>
  • Loading branch information
github-actions[bot] and Andi Pätzold [bot] committed May 17, 2024
1 parent 0625236 commit 0a517ab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/achievements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export const achievements: ReadonlyArray<Achievement> = (
[229, "ZWIFT GAMES 2024 EPIC", "RouteComplete"],
[230, "JURASSIC COAST", "RouteComplete"],
[231, "PARTY ON!", "GetRideOn1"],
[232, "QUEENS HIGHWAY REVERSE", "RouteComplete"],
[232, "QUEEN'S HIGHWAY AFTER PARTY", "RouteComplete"],
[233, "HILLY ROUTE REVERSE", "RouteComplete"],
[234, "LONDON CLASSIQUE REVERSE", "RouteComplete"],
[235, "PARK PERIMETER REVERSE", "RouteComplete"],
Expand Down
17 changes: 5 additions & 12 deletions src/jerseys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ export const jerseys: ReadonlyArray<Jersey> = (
[97975537, "Ceratizit-WNT", "WNTRotor2019_thumb"],
[98617285, "Flora Duffy", "flora_duffy_thumb"],
[103107648, "supertri.e kit [Purple]", "SLT2024Purple_thumb"],
[
114907065,
"LOC_CYCLING_JERSEY_EVENTS_PRIDEON2024_NAME",
"PrideOn2024_thumb",
],
[114907065, "2024 Pride On", "PrideOn2024_thumb"],
[119884741, "Velos", "Velos2022_thumb"],
[
120279066,
Expand Down Expand Up @@ -338,7 +334,7 @@ export const jerseys: ReadonlyArray<Jersey> = (
],
[1033576880, "Sub 8", "Sub82022_thumb"],
[1040478737, "2XU Cycling", "2XUCycling2021_thumb"],
[1051970139, "LOC_ACCESSORY_TOUR_DE_FRANCE_2024", "TdFGreen2020_thumb"],
[1051970139, "Santini Grand Depart", "TdFGreen2020_thumb"],
[1055383332, "zFondo Mar 2021", "ZFondo2021Mar_thumb"],
[1065184178, "CA Technologies 2018", "CaTech2018_thumb"],
[1066013543, "Eric Min T Day Jersey", "EricMinTDay2021_thumb"],
Expand Down Expand Up @@ -824,11 +820,7 @@ export const jerseys: ReadonlyArray<Jersey> = (
"TrekFactoryRacingWomensMTB2020_thumb",
],
[2911779990, "2022 Rapha Festive 500", "RaphaFestive5002022_thumb"],
[
2914396772,
"LOC_CYCLING_JERSEY_CLUBS_ROYALAIRFORCE2024_NAME",
"RoyalAirForce2024_thumb",
],
[2914396772, "Royal Air Force Cycling", "RoyalAirForce2024_thumb"],
[2918338388, "Vox Women 2019", "VoxWomen2019_thumb"],
[2918420406, "Watch the Femmes", "TdFFemmes2022_thumb"],
[2922052122, "Wolf Power", "WolfPower_thumb"],
Expand Down Expand Up @@ -1038,12 +1030,13 @@ export const jerseys: ReadonlyArray<Jersey> = (
[3630089540, "Rouleur 2020", "Rouleur2020_thumb"],
[3631135127, "KISS", "KISS_thumb"],
[3632295718, "AHDR Europe", "AHDREurope2023_thumb"],
[3640031777, "Level Velo Cycling", "LEVELVelo2024_thumb"],
[3640900519, "Movember", "Movember2019_thumb"],
[3651831027, "TRINITY Racing Race", "TRINITYRace2022_thumb"],
[3652093952, "I Race Like A Girl", "IRaceLikeAGirl2019_thumb"],
[3652158933, "Team Turbo", "Turbo2019_thumb"],
[3654809610, "Supersonic Kit", "FunIsFast2021_thumb"],
[3657231940, "PAS Racing", "PASRacing2022_thumb"],
[3657231940, "PAS Normal Studios", "PASRacing2022_thumb"],
[3660609812, "World Social Riders", "WSR_thumb"],
[3660671907, "Zwift Academy 2020 Mens", "ZwiftAcademyMen2020_thumb"],
[3672963209, "Lederhose", "Lederhosen2022_thumb"],
Expand Down
10 changes: 5 additions & 5 deletions src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const routes: ReadonlyArray<Route> = (
],
[
87631443,
"Queens Highway After Party",
"Queen's Highway After Party",
"queens-highway-after-party",
"yorkshire",
true,
Expand Down Expand Up @@ -966,13 +966,13 @@ export const routes: ReadonlyArray<Route> = (
"zwift-games-2024-epic",
"watopia",
false,
79.721,
79.731,
822,
1.948,
1.938,
57,
1.508,
1.498,
57,
1.508,
1.498,
57,
[
"zwift-kom",
Expand Down

0 comments on commit 0a517ab

Please sign in to comment.