genshin_panel
Version:
genshin panel calculator
3 lines (2 loc) • 471 B
TypeScript
export declare type PrimaryTagName = "attack" | "defend" | "life";
export declare type SecondaryTagName = "cureEffect" | "lifeStatic" | "lifePercentage" | "attackStatic" | "attackPercentage" | "defendStatic" | "defendPercentage" | "critical" | "eCritical" | "criticalDamage" | "elementalMastery" | "recharge" | "thunderBonus" | "fireBonus" | "waterBonus" | "iceBonus" | "windBonus" | "rockBonus" | "physicalBonus" | "bonus" | "aBonus" | "bBonus" | "eBonus" | "qBonus";