diff options
-rw-r--r-- | db/re/mob_db.conf | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 5c24b90c9..f15e90fe6 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1126,10 +1126,10 @@ mob_db: ( }, { Id: 1032 - SpriteName: "UnusedMonster" - Name: "Unused Monster" + SpriteName: "Squirrel" + Name: "Squirrel" Lv: 1 - Hp: 1 + Hp: 400 Sp: 1 Exp: 1 JExp: 0 @@ -1137,21 +1137,20 @@ mob_db: ( Attack: [0, 0] Def: 0 Mdef: 0 - Stats: { - Str: 0 - Agi: 0 - Vit: 0 - Int: 0 - Dex: 0 - Luk: 0 - } ViewRange: 0 ChaseRange: 12 Size: 0 Race: 2 Element: (1, 1) Mode: { - Plant: true + CanMove: true + Looter: true + CanAttack: false + } + Drops: { + MauveHerb: 3100 + CobaltHerb: 3100 + GambogeHerb: 3100 } }, { @@ -5363,13 +5362,13 @@ mob_db: ( MvpExp: 0 Drops: { SeaDrops: 300 - BottleOfSeaWater: 150 - EmptyBottle: 110 - CoinBag: 95 + BottleOfSeaWater: 150 + EmptyBottle: 110 + CoinBag: 95 BlueCoral: 70 CasinoCoins: 60 - PirateShorts: 45 - Coral: 20 + PirateShorts: 45 + Coral: 20 MysteriousBottle: 18 PirateTreasureMap: 1 } |