Added general duels stats

This commit is contained in:
2025-09-01 21:45:45 +02:00
parent 542cdc1cd8
commit 6e31a2e0e1
3 changed files with 26 additions and 2 deletions

View File

@@ -277,6 +277,10 @@ export const duelsStatsSchema = z.looseObject({
deaths: z.number().default(0),
melee_swings: z.number().default(0),
melee_hits: z.number().default(0),
bow_shots: z.number().default(0),
bow_hits: z.number().default(0),
current_winstreak: z.number().optional(),
best_overall_winstreak: z.number().optional(),
//
all_modes_rookie_title_prestige: z.number().default(-1),
all_modes_iron_title_prestige: z.number().default(-1),