This commit is contained in:
panfudan
2025-06-27 08:36:34 +08:00
parent 0a25259cf4
commit cba52086c2
11 changed files with 4429 additions and 4076 deletions

View File

@@ -215,6 +215,7 @@ export class HeroViewComp extends CCComp {
this.ap += Math.floor(ap/100*this.ap);
}
this.BUFFCOMP.vmdata_update()
oops.message.dispatchEvent(GameEvent.APChange,{fac:this.fac})
}
de_ap(ap: number,is_num:boolean=true){