chore(SkillSet): 移除6005和6105风球相关配置
删除了两处注释和对应的技能配置数据,清理无用的技能配置项
This commit is contained in:
@@ -203,7 +203,6 @@ export const SkillSet: Record<number, SkillConfig> = {
|
|||||||
* 6002 紫球 带毒向
|
* 6002 紫球 带毒向
|
||||||
* 6003 白球 击晕取向
|
* 6003 白球 击晕取向
|
||||||
* 6004 水球 溅射 分裂取向,一定概率分裂多个
|
* 6004 水球 溅射 分裂取向,一定概率分裂多个
|
||||||
* 6005 风球 风怒取向
|
|
||||||
* 6008 箭矢 单体攻击,
|
* 6008 箭矢 单体攻击,
|
||||||
* 6009 箭矢蓝 溅射,分裂取向,一定概率分裂多个
|
* 6009 箭矢蓝 溅射,分裂取向,一定概率分裂多个
|
||||||
* 6010 箭矢黄 击晕取向
|
* 6010 箭矢黄 击晕取向
|
||||||
@@ -228,11 +227,6 @@ export const SkillSet: Record<number, SkillConfig> = {
|
|||||||
DTType: DTType.single, ap: 100, hit_count: 1, hitcd: 0.3, speed: 720, with: 90, ready: 0.2, EAnm: 0, DAnm: "", IType: IType.remote,
|
DTType: DTType.single, ap: 100, hit_count: 1, hitcd: 0.3, speed: 720, with: 90, ready: 0.2, EAnm: 0, DAnm: "", IType: IType.remote,
|
||||||
RType: RType.linear, EType: EType.collision, info: "普通远程攻击",
|
RType: RType.linear, EType: EType.collision, info: "普通远程攻击",
|
||||||
},
|
},
|
||||||
6005: {
|
|
||||||
uuid: 6005, name: "风球", sp_name: "atk_5", icon: "1126", TGroup: TGroup.Enemy, readyAnm: "", endAnm: "", act: "atk",
|
|
||||||
DTType: DTType.single, ap: 100, hit_count: 1, hitcd: 0.3, speed: 720, with: 90, ready: 0.2, EAnm: 0, DAnm: "", IType: IType.remote,
|
|
||||||
RType: RType.linear, EType: EType.collision, info: "普通远程攻击",
|
|
||||||
},
|
|
||||||
|
|
||||||
|
|
||||||
6008: {
|
6008: {
|
||||||
@@ -256,7 +250,6 @@ export const SkillSet: Record<number, SkillConfig> = {
|
|||||||
* 6102 暗影球 毒取向
|
* 6102 暗影球 毒取向
|
||||||
* 6103 光球 击晕取向
|
* 6103 光球 击晕取向
|
||||||
* 6104 水球 溅射:分裂多个
|
* 6104 水球 溅射:分裂多个
|
||||||
* 6105 风球 风怒取向
|
|
||||||
**/
|
**/
|
||||||
6101: {
|
6101: {
|
||||||
uuid: 6101, name: "大火球", sp_name: "line_1", icon: "1126", TGroup: TGroup.Enemy, readyAnm: "", endAnm: "", act: "atk",
|
uuid: 6101, name: "大火球", sp_name: "line_1", icon: "1126", TGroup: TGroup.Enemy, readyAnm: "", endAnm: "", act: "atk",
|
||||||
@@ -280,11 +273,6 @@ export const SkillSet: Record<number, SkillConfig> = {
|
|||||||
DTType: DTType.single, crt: 20, ap: 100, hit_count: 2, hitcd: 0.2, speed: 720, with: 0, ready: 0.2, EAnm: 0, DAnm: "", IType: IType.remote,
|
DTType: DTType.single, crt: 20, ap: 100, hit_count: 2, hitcd: 0.2, speed: 720, with: 0, ready: 0.2, EAnm: 0, DAnm: "", IType: IType.remote,
|
||||||
RType: RType.linear, EType: EType.collision, info: "射出强力箭矢,最多穿透6个敌人,附带20%额外暴击率",
|
RType: RType.linear, EType: EType.collision, info: "射出强力箭矢,最多穿透6个敌人,附带20%额外暴击率",
|
||||||
},
|
},
|
||||||
6105: {
|
|
||||||
uuid: 6105, name: "大风球", sp_name: "line_5", icon: "1173", TGroup: TGroup.Enemy, readyAnm: "blues", endAnm: "", act: "max",
|
|
||||||
DTType: DTType.range, stun: 0, ap: 150, hit_count: 2, hitcd: 0.2, speed: 720, with: 0, ready: 0.2, EAnm: 0, DAnm: "", IType: IType.remote,
|
|
||||||
RType: RType.fixedEnd, EType: EType.animationEnd, info: "召唤雷爆攻击一排的敌人,有概率击晕",
|
|
||||||
},
|
|
||||||
/*** ======高阶范围攻击技能 ====
|
/*** ======高阶范围攻击技能 ====
|
||||||
* 都是3*3 范围攻击 不是英雄技能,是技能卡20波技能,
|
* 都是3*3 范围攻击 不是英雄技能,是技能卡20波技能,
|
||||||
* 6201 雷墙 击晕向
|
* 6201 雷墙 击晕向
|
||||||
|
|||||||
Reference in New Issue
Block a user