伙伴复活时间减少完善

This commit is contained in:
2025-06-17 14:49:26 +08:00
parent d02482a591
commit 0a1e2b7813
6 changed files with 67 additions and 61 deletions

View File

@@ -53,8 +53,6 @@ export class Hero extends ecs.Entity {
hv.ap = hero.ap;
hv.lv=1
hv.cd = hero.a_cd
hv.ap_u=hero.ap_u
hv.ap_ur=hero.ap_ur
hv.hp_up=hero.hp_up
hv.atk_skill=hero.skills[0]
console.log(hv.hero_name+"dis=>"+hv.dis)
@@ -87,8 +85,6 @@ export class Hero extends ecs.Entity {
hv.ap = hero.ap+info.ap;
hv.lv=info.lv+1
hv.cd = hero.a_cd
hv.ap_u=hero.ap_u
hv.ap_ur=hero.ap_ur
hv.hp_up=hero.hp_up
hv.atk_skill=hero.skills[0]
this.add(hv);