docs(skill config): 更新技能注释说明
调整了高阶范围攻击技能和辅助技能的注释描述,明确技能卡对应的波次信息,让技能配置的业务含义更清晰
This commit is contained in:
@@ -286,7 +286,7 @@ export const SkillSet: Record<number, SkillConfig> = {
|
|||||||
RType: RType.fixedEnd, EType: EType.animationEnd, info: "召唤雷爆攻击一排的敌人,有概率击晕",
|
RType: RType.fixedEnd, EType: EType.animationEnd, info: "召唤雷爆攻击一排的敌人,有概率击晕",
|
||||||
},
|
},
|
||||||
/*** ======高阶范围攻击技能 ====
|
/*** ======高阶范围攻击技能 ====
|
||||||
* 都是3*3 范围攻击 不是英雄技能,是技能卡专属的 常驻战斗技能,
|
* 都是3*3 范围攻击 不是英雄技能,是技能卡20波技能,
|
||||||
* 6201 雷墙 击晕向
|
* 6201 雷墙 击晕向
|
||||||
* 6202 火墙 暴击向
|
* 6202 火墙 暴击向
|
||||||
* 6203 风 多段攻击
|
* 6203 风 多段攻击
|
||||||
@@ -329,7 +329,7 @@ export const SkillSet: Record<number, SkillConfig> = {
|
|||||||
RType: RType.fixed, EType: EType.animationEnd, info: "召唤陨石范围攻击敌人,有概率击晕",
|
RType: RType.fixed, EType: EType.animationEnd, info: "召唤陨石范围攻击敌人,有概率击晕",
|
||||||
},
|
},
|
||||||
|
|
||||||
//============================= ====== 辅助技能 ====== ==========================
|
//============================= ====== 辅助技能 技能卡牌 1 波技能 ====== ==========================
|
||||||
6301: {
|
6301: {
|
||||||
uuid: 6301, name: "护盾", sp_name: "buff_wind", icon: "1255", TGroup: TGroup.Self, readyAnm: "up_blue", endAnm: "", act: "atk",
|
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,
|
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<number, SkillConfig> = {
|
|||||||
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,
|
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: "治疗伙伴/自己",
|
RType: RType.fixed, EType: EType.animationEnd, info: "治疗伙伴/自己",
|
||||||
},
|
},
|
||||||
|
//==========================buff 技能 也是 技能卡牌 5 波技能
|
||||||
6303: {
|
6303: {
|
||||||
uuid: 6303, name: "获取金币", sp_name: "buff_wind", icon: "1255", TGroup: TGroup.Self, readyAnm: "up_blue", endAnm: "gold", act: "atk",
|
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,
|
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user