改了 好多

This commit is contained in:
2025-06-22 23:50:28 +08:00
parent 80359de181
commit 6584fa0e72
57 changed files with 19275 additions and 4959 deletions

View File

@@ -67,6 +67,11 @@ export class Monster extends ecs.Entity {
hv.hp= hv.hp_max =hero.hp;
hv.ap = hero.ap;
hv.cd = hero.a_cd
hv.crt=hero.crt
hv.crt_d=hero.crt_d
hv.dod=hero.dod
hv.dod_no=hero.dod_no
hv.crt_no=hero.crt_no
hv.atk_skill=hero.skills[0]
this.add(hv);
}