Finished warlords stats
This commit is contained in:
@@ -71,6 +71,23 @@ export const warlordsStatsSchema = z.object({
|
||||
kills_capturetheflag: z.number().default(0),
|
||||
kills_domination: z.number().default(0),
|
||||
kills_teamdeathmatch: z.number().default(0),
|
||||
weapon_inventory: z.array(z.object({
|
||||
damage: z.number().default(0),
|
||||
chance: z.number().default(0),
|
||||
multiplier: z.number().default(0),
|
||||
abilityBoost: z.number().default(0),
|
||||
health: z.number().default(0),
|
||||
energy: z.number().default(0),
|
||||
cooldown: z.number().default(0),
|
||||
movement: z.number().default(0),
|
||||
upgradeTimes: z.number().default(0),
|
||||
category: z.string().optional(),
|
||||
material: z.string().optional(),
|
||||
spec: z.object({
|
||||
spec: z.number(),
|
||||
playerClass: z.number()
|
||||
})
|
||||
})).optional(),
|
||||
...warlordsClassStats().left_right,
|
||||
...warlordsClassStats().right_left
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user