diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/mob_db.conf | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 135083a6f..177c3e23f 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1540,12 +1540,12 @@ mob_db: ( SpriteName: "GiantMutatedBat" Name: "Giant Mutated Bat" Lv: 80 - Hp: 45000 + Hp: 45512 Sp: 0 - Exp: 900 - JExp: 100 + Exp: 1461 + JExp: 115 AttackRange: 2 - Attack: [600, 800] + Attack: [615, 800] Def: 22 Mdef: 0 WalkMask: "WALK_AIR" @@ -1554,24 +1554,25 @@ mob_db: ( Agi: 1 Vit: 1 Int: 1 - Dex: 25 - Luk: 40 + Dex: 29 + Luk: 65 } ViewRange: 6 ChaseRange: 12 Size: 1 Race: 2 - Element: (1, 1) + Element: (4, 1) Mode: { Aggressive: true Angry: true CanMove: true CanAttack: true ChangeChase: true + ChangeTargetMelee: true CastSensorChase: true } - MoveSpeed: 800 - AttackDelay: 1580 + MoveSpeed: 615 + AttackDelay: 1880 AttackMotion: 672 DamageMotion: 480 Drops: { @@ -1580,6 +1581,7 @@ mob_db: ( CactusPotion: 700 CactusDrink: 600 GoldOre: 500 + Bone: 180 SharpKnife: 100 } }, |