Added zombies stats
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user