英雄主技能 加成有问题 需完善

This commit is contained in:
2025-06-13 15:15:41 +08:00
parent 008cd2ffc5
commit 8ea55fd99e

View File

@@ -67,7 +67,7 @@ export class SkillConComp extends CCComp {
if(!this.HeroView.is_master) return if(!this.HeroView.is_master) return
console.log("hart cast_skill",uuid ,e) console.log("hart cast_skill",uuid ,e)
const config = SkillSet[uuid]; const config = SkillSet[uuid];
this.castSkill(config,(1+this.FIGHTCON.hero.ATK_COUNT+this.FIGHTCON.ally.ATK_COUNT)) this.castSkill(config)
} }
/** 施放技能 */ /** 施放技能 */