Skip to content

Commit

Permalink
feat: April 2024 update (#106)
Browse files Browse the repository at this point in the history
fix: update data from game dictionary

Co-authored-by: Andi Pätzold [bot] <github+bot@andipaetzold.com>
  • Loading branch information
github-actions[bot] and Andi Pätzold [bot] committed Apr 4, 2024
1 parent e573786 commit 5d3f0d8
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 55 deletions.
1 change: 1 addition & 0 deletions src/achievements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,6 @@ export const achievements: ReadonlyArray<Achievement> = (
[228, "MOUNTAIN MASH", "RouteComplete"],
[229, "ZWIFT GAMES 2024 EPIC", "RouteComplete"],
[230, "JURASSIC COAST", "RouteComplete"],
[231, "PARTY ON!", "GetRideOn1"],
] as const
).map(([id, name, imageName]) => ({ id, name, imageName }));
60 changes: 50 additions & 10 deletions src/jerseys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ export const jerseys: ReadonlyArray<Jersey> = (
[97396552, "Team CLS 2019", "CLS2019_thumb"],
[97975537, "Ceratizit-WNT", "WNTRotor2019_thumb"],
[98617285, "Flora Duffy", "flora_duffy_thumb"],
[103107648, "SLT 2024 Purple", "SLT2024Purple_thumb"],
[
103107648,
"LOC_CYCLING_JERSEY_EVENTS_SLT2024PURPLE_NAME",
"SLT2024Purple_thumb",
],
[119884741, "Velos", "Velos2022_thumb"],
[
120279066,
Expand Down Expand Up @@ -116,7 +120,11 @@ export const jerseys: ReadonlyArray<Jersey> = (
[364387115, "Garmin Never Stop Cycling", "Garmin2020_thumb"],
[371126658, "Velocio Unity 2023", "VelocioUnity2023_thumb"],
[374392241, "Peaks Coaching Group", "PeaksCoachingGroup_thumb"],
[374426057, "SLT 2024 Pale Orange", "SLT2024PaleOrange_thumb"],
[
374426057,
"LOC_CYCLING_JERSEY_EVENTS_SLT2024PALEORANGE_NAME",
"SLT2024PaleOrange_thumb",
],
[384005997, "Eliel", "Eliel2021_thumb"],
[396734242, "AHDR Ladies", "AHDRLadies2023_thumb"],
[405683158, "Tower 26 Triathlon", "Tower262021_thumb"],
Expand Down Expand Up @@ -147,7 +155,11 @@ export const jerseys: ReadonlyArray<Jersey> = (
[462436923, "Docomo", "Docomo_thumb"],
[464353534, "Team LCB Kit", "LucyCharles2018_thumb"],
[468316144, "Andy Schleck–CP NVST–Immo Losch", "AndySchleck2022_thumb"],
[468966004, "SLT 2024 Orange", "SLT2024Orange_thumb"],
[
468966004,
"LOC_CYCLING_JERSEY_EVENTS_SLT2024ORANGE_NAME",
"SLT2024Orange_thumb",
],
[472760314, "Wobble CC", "WobbleCCCommunity2023_thumb"],
[479486696, "EZ Riders", "EZR2023_thumb"],
[480846458, "Thomson Bike Tours", "Thomson2021_thumb"],
Expand Down Expand Up @@ -227,7 +239,11 @@ export const jerseys: ReadonlyArray<Jersey> = (
"UCIFederationBritish2023_thumb",
],
[689784947, "CANYON//SRAM TdFFaZ Jersey", "TDFFaZCANYONSRAM2023_thumb"],
[700242404, "SLT 2024 Green", "SLT2024Green_thumb"],
[
700242404,
"LOC_CYCLING_JERSEY_EVENTS_SLT2024GREEN_NAME",
"SLT2024Green_thumb",
],
[706154061, "Eritrea Federation Elite 2022", "UCIBlackEritrea2022_thumb"],
[709797933, "Electric Spirit Community Team", "ElectricSpirit2022_thumb"],
[712380058, "Lotto Dstny 2023", "lotto_dstny_thumb"],
Expand Down Expand Up @@ -323,7 +339,11 @@ export const jerseys: ReadonlyArray<Jersey> = (
],
[1022287351, "TIBCO-Silicon Valley Bank", "Tibco2020_thumb"],
[1025753934, "Fight ALS", "AndreGreipel2019_thumb"],
[1027985948, "SLT 2024 Blue", "SLT2024Blue_thumb"],
[
1027985948,
"LOC_CYCLING_JERSEY_EVENTS_SLT2024BLUE_NAME",
"SLT2024Blue_thumb",
],
[1028356106, "AHDR Giant Bison", "AHDRGiantBison_thumb"],
[1029958464, "Team Castelli pb Elite", "TeamCastelli2023_thumb"],
[
Expand Down Expand Up @@ -555,7 +575,11 @@ export const jerseys: ReadonlyArray<Jersey> = (
[1936046332, "Movistar Team Cycling Club", "MovistarCC2023_thumb"],
[1936574954, "ZBR", "ZBR_thumb"],
[1939003542, "Pan Mass Challenge", "PanMass2021_thumb"],
[1939176025, "SLT 2024 Red", "SLT2024Red_thumb"],
[
1939176025,
"LOC_CYCLING_JERSEY_EVENTS_SLT2024RED_NAME",
"SLT2024Red_thumb",
],
[1941154353, "Avocado", "ZwiftFood01_thumb"],
[1947253559, "AHDR Liv Bison", "AHDRLivBison_thumb"],
[1953455256, "Ruhrrider 2022", "RuhrRiders2022_thumb"],
Expand Down Expand Up @@ -599,7 +623,11 @@ export const jerseys: ReadonlyArray<Jersey> = (
[2115002683, "MTN-Qhubeka", "MTN-Qhubeka_thumb"],
[2115369870, "Rapha RCC", "RaphaRCC2021_thumb"],
[2116459621, "Drops", "DropsWomens2020_thumb"],
[2119418154, "SLT 2024 Pale Blue", "SLT2024PaleBlue_thumb"],
[
2119418154,
"LOC_CYCLING_JERSEY_EVENTS_SLT2024PALEBLUE_NAME",
"SLT2024PaleBlue_thumb",
],
[2124914476, "L'Etape", "LEtape_thumb"],
[2134531491, "Team Vegan", "TeamVegan2020_thumb"],
[2140454859, "Zwift zFondo February", "Zwift_zFondo_Feb_thumb"],
Expand All @@ -624,7 +652,11 @@ export const jerseys: ReadonlyArray<Jersey> = (
[2252477074, "Belgium Elite", "BelgiumCyclingFederationElite2020_thumb"],
[2260626289, "SNOW CC", "SNOWCC2023_thumb"],
[2262974117, "Zwift zFondo March", "Zwift_zFondo_Mar_thumb"],
[2277672916, "SLT 2024 Pink", "SLT2024Pink_thumb"],
[
2277672916,
"LOC_CYCLING_JERSEY_EVENTS_SLT2024PINK_NAME",
"SLT2024Pink_thumb",
],
[2278143572, "Hexagone Racing 2023", "HexagoneRacing2023_thumb"],
[
2280956876,
Expand Down Expand Up @@ -1073,7 +1105,11 @@ export const jerseys: ReadonlyArray<Jersey> = (
[3824102442, "Danish Cycling Elite", "DanishCyclingElite2019_thumb"],
[3824368360, "Ride Like King 13", "RideLikeAKing2021_thumb"],
[3831006776, "Queen Bee Ladies", "QueenBee2023_thumb"],
[3833742323, "SLT 2024 Grey", "SLT2024Grey_thumb"],
[
3833742323,
"LOC_CYCLING_JERSEY_EVENTS_SLT2024GREY_NAME",
"SLT2024Grey_thumb",
],
[3838487875, "Trinity Racing 2023", "TRINITYRace2023_thumb"],
[3839989188, "NSI", "NSI2015_thumb"],
[3840427844, "Felt Cycling", "Felt2021_thumb"],
Expand All @@ -1087,7 +1123,11 @@ export const jerseys: ReadonlyArray<Jersey> = (
[3858579217, "Team ODivaZ 2018", "ODZ2018Womens_thumb"],
[3859182028, "The Carnival 2020", "TheCarnival2020_thumb"],
[3860078904, "Mountain Massif", "MountainMassif2022_thumb"],
[3863304814, "SLT 2024 Pale Green", "SLT2024PaleGreen_thumb"],
[
3863304814,
"LOC_CYCLING_JERSEY_EVENTS_SLT2024PALEGREEN_NAME",
"SLT2024PaleGreen_thumb",
],
[3864361640, "Zwift zFondo January", "Zwift_zFondo_Jan_thumb"],
[3871254116, "Lionel Sanders", "LionelSanders2019_thumb"],
[3875378752, "Black Sheep Salmon", "BlackSheepSalmon2019_thumb"],
Expand Down
68 changes: 34 additions & 34 deletions src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,34 @@ export const routes: ReadonlyArray<Route> = (
"https://whatsonzwift.com/world/paris/route/lutece-express",
"https://zwifterbikes.web.app/route/lutece-express",
],
[
1258415487,
"Glasgow Reverse",
"glasgow-reverse",
"scotland",
true,
3.012,
33,
1.196,
7,
0.985,
7,
0.985,
7,
[],
[],
false,
true,
false,
true,
["running", "cycling"],
120,
33620087,
"https://www.strava.com/segments/33620087",
"https://zwiftinsider.com/glasgow-crit-circuit-reverse",
"https://whatsonzwift.com/world/scotland/route/glasgow-reverse",
undefined,
],
[
1327147942,
"Zwift Gran Fondo 2022",
Expand Down Expand Up @@ -2652,9 +2680,9 @@ export const routes: ReadonlyArray<Route> = (
75,
4.254,
19,
0.001,
0,
0.042,
0,
0.042,
0,
[],
[],
Expand Down Expand Up @@ -3715,10 +3743,10 @@ export const routes: ReadonlyArray<Route> = (
75,
4.254,
19,
0,
0,
0,
0,
4.193,
19,
4.193,
19,
[],
[],
false,
Expand Down Expand Up @@ -6512,34 +6540,6 @@ export const routes: ReadonlyArray<Route> = (
"https://whatsonzwift.com/world/watopia/route/three-sisters-reverse",
"https://zwifterbikes.web.app/route/three-sisters-reverse",
],
[
1258415487,
"Glasgow Reverse",
"glasgow-reverse",
"scotland",
true,
3.012,
33,
1.196,
7,
0.985,
7,
0.985,
7,
[],
[],
false,
true,
false,
true,
["running", "cycling"],
120,
33620087,
"https://www.strava.com/segments/33620087",
"https://zwiftinsider.com/glasgow-crit-circuit-reverse",
"https://whatsonzwift.com/world/scotland/route/glasgow-reverse",
undefined,
],
] as const
).map(
([
Expand Down
32 changes: 22 additions & 10 deletions src/runShirts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ export const runShirts: ReadonlyArray<RunShirt> = (
[852978042, "Zwift Running Shirt 14", "Shirt14"],
[858180859, "2021 ZA Tri Run Shirt", "ZATriRun2021_thumb"],
[862160517, "World Cancer Day", "WorldCancerDayRun2021_thumb"],
[866942562, "SLT 2024 Pale Orange", "SLT2024PaleOrange_thumb"],
[
866942562,
"LOC_RUNNING_SHIRT_SLT2024PALEORANGE_NAME",
"SLT2024PaleOrange_thumb",
],
[
891026381,
"Super League Tri Arena Games - Orange Jersey",
Expand All @@ -70,12 +74,16 @@ export const runShirts: ReadonlyArray<RunShirt> = (
[960275823, "Tour of Watopia Fall 2023 Run Kit", "ToWFall2023_thumb"],
[969205573, "Run Festival Black Kit 2021", "RunFestivalBlack2021_thumb"],
[991511341, "Xterra Running Shirt 2020", "XterraRun2020_thumb"],
[1014366588, "SLT 2024 Blue", "SLT2024Blue_thumb"],
[1014366588, "LOC_RUNNING_SHIRT_SLT2024BLUE_NAME", "SLT2024Blue_thumb"],
[1079011329, "Spaero Triathlon", "SpaeroRun2022_thumb"],
[1125476352, "Collins Cup Internationals", "CollinsCupRunYellow2020_thumb"],
[1155013846, "Dempsey Challenge", "DempseyChallengeRun2021_thumb"],
[1207872178, "2022 adidas RFTO", "RFTO2022_thumb"],
[1238821094, "SLT 2024 Pale Blue", "SLT2024PaleBlue_thumb"],
[
1238821094,
"LOC_RUNNING_SHIRT_SLT2024PALEBLUE_NAME",
"SLT2024PaleBlue_thumb",
],
[
1288766544,
"Super League Tri Arena Games - White Jersey",
Expand All @@ -94,9 +102,9 @@ export const runShirts: ReadonlyArray<RunShirt> = (
[1539153651, "Watopia Run Fest", "WatopiaRunFest2020_thumb"],
[1598044512, "Neokyo Launch Run Shirt", "NeokyoRun2021_thumb"],
[1636252940, "Tour De Zwift", "TourDeZwift2020_thumb"],
[1641296782, "SLT 2024 Orange", "SLT2024Orange_thumb"],
[1641296782, "LOC_RUNNING_SHIRT_SLT2024ORANGE_NAME", "SLT2024Orange_thumb"],
[1678310140, "Collins Cup USA", "CollinsCupRunRed2020_thumb"],
[1678740335, "SLT 2024 Green", "SLT2024Green_thumb"],
[1678740335, "LOC_RUNNING_SHIRT_SLT2024GREEN_NAME", "SLT2024Green_thumb"],
[1689637021, "ZA Run Team Shirt 2021", "ZwiftAcademyRun2021_thumb"],
[1712788603, "KRC", "KRC2019"],
[1741194489, "2021 Zwift Holiday Run Shirt", "EricMinHolidayRun2021_thumb"],
Expand All @@ -107,7 +115,11 @@ export const runShirts: ReadonlyArray<RunShirt> = (
[1911658396, "SIS Running 2019", "SISRunning2019Thumb"],
[1913778955, "Halloween Chase", "HalloweenChase2019_thumb"],
[1954985515, "2022 ZA Tri Team Design", "ZATriRun2022_thumb"],
[1956663772, "SLT 2024 Pale Green", "SLT2024PaleGreen_thumb"],
[
1956663772,
"LOC_RUNNING_SHIRT_SLT2024PALEGREEN_NAME",
"SLT2024PaleGreen_thumb",
],
[
1972429209,
"Super League Tri Arena Games - Green Jersey",
Expand All @@ -123,7 +135,7 @@ export const runShirts: ReadonlyArray<RunShirt> = (
"Super League Tri Arena Games - Grey Jersey",
"SLTRun2022grey_thumb",
],
[2080548282, "SLT 2024 Purple", "SLT2024Purple_thumb"],
[2080548282, "LOC_RUNNING_SHIRT_SLT2024PURPLE_NAME", "SLT2024Purple_thumb"],
[
2083092750,
"Tour of Watopia Starter Kit",
Expand All @@ -137,7 +149,7 @@ export const runShirts: ReadonlyArray<RunShirt> = (
[2180457818, "April Fools", "TealPink2020_thumb"],
[2183061867, "ZRS Fall", "ZRSFall2020_thumb"],
[2208084455, "Jan Frodeno", "JanFrodeno2019_thumb"],
[2263962804, "SLT 2024 Pink", "SLT2024Pink_thumb"],
[2263962804, "LOC_RUNNING_SHIRT_SLT2024PINK_NAME", "SLT2024Pink_thumb"],
[2292871545, "Pride 2022", "PrideOn2022_thumb"],
[2296133418, "Blue Tank Kit", "TankTop02"],
[2299250124, "Team LCB Run Shirt", "LucyCharles2021_thumb"],
Expand All @@ -150,7 +162,7 @@ export const runShirts: ReadonlyArray<RunShirt> = (
[2483526604, "Tour de Zwift 2024 Run Kit", "TourdeZwift2024_thumb"],
[2531703007, "Dempsey Challenge", "DempseyChallenge2020_thumb"],
[2564379583, "Clash Of Clubs Blue", "ClashOfClubs2020_thumb"],
[2604080152, "SLT 2024 Red", "SLT2024Red_thumb"],
[2604080152, "LOC_RUNNING_SHIRT_SLT2024RED_NAME", "SLT2024Red_thumb"],
[2636464333, "Zwift Running Shirt 6", "Shirt06"],
[2640636496, "2XU Run Shirt", "2XU2021_thumb"],
[2645917171, "Santa Monica Classic", "SantaMonicaClassic2019_thumb"],
Expand Down Expand Up @@ -216,7 +228,7 @@ export const runShirts: ReadonlyArray<RunShirt> = (
[3746982074, "Norseman White Run Shirt", "Norseman2021_thumb"],
[3787396827, "Holiday Heat", "HolidayHeat2019_thumb"],
[3827075510, "ZLDR 2023", "ZLDR2023_thumb"],
[3853619347, "SLT 2024 Grey", "SLT2024Grey_thumb"],
[3853619347, "LOC_RUNNING_SHIRT_SLT2024GREY_NAME", "SLT2024Grey_thumb"],
[3890549677, "Zwift Running Shirt 4", "Shirt04"],
[3917042036, "Slowtwitch", "SlowTwitch2020_thumb"],
[3946960086, "Super League Triathlon Sharks", "SLTSharks2022_thumb"],
Expand Down
2 changes: 1 addition & 1 deletion src/runShorts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const runShorts: ReadonlyArray<RunShort> = (
[3423758014, "Team LCB Run Shorts", "LucyCharles2021_thumb"],
[3508418750, "Tour de Zwift 2024 Run Kit", "TourdeZwift2024_thumb"],
[3515596595, "ZA Tri Team Shorts", "ZATri2021_thumb"],
[3543511530, "SLT 2024", "SLT2024_thumb"],
[3543511530, "LOC_RUNNING_SHORTS_SLT2024_NAME", "SLT2024_thumb"],
[3601200867, "Super League Community Shorts", "SuperLeague2020_thumb"],
[3628568393, "Zwift Run Festival", "RunFestival2021_thumb"],
[3711037404, "ZLDR 2023", "ZLDRRunShort2023_thumb"],
Expand Down

0 comments on commit 5d3f0d8

Please sign in to comment.