diff options
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 219b50bcc..e93e328eb 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1074,18 +1074,18 @@ mob_db: ( SpriteName: "GiantMaggot" Name: "Giant Maggot" Lv: 40 - Hp: 5000 + Hp: 4500 Sp: 0 Exp: 91 JExp: 14 AttackRange: 1 - Attack: [50, 500] - Def: 8 + Attack: [300, 500] + Def: 20 Mdef: 0 Stats: { Str: 8 Agi: 15 - Vit: 2 + Vit: 40 Int: 1 Dex: 24 Luk: 6 @@ -1101,13 +1101,13 @@ mob_db: ( CastSensorChase: true ChangeChase: true } - MoveSpeed: 2000 - AttackDelay: 1872 + MoveSpeed: 1900 + AttackDelay: 2700 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - CactusDrink: 5000 + CactusDrink: 4000 CactusPotion: 3000 Arrow: 900 BugLeg: 800 |