Added smash heros general stats

This commit is contained in:
2025-09-18 10:29:34 +02:00
parent c6a4fe2a55
commit 7889c1850e
3 changed files with 33 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ export const smashHerosStats = z.object({
wins: z.number().default(0),
losses: z.number().default(0),
smashLevel: z.number().default(0),
coins: z.number().default(0),
damage_dealt: z.number().default(0),
class_stats: z.object({
BOTMUN: classStats,
THE_BULK: classStats,