护盾改为 护甲值

This commit is contained in:
2025-08-17 12:25:22 +08:00
parent 6288d4e4bb
commit e5874bf936
15 changed files with 8903 additions and 8921 deletions

View File

@@ -25,6 +25,9 @@ export enum TType {
/** 随机目标 */
Random =8 // 随机目标
}
export enum SKILL_CONST {
POWER_UP = 60,
}
export enum DTType {
single = 0,
@@ -140,6 +143,7 @@ export enum BuffAttr {
DIS = 33, //距离
SPEED = 34, //速度
SHIELD = 35, //护盾
POWER_MAX = 36, //最大能量
}
export const getBuffNum=()=>{
return {
@@ -179,6 +183,7 @@ export const getBuffNum=()=>{
[BuffAttr.DIS]:0,//距离
[BuffAttr.SPEED]:0,//速度
[BuffAttr.SHIELD]:0,//护盾
[BuffAttr.POWER_MAX]:0,//最大能量
}
}
export const geDebuffNum=()=>{