diff options
-rw-r--r-- | db/re/mob_db.conf | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index dfa3d2464..0a551245a 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -7340,4 +7340,52 @@ mob_db: ( SkullMask: 8 } }, +{ + Id: 1197 + SpriteName: "GiantCaveMaggot" + Name: "Giant Cave Maggot" + Lv: 90 + Hp: 9500 + Sp: 0 + Exp: 750 + JExp: 9 + AttackRange: 1 + Attack: [400, 500] + Def: 30 + Mdef: 0 + Stats: { + Str: 19 + Agi: 20 + Vit: 66 + Int: 1 + Dex: 30 + Luk: 15 + } + ViewRange: 20 + ChaseRange: 20 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 1580 + AttackDelay: 2450 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + CasinoCoins: 9500 + Coal: 9000 + IronOre: 8500 + CactusDrink: 8000 + CactusPotion: 7000 + CoinBag: 6000 + Coal: 5000 + IronOre: 2000 + Ruby: 100 + } +}, )
\ No newline at end of file |