This commit is contained in:
2025-07-29 23:55:49 +08:00
parent 16195f4cb4
commit a4ebf3c651
4 changed files with 152 additions and 85 deletions

View File

@@ -129,6 +129,7 @@ export enum BuffAttr {
FROST_TIME = 27, //冰冻时间
HP_MAX = 28, //最大生命值数值
POWER_UP = 29, //能量增加
LIFESTEAL = 30, //吸血
}
export const geDebuffNum=()=>{
@@ -181,6 +182,7 @@ export const getBuffNum=()=>{
FROST_TIME:0,
HP_MAX:0,//最大生命值数值
POWER_UP:0,//能量增加
LIFESTEAL:0,//吸血
}
}