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