fix: 为牧师英雄添加缺失的fstart和fend属性

添加fstart和fend属性以修复牧师英雄的技能配置,确保其技能6302能正确关联和生效。
This commit is contained in:
panw
2026-04-14 08:46:43 +08:00
parent e296ca7d78
commit 05ce0a0b8c
2 changed files with 12 additions and 1 deletions

View File

@@ -131,7 +131,7 @@ export const HeroInfo: Record<number, heroInfo> = {
skills:{6011:{uuid:6101,lv:1,cd:0.9,ccd:0},6101:{uuid:6101,lv:1,cd:5,ccd:0}},info:"暴射,光箭 远dps"},
// ========== 腐竹英雄 ==========
5301:{uuid:5301,name:"牧师",path:"hh1", fac:FacSet.HERO,cards_lv:1,lv:1,type:HType.Long,hp:150,ap:20,speed:800,
5301:{uuid:5301,name:"牧师",path:"hh1", fac:FacSet.HERO,cards_lv:1,lv:1,type:HType.Long,hp:150,ap:20,speed:800,fstart:6302,fend:6302,
skills:{6202:{uuid:6202,lv:1,cd:1.2,ccd:0},6302:{uuid:6302,lv:1,cd:5,ccd:0}},info:"冰锥1,治疗 远辅助" },
5302:{uuid:5302,name:"战地医师",path:"hz1", fac:FacSet.HERO,cards_lv:2,lv:1,type:HType.Long,hp:300,ap:40,speed:800,
skills:{6202:{uuid:6202,lv:1,cd:1.2,ccd:0},6304:{uuid:6304,lv:1,cd:5,ccd:0}},info:"冰锥1,群体治疗 远辅助"},

View File

@@ -0,0 +1,11 @@
{
"ver": "1.0.1",
"importer": "text",
"imported": true,
"uuid": "628b9fbc-1df1-453e-bf5f-d51afce3e2f4",
"files": [
".json"
],
"subMetas": {},
"userData": {}
}