攻击距离设定

This commit is contained in:
pan@work
2024-09-11 10:19:35 +08:00
parent 0f7f2ad49b
commit f5a8cb20de
31 changed files with 114 additions and 191 deletions

View File

@@ -83,6 +83,7 @@ export class Mon extends ecs.Entity {
mv.level = smc.monsters[uuid].level;
mv.atk = smc.monsters[uuid].atk;
mv.atk_cd = smc.monsters[uuid].atk_cd;
mv.atk_dis = smc.monsters[uuid].atk_dis;
mv.power = smc.monsters[uuid].power;
mv.type = smc.monsters[uuid].type;
mv.skill_uuid = 9001;