Skip to content

Commit

Permalink
fix: Update data (#122)
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 Jun 27, 2024
1 parent b8f1487 commit a768563
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 15 deletions.
6 changes: 3 additions & 3 deletions src/challenges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { Challenge } from "./types";

export const challenges: ReadonlyArray<Challenge> = (
[
[1231, "CLIMB MT.EVEREST", "CLIMB_MT_EVEREST"],
[1234153, "RIDE CALIFORNIA", "RIDE_CALIFORNIA"],
[15313453, "TOUR ITALY", "TOUR_ITALY"],
[1231, "Climb Mt. Everest", "Climb_Mt__Everest"],
[1234153, "Ride California", "Ride_California"],
[15313453, "Tour Italy", "Tour_Italy"],
] as const
).map(([id, name, imageName]) => ({ id, name, imageName }));
19 changes: 18 additions & 1 deletion src/jerseys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const jerseys: ReadonlyArray<Jersey> = (
[253887160, "Zwift Race Leader", "Zwift_RaceLeader_thumb"],
[257830838, "Novator", "Novator2021_thumb"],
[257930879, "Cycle-Smart", "CycleSmart2021_thumb"],
[265525555, "LOC_ACCESSORY_LGBTQ_ZWIFTERS_2024", "LGBTQZwifters2024_thumb"],
[273275384, "Continental", "Continental2018_thumb"],
[279835500, "Level 80", "Zwift_LVL80_thumb"],
[281027822, "Dempsey Challenge", "DempseyChallenge2020_thumb"],
Expand Down Expand Up @@ -227,6 +228,7 @@ export const jerseys: ReadonlyArray<Jersey> = (
"UCI Federation 2023 British Cycling",
"UCIFederationBritish2023_thumb",
],
[687871233, "2024 Watch the Femmes", "TdFFaZ2024_thumb"],
[689784947, "CANYON//SRAM TdFFaZ Jersey", "TDFFaZCANYONSRAM2023_thumb"],
[700242404, "supertri.e kit [Green]", "SLT2024Green_thumb"],
[706154061, "Eritrea Federation Elite 2022", "UCIBlackEritrea2022_thumb"],
Expand Down Expand Up @@ -255,6 +257,11 @@ export const jerseys: ReadonlyArray<Jersey> = (
[804522168, "Team Fearless", "TeamFearless2019_thumb"],
[806962508, "Castelli Ride with Reggie", "RideReggie2021_thumb"],
[810188791, "Bicycling 2017", "Bicycling2017_thumb"],
[
811864077,
"LOC_CYCLING_JERSEY_CLUBS_ZWIFTNL2024_NAME",
"ZwiftNL2024_thumb",
],
[814156923, "MTS", "MTS_thumb"],
[818500146, "Cycling Canada 2023", "CyclingCanada2023_thumb"],
[824066136, "AHDR Europe", "AHDR2021_thumb"],
Expand Down Expand Up @@ -840,6 +847,11 @@ export const jerseys: ReadonlyArray<Jersey> = (
[2973154296, "Eintracht Frankfurt", "EintrachtFrankfurtRadsport2023_thumb"],
[2976426174, "Tour De Yorkshire", "TourDeYorkshire2018_thumb"],
[2977986260, "Braunstein Cycling Club", "BCC2023_thumb"],
[
2978912946,
"LOC_CYCLING_JERSEY_CLUBS_RELENTLESS_NAME",
"Relentless2024_thumb",
],
[2979338200, "Van Rysel Kit", "VanRysel2021_thumb"],
[2984660529, "Tour de France White", "TdFWhite2020_thumb"],
[2986648336, "Classy 2", "ZwiftClassy02_thumb"],
Expand Down Expand Up @@ -1037,7 +1049,7 @@ export const jerseys: ReadonlyArray<Jersey> = (
[3652093952, "I Race Like A Girl", "IRaceLikeAGirl2019_thumb"],
[3652158933, "Team Turbo", "Turbo2019_thumb"],
[3654809610, "Supersonic Kit", "FunIsFast2021_thumb"],
[3657231940, "PAS Normal Studios", "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 Expand Up @@ -1133,6 +1145,11 @@ export const jerseys: ReadonlyArray<Jersey> = (
"SLT2022yellow_thumb",
],
[3957077256, "ZNC - France", "ZwiftNationalChampions_thumb"],
[
3969433626,
"LOC_ACCESSORY_ATTACUS_CYCLE_SQUAD",
"AttacusCycleSquad2024_thumb",
],
[3970107365, "Dino Power", "DinoPower_thumb"],
[3970245639, "CANYON//SRAM Racing", "CanyonSRAMRacing2022_thumb"],
[3977378563, "Clash Of Clubs Green", "ClashOfClubs2020_thumb"],
Expand Down
22 changes: 11 additions & 11 deletions src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ export const routes: ReadonlyArray<Route> = (
"libby-hill-after-party",
"richmond",
true,
32.856,
105,
0.315,
32.898,
160,
0.285,
3,
undefined,
undefined,
undefined,
undefined,
0.006,
0,
0.03,
0,
["richmond-sprint", "broad-st", "richmond-kom"],
[
{ from: 3.73, to: 3.942, segment: "richmond-sprint" },
Expand All @@ -119,7 +119,7 @@ export const routes: ReadonlyArray<Route> = (
false,
true,
["running", "cycling"],
undefined,
660,
22815233,
"https://www.strava.com/segments/22815233",
"https://zwiftinsider.com/route/libby-hill-after-party",
Expand Down Expand Up @@ -331,7 +331,7 @@ export const routes: ReadonlyArray<Route> = (
false,
true,
["running", "cycling"],
492,
490,
37049454,
"https://www.strava.com/segments/37049454",
"https://zwiftinsider.com/route/elevation-evaluation",
Expand Down Expand Up @@ -3272,8 +3272,8 @@ export const routes: ReadonlyArray<Route> = (
"shorelines-and-summits",
"watopia",
false,
46.196,
776,
46.188,
772,
4.163,
19,
3.901,
Expand Down
1 change: 1 addition & 0 deletions src/runShirts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export const runShirts: ReadonlyArray<RunShirt> = (
"SLTRun2022blue_thumb",
],
[2722487491, "Monochrome Pattern Tank Kit", "MonochromeTank01_thumb"],
[2732445655, "LOC_RUNNING_OUTFIT_WAHOORUN2024_NAME", "PrideOn2023_thumb"],
[2734666004, "The Running Channel Shirt", "RunningChannel2021_thumb"],
[2768891314, "Lionel Sanders", "LionelSanders2019_thumb"],
[2795593609, "Halo ID", "HaloIDRun2022_thumb"],
Expand Down
1 change: 1 addition & 0 deletions src/runShorts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export const runShorts: ReadonlyArray<RunShort> = (
[3289604891, "Tour of Watopia 2022", "TOWRun2022_thumb"],
[3290761370, "Halloween Chase", "HalloweenChase2019_thumb"],
[3291110514, "ZRL Atlanta Run Shorts", "ZRLAtlanta2022_thumb"],
[3308502469, "LOC_RUNNING_OUTFIT_WAHOORUN2024_NAME", "PrideOn2023_thumb"],
[3368541207, "Xterra Running Shorts 2020", "XterraRunShorts2020_thumb"],
[3375414094, "Zwift Running Shorts 4", "Shorts04"],
[3423758014, "Team LCB Run Shorts", "LucyCharles2021_thumb"],
Expand Down

0 comments on commit a768563

Please sign in to comment.