Added heads bar
This commit is contained in:
@@ -248,5 +248,15 @@ export const skywarsStatsSchema = z.looseObject({
|
||||
wins_ranked_normal: z.number().default(0),
|
||||
losses_ranked_normal: z.number().default(0),
|
||||
shard: z.number().default(0),
|
||||
opals: z.number().default(0)
|
||||
opals: z.number().default(0),
|
||||
heads_eww: z.number().default(0),
|
||||
heads_yucky: z.number().default(0),
|
||||
heads_meh: z.number().default(0),
|
||||
heads_decent: z.number().default(0),
|
||||
heads_salty: z.number().default(0),
|
||||
heads_tasty: z.number().default(0),
|
||||
heads_succulent: z.number().default(0),
|
||||
heads_sweet: z.number().default(0),
|
||||
heads_divine: z.number().default(0),
|
||||
heads_heavenly: z.number().default(0)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user