Updates speed uhc stats

This commit is contained in:
2025-09-17 15:17:18 +02:00
parent a9125d255c
commit cdc13c1258
7 changed files with 115 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ import {
murderMysteryStatsSchema,
pitStats,
skywarsStatsSchema,
speedUhcStatsSchema,
tntGamesStatsSchema,
uhcSchema,
woolGamesStatsSchema
@@ -40,7 +41,8 @@ export const playerSchema = z.looseObject({
MCGO: copsAndCrimsStatsSchema.optional(),
WoolGames: woolGamesStatsSchema.optional(),
HungerGames: blitzStatsSchema.optional(),
Arcade: arcadeStatsSchema.optional()
Arcade: arcadeStatsSchema.optional(),
SpeedUHC: speedUhcStatsSchema.optional()
}).transform(({ Walls3, MCGO, HungerGames, ...rest }) => {
return {
MegaWalls: Walls3,