hero 添加了buff up max 特效,hero设定继续完善

This commit is contained in:
pan@work
2024-11-14 10:52:22 +08:00
parent 2a07f4718a
commit 7148c9bc72
288 changed files with 1739 additions and 10900 deletions

View File

@@ -88,8 +88,8 @@ export class Hero extends ecs.Entity {
hv.sk5 = hero_set.sk5;
hv.type = hero_set.type;
hv.hp= hv.hp_max =hero_set.hp;
hv.atk = hero_set.atk;
hv.atk_cd = hero_set.atk_cd
hv.ap = hero_set.ap;
hv.cd = hero_set.a_cd
hv.power_max= hero_set.power_max
this.add(hv);
}