From 807db8e173a397e707d113d8b12b74fcc8f4af5c Mon Sep 17 00:00:00 2001 From: panFD Date: Sun, 16 Aug 2026 21:30:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20add=20new=20skill=206111=20?= =?UTF-8?q?=E7=BE=A4=E4=BD=93=E9=97=AA=E7=94=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增编号6111的群体闪电技能配置,包含技能基础属性、伤害描述与表现参数。 --- assets/script/game/common/config/SkillSet.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/script/game/common/config/SkillSet.ts b/assets/script/game/common/config/SkillSet.ts index 10d2af6f..97392afb 100644 --- a/assets/script/game/common/config/SkillSet.ts +++ b/assets/script/game/common/config/SkillSet.ts @@ -355,7 +355,11 @@ export const SkillSet: Record = { DTType: DTType.single, ap: 100, hit_count: 1, hitcd: 0.2, speed: 720, with: 0, ready: 0.2, EAnm: 0, DAnm: "", IType: IType.remote, RType: RType.bezier, EType: EType.collision, bezier_start_y: 20, bezier_mid_y: 140, bezier_arc: 1.05, info: "造成攻击力100%的伤害", }, - + 6111: { + uuid: 6111, name: "群体闪电", sp_name: "maxm3", icon: "Stat_FireDamage", TGroup: TGroup.Enemy, readyAnm: "", endAnm: "", act: "atk", + DTType: DTType.single, stun: 0, ap: 100, hit_count: 1, hitcd: 0.3, speed: 720, with: 90, ready: 0.2, EAnm: 0, DAnm: "", IType: IType.remote, + RType: RType.fixedEnd, EType: EType.collision, info: "造成攻击力100%的伤害, 一定几率暴击, 高阶技能", + }, //============================= ====== 辅助技能 回合技能 ====== ========================== 6301: { uuid: 6301, name: "护盾", sp_name: "buff_wind", icon: "Stat_Defense", TGroup: TGroup.Self, readyAnm: "up_blue", endAnm: "", act: "atk",