Added zombies stats

This commit is contained in:
2025-09-14 21:49:22 +02:00
parent 0d7c79a310
commit 060e277c37
3 changed files with 50 additions and 1 deletions

View File

@@ -920,6 +920,16 @@ export const arcadeStatsSchema = z.object({
deaths_mini_walls: z.number().default(0),
arrows_hit_mini_walls: z.number().default(0),
arrows_shot_mini_walls: z.number().default(0),
total_rounds_survived_zombies: z.number().default(0),
best_round_zombies: z.number().default(0),
zombie_kills_zombies: z.number().default(0),
bullets_hit_zombies: z.number().default(0),
bullets_shot_zombies: z.number().default(0),
headshots_zombies: z.number().default(0),
players_revived_zombies: z.number().default(0),
times_knocked_down_zombies: z.number().default(0),
doors_opened_zombies: z.number().default(0),
windows_repaired_zombies: z.number().default(0),
coins: z.number().default(0),
pixel_party: z.object({
wins: z.number().default(0),