攻击距离设定
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user