Updated wool games stats

This commit is contained in:
2025-09-11 00:08:16 +02:00
parent e55a165986
commit c7ed674a34
4 changed files with 123 additions and 0 deletions

View File

@@ -725,6 +725,10 @@ export const copsAndCrimsStatsSchema = z.looseObject({
})
export const woolGamesStatsSchema = z.looseObject({
wool_wars_prestige_icon: z.string().optional(),
progression: z.looseObject({
experience: z.number().default(0)
}).optional(),
capture_the_wool: z.looseObject({
stats: z.looseObject({
kills: z.number().default(0),