hero 添加了buff up max 特效,hero设定继续完善
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user