This commit is contained in:
2025-04-21 19:14:04 +08:00
parent fc35e40688
commit 4c96d7255d
2 changed files with 10 additions and 1 deletions

View File

@@ -8,8 +8,8 @@ export enum EquipType {
// 基础效果类型
export enum EffectType {
ATK = 1, // 攻击力
DEF = 2, // 防御力
HP = 3, // 生命值
ATK_COUNT = 4, // 攻击个数
ATK_SPEED = 4, // 攻击速度
CRIT_RATE = 5, // 暴击率
CRIT_DMG = 6, // 暴击伤害