diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-31 19:10:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-31 19:11:19 +0300 |
commit | 2f4cc32d4b227e4a7caeacb59a48052a84783785 (patch) | |
tree | 5001799412691adcab9389109b8351b565b13132 /db | |
parent | b88ee660e1bbd9d5f238a81130e4656e316f0f81 (diff) | |
download | serverdata-2f4cc32d4b227e4a7caeacb59a48052a84783785.tar.gz serverdata-2f4cc32d4b227e4a7caeacb59a48052a84783785.tar.bz2 serverdata-2f4cc32d4b227e4a7caeacb59a48052a84783785.tar.xz serverdata-2f4cc32d4b227e4a7caeacb59a48052a84783785.zip |
Update a bit monsters speed.
Monsters should move faster than default player or with comparable speed.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index d81125e6..12ed22ce 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -132,7 +132,7 @@ mob_db: ( CanAttack: true SurviveWithoutMaster: true } - MoveSpeed: 600 + MoveSpeed: 200 AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 @@ -173,7 +173,7 @@ mob_db: ( CanAttack: true SurviveWithoutMaster: true } - MoveSpeed: 800 + MoveSpeed: 150 AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 @@ -266,7 +266,7 @@ mob_db: ( CastSensorChase: true ChangeChase: true } - MoveSpeed: 400 + MoveSpeed: 100 AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 @@ -693,7 +693,7 @@ mob_db: ( ChangeTargetMelee: true ChangeChase: true } - MoveSpeed: 300 + MoveSpeed: 200 AttackDelay: 1120 AttackMotion: 1672 DamageMotion: 100 @@ -738,7 +738,7 @@ mob_db: ( ChangeTargetMelee: true ChangeChase: true } - MoveSpeed: 300 + MoveSpeed: 250 AttackDelay: 1120 AttackMotion: 1672 DamageMotion: 100 @@ -897,7 +897,7 @@ mob_db: ( CastSensorChase: true ChangeChase: true } - MoveSpeed: 500 + MoveSpeed: 400 AttackDelay: 1300 AttackMotion: 672 DamageMotion: 270 @@ -973,7 +973,7 @@ mob_db: ( CastSensorChase: true ChangeChase: true } - MoveSpeed: 500 + MoveSpeed: 400 AttackDelay: 2872 AttackMotion: 672 DamageMotion: 480 |