英雄主技能 加成有问题 需完善
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 施放技能 */
|
/** 施放技能 */
|
||||||
|
|||||||
Reference in New Issue
Block a user