diff --git a/assets/script/game/common/config/SkillSet.ts b/assets/script/game/common/config/SkillSet.ts index 2d53bd64..476c2d2c 100644 --- a/assets/script/game/common/config/SkillSet.ts +++ b/assets/script/game/common/config/SkillSet.ts @@ -286,7 +286,7 @@ export const SkillSet: Record = { RType: RType.fixedEnd, EType: EType.animationEnd, info: "召唤雷爆攻击一排的敌人,有概率击晕", }, /*** ======高阶范围攻击技能 ==== - * 都是3*3 范围攻击 不是英雄技能,是技能卡专属的 常驻战斗技能, + * 都是3*3 范围攻击 不是英雄技能,是技能卡20波技能, * 6201 雷墙 击晕向 * 6202 火墙 暴击向 * 6203 风 多段攻击 @@ -329,7 +329,7 @@ export const SkillSet: Record = { RType: RType.fixed, EType: EType.animationEnd, info: "召唤陨石范围攻击敌人,有概率击晕", }, - //============================= ====== 辅助技能 ====== ========================== + //============================= ====== 辅助技能 技能卡牌 1 波技能 ====== ========================== 6301: { uuid: 6301, name: "护盾", sp_name: "buff_wind", icon: "1255", TGroup: TGroup.Self, readyAnm: "up_blue", endAnm: "", act: "atk", DTType: DTType.single, kind: SkillKind.Shield, ap: 3, hit_count: 1, hitcd: 0.2, speed: 720, with: 0, ready: 0.2, EAnm: 0, DAnm: "", IType: IType.support, @@ -340,6 +340,7 @@ export const SkillSet: Record = { DTType: DTType.single, kind: SkillKind.Heal, ap: 300, hit_count: 1, hitcd: 0.2, speed: 720, with: 0, ready: 0.2, EAnm: 0, DAnm: "", IType: IType.support, RType: RType.fixed, EType: EType.animationEnd, info: "治疗伙伴/自己", }, + //==========================buff 技能 也是 技能卡牌 5 波技能 6303: { uuid: 6303, name: "获取金币", sp_name: "buff_wind", icon: "1255", TGroup: TGroup.Self, readyAnm: "up_blue", endAnm: "gold", act: "atk", DTType: DTType.single, kind: SkillKind.Gold, ap: 0, gold: 1, hit_count: 1, hitcd: 0.2, speed: 720, with: 0, ready: 0.2, EAnm: 0, DAnm: "", IType: IType.support,