Updated tkr stats
This commit is contained in:
@@ -82,5 +82,8 @@ export const turboKartRacersStatsSchema = z.object({
|
||||
laps_completed: z.number().default(0),
|
||||
blue_torpedo_hit: z.number().default(0),
|
||||
banana_hits_sent: z.number().default(0),
|
||||
banana_hits_received: z.number().default(0)
|
||||
banana_hits_received: z.number().default(0),
|
||||
engine_active: z.string().optional(),
|
||||
frame_active: z.string().optional(),
|
||||
booster_active: z.string().optional()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user