This commit is contained in:
2024-12-26 11:10:15 +08:00
parent 65ef666d8c
commit 13bec1e640
2 changed files with 28 additions and 27 deletions

View File

@@ -49,7 +49,7 @@ export class HCardComp extends CCComp {
this.is_dead=false
}
this.hp.string=this.heros[this.hi].HeroView.hp_max
this.ap.string=this.heros[this.hi].HeroView.ap+smc.vmdata.mission.ap
this.ap.string=this.heros[this.hi].HeroView.ap*(smc.vmdata.mission.ap+100)/100
this.life.progress=this.heros[this.hi].HeroView.hp/this.heros[this.hi].HeroView.hp_max
this.pw.progress=this.heros[this.hi].HeroView.pw/this.heros[this.hi].HeroView.pwm