将必杀技 迁移到 skillconcom ,去除技能释放卡牌

This commit is contained in:
2025-07-14 10:52:43 +08:00
parent 9ebab375a9
commit 377c287eec
8 changed files with 1468 additions and 45 deletions

View File

@@ -655,8 +655,8 @@ export class HeroViewComp extends CCComp {
}
to_update(){
this.add_ap(getApIncrease(this.hero_uuid,this.lv,this.lv+1))
this.add_hp_max(getHpIncrease(this.hero_uuid,this.lv,this.lv+1))
if(!this.is_master) return
oops.message.dispatchEvent(GameEvent.HeroLvUp,{lv:this.lv})
this.lv+=1
this.next_exp=getUpExp(this.lv)
this.BUFFCOMP.vmdata_update()