diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-21 18:27:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-21 18:27:37 -0300 |
commit | 03a172cd4d18c17f894247f8dc063e8c7d7beb75 (patch) | |
tree | e23f6423ea5e2b8bbedf227048a548540f471fb1 /db/re/mob_db.conf | |
parent | 19cf8ef5e40f50ac1a63d31b82575b382f6f6008 (diff) | |
download | serverdata-03a172cd4d18c17f894247f8dc063e8c7d7beb75.tar.gz serverdata-03a172cd4d18c17f894247f8dc063e8c7d7beb75.tar.bz2 serverdata-03a172cd4d18c17f894247f8dc063e8c7d7beb75.tar.xz serverdata-03a172cd4d18c17f894247f8dc063e8c7d7beb75.zip |
"Fix" some bad motion values
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 04ecdb775..fe24d4c68 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1013,8 +1013,8 @@ mob_db: ( } MoveSpeed: 240 AttackDelay: 580 - AttackMotion: 1 - DamageMotion: 1 + AttackMotion: 472 + DamageMotion: 200 MvpExp: 0 Drops: { BugLeg: 350 @@ -1277,8 +1277,8 @@ mob_db: ( } MoveSpeed: 200 AttackDelay: 670 - AttackMotion: 670 - DamageMotion: 1 + AttackMotion: 472 + DamageMotion: 200 MvpExp: 0 Drops: { DemonicSkull: 100 @@ -4554,8 +4554,8 @@ mob_db: ( } MoveSpeed: 300 AttackDelay: 670 - AttackMotion: 1 - DamageMotion: 1 + AttackMotion: 472 + DamageMotion: 200 MvpExp: 0 Drops: { CottonCloth: 5000 |