战斗经验统一,由站前选择局内buff

This commit is contained in:
walkpan
2024-12-08 23:29:38 +08:00
parent 59f965dc1c
commit 6d518794f4
12 changed files with 4183 additions and 4161 deletions

View File

@@ -106,11 +106,11 @@ export class HeroHomeComp extends CCComp {
attr2.getChildByName("ca").getChildByName("val").getComponent(Label).string = (150+this.hero.crit_add).toString()+"%"
attr2.getChildByName("ucr").getChildByName("val").getComponent(Label).string = this.hero.ucr+"%"
attr2.getChildByName("dod").getChildByName("val").getComponent(Label).string = this.hero.dodge+"%"
attr2.getChildByName("aep").getChildByName("val").getComponent(Label).string = this.hero.aep
attr2.getChildByName("uaep").getChildByName("val").getComponent(Label).string = this.hero.uaep
attr2.getChildByName("cep").getChildByName("val").getComponent(Label).string = this.hero.cep
attr2.getChildByName("doep").getChildByName("val").getComponent(Label).string = this.hero.doep
attr2.getChildByName("dep").getChildByName("val").getComponent(Label).string = this.hero.dep
attr2.getChildByName("aexp").getChildByName("val").getComponent(Label).string = this.hero.aexp
attr2.getChildByName("uaexp").getChildByName("val").getComponent(Label).string = this.hero.uaexp
attr2.getChildByName("cexp").getChildByName("val").getComponent(Label).string = this.hero.cexp
attr2.getChildByName("doexp").getChildByName("val").getComponent(Label).string = this.hero.doexp
attr2.getChildByName("dexp").getChildByName("val").getComponent(Label).string = this.hero.dexp
oops.message.dispatchEvent("hero_card_update_info",{uuid:this.h_uuid})
}