From 3bd82df5bb693c72e924f2161459b0441224b355 Mon Sep 17 00:00:00 2001 From: pan Date: Wed, 17 Jun 2026 14:53:25 +0800 Subject: [PATCH] =?UTF-8?q?docs(skill=20config):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=8A=80=E8=83=BD=E6=B3=A8=E9=87=8A=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整了高阶范围攻击技能和辅助技能的注释描述,明确技能卡对应的波次信息,让技能配置的业务含义更清晰 --- assets/script/game/common/config/SkillSet.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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,