feat(英雄配置): 为刘邦添加新技能并调整技能冷却时间

为英雄刘邦添加技能6100和6102,同时调整技能6100、6101和6102的冷却时间
This commit is contained in:
walkpan
2026-01-01 14:31:05 +08:00
parent 03a4f49ee5
commit a5e6426296
3 changed files with 15 additions and 4 deletions

View File

@@ -110,7 +110,7 @@ export const HeroInfo: Record<number, heroInfo> = {
// 刘邦 - 领导型战士(善于用人,知人善任)
5001:{uuid:5001,name:"刘邦",path:"hk1", fac:FacSet.HERO, kind:1,as:1.5,
type:HType.warrior,lv:1,hp:200,mp:85,map:0,def:9,mdef:0,ap:15,dis:100,speed:120,skills:[6001,6101],
type:HType.warrior,lv:1,hp:200,mp:85,map:0,def:9,mdef:0,ap:15,dis:100,speed:120,skills:[6001,6100,6101,6102],
buff:[],tal:[7101,7201,7301],info:"楚汉争霸领袖,领导统御型战士"},
// 荆轲 - 刺客(敏捷型,高速度和暴击率)