todo 天赋逐个验证 + 掉血改独立

This commit is contained in:
2025-07-30 23:25:06 +08:00
parent 23ef6c3ca0
commit db2acbf52e
6 changed files with 20 additions and 25 deletions

View File

@@ -67,6 +67,7 @@ export class HeroConComp extends CCComp {
case BuffAttr.CRITICAL_DMG:
this.heroView.change_crit_d(buff.value)
break
}
}
}
@@ -145,12 +146,12 @@ export class HeroConComp extends CCComp {
case BuffAttr.STUN_RATTO:
this.heroView.change_stun_ratto(tal.value)
break
case BuffAttr.REFLECT:
this.heroView.change_reflect(tal.value)
break
case BuffAttr.LIFESTEAL:
this.heroView.change_lifesteal(tal.value)
break
case BuffAttr.WFUNY:
this.heroView.change_wfuny(tal.value)
break
}
}
remove_talent_card(e:GameEvent,data:any){