Added wool games genereal stats

This commit is contained in:
2025-09-11 11:07:40 +02:00
parent ebdfebe20a
commit 11fb9b75cd
3 changed files with 41 additions and 1 deletions

View File

@@ -726,8 +726,11 @@ export const copsAndCrimsStatsSchema = z.looseObject({
export const woolGamesStatsSchema = z.looseObject({
wool_wars_prestige_icon: z.string().optional(),
playtime: z.number().default(0),
coins: z.number().default(0),
progression: z.looseObject({
experience: z.number().default(0)
experience: z.number().default(0),
available_layers: z.number().default(0)
}).optional(),
capture_the_wool: z.looseObject({
stats: z.looseObject({