|
@@ -210,8 +210,9 @@ namespace ET.Server
|
|
|
MaxHP = 99999,
|
|
|
HPPer = 1,
|
|
|
HP = 88888,
|
|
|
- Attack = 100,
|
|
|
+ Attack = 20,
|
|
|
AttackPer = 100,
|
|
|
+ MoveSpeed = 5,
|
|
|
},
|
|
|
effectsExt = new { },
|
|
|
|
|
@@ -260,7 +261,7 @@ namespace ET.Server
|
|
|
},
|
|
|
connectServerId = "bs-" + ConstGame.GameServerId,
|
|
|
uid = self.GetId().ToString(),
|
|
|
- unitTemplateID = self.GetPro(),
|
|
|
+ unitTemplateID = 1,
|
|
|
robot = false,
|
|
|
tempData = new
|
|
|
{
|