技能cd 增益 需要修复

This commit is contained in:
2025-07-16 17:46:17 +08:00
parent 95e64c530a
commit 326bd32183
4 changed files with 6561 additions and 6433 deletions

View File

@@ -115,7 +115,7 @@ export class BuffComp extends Component {
}
info.ap=this.HeroView.ap
info.lv=this.HeroView.lv
info.cd=this.HeroView.cd*(100-buff.ATK_CD)/100
info.cd=Number((this.HeroView.cd*(100-buff.ATK_CD)/100).toFixed(2))
console.log("info.buff.ATK_CD",buff.ATK_CD)
info.equip_ap=buff.ATK
info.buff_ap=view_atk