diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/mob_db.conf | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 1bff2053b..c815f2944 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -980,13 +980,13 @@ mob_db: ( SpriteName: "Duck" Name: "Duck" Lv: 9 - Hp: 1000 + Hp: 999 Sp: 0 Exp: 12 JExp: 1 AttackRange: 1 - Attack: [100, 250] - Def: 8 + Attack: [120, 250] + Def: 7 Mdef: 20 WalkMask: "WALK_WATER" Stats: { @@ -995,7 +995,7 @@ mob_db: ( Vit: 5 Int: 1 Dex: 30 - Luk: 12 + Luk: 14 } ViewRange: 1 ChaseRange: 12 @@ -1004,12 +1004,13 @@ mob_db: ( Element: (1, 1) Mode: { CanMove: true + Looter: true CanAttack: true CastSensorChase: true ChangeChase: true } MoveSpeed: 240 - AttackDelay: 600 + AttackDelay: 580 AttackMotion: 1 DamageMotion: 1 MvpExp: 0 |