feat: 为盾战士英雄添加新技能

为英雄ID 5001(盾战士)的技能列表添加技能ID 6301、6311和6321,以扩展其战斗能力。
This commit is contained in:
panw
2026-03-20 10:59:59 +08:00
parent 35af88d570
commit cde110b114

View File

@@ -77,7 +77,7 @@ export interface heroInfo {
export const HeroInfo: Record<number, heroInfo> = {
// ========== 近战英雄 ==========
5001:{uuid:5001,name:"盾战士",path:"hk1", fac:FacSet.HERO, lv:1,as:1,ss:5,type:HType.Melee,hp:300,ap:25,speed:120,
skills:[6001,6201],info:""},
skills:[6001,6301,6311,6321],info:""},
5002:{uuid:5002,name:"圣骑士",path:"", fac:FacSet.HERO, lv:1,as:1,ss:5,type:HType.Melee,hp:340,ap:22,speed:115,
skills:[6001,6202],info:""},
@@ -110,7 +110,7 @@ export const HeroInfo: Record<number, heroInfo> = {
// ========== 腐竹英雄 ==========
5301:{uuid:5301,name:"牧师",path:"hh1", fac:FacSet.HERO, lv:1,as:1,ss:5,type:HType.Long,hp:160,ap:25,speed:100,
skills:[6003,6100],info:""},
5302:{uuid:5302,name:"战地医师",path:"", fac:FacSet.HERO, lv:1,as:1,ss:5,type:HType.Mid,hp:220,ap:24,speed:120,
skills:[6004,6204],info:""},
5303:{uuid:5303,name:"守护祭司",path:"", fac:FacSet.HERO, lv:1,as:1,ss:5,type:HType.Mid,hp:240,ap:20,speed:110,