Stats type
A valid champion stat that affects their in-game interactions.
Signature:
export type Stats = 'hp' | 'mp' | 'ms' | 'armor' | 'spellBlock' | 'attackRange' | 'hpRegen' | 'mpRegen' | 'crit' | 'attackDamage' | 'attackSpeed';
A valid champion stat that affects their in-game interactions.
Signature:
export type Stats = 'hp' | 'mp' | 'ms' | 'armor' | 'spellBlock' | 'attackRange' | 'hpRegen' | 'mpRegen' | 'crit' | 'attackDamage' | 'attackSpeed';