技能清理

This commit is contained in:
panw
2025-06-18 16:04:57 +08:00
parent d6457be563
commit 5083910c95
20 changed files with 209 additions and 720 deletions

View File

@@ -119,4 +119,14 @@ export function getRandomCardsByType(
uuid
}));
}
export const SuperCardsType={
EQUIP:1, //装备加成 强化
SKILL:2, //技能加成 强化
AOE:3, //伤害技能 范围伤害
DEBUFF:4, //debuff技能 范围debuff
BUFF:5, //buff技能 范围buff
}
export const SuperCards={
3001:{uuid:3001,name:"附魔宝典",path:"3001",type:SuperCardsType.EQUIP,value:1,tals:"你的提升英雄/伙伴生命/攻击力装备效果,额外添加+1"},
}