diff options
author | NetSysFire <16-NetSysFire@users.noreply.git.themanaworld.org> | 2023-02-24 17:16:02 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2023-02-24 17:16:02 +0000 |
commit | 889db3e772104a71caf5f98162d9c965f6130c3d (patch) | |
tree | 1f7c947565e90cb2f9f10f828e445a346956583f | |
parent | fc2b32c113d41572aa5ad9156637c3888e4297df (diff) | |
download | serverdata-889db3e772104a71caf5f98162d9c965f6130c3d.tar.gz serverdata-889db3e772104a71caf5f98162d9c965f6130c3d.tar.bz2 serverdata-889db3e772104a71caf5f98162d9c965f6130c3d.tar.xz serverdata-889db3e772104a71caf5f98162d9c965f6130c3d.zip |
leather patches from mouboos. and woodland water for guards.
-rw-r--r-- | db/re/mob_db.conf | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 31e4c2914..1d1008873 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -965,6 +965,7 @@ mob_db: ( MoubooSteak: 300 ChocolateBar: 290 CasinoCoins: 250 + LeatherPatch: 220 ReedBundle: 200 ChocolateMouboo: 100 MoubooHat: 1 @@ -1600,6 +1601,7 @@ mob_db: ( RedApple: 1750 MoubooSteak: 1500 ChocolateBar: 1450 + LeatherPatch: 1200 ReedBundle: 1000 ChocolateMouboo: 500 PurificationPotion: 60 @@ -2280,6 +2282,7 @@ mob_db: ( RedApple: 400 MoubooSteak: 375 ChocolateBar: 300 + LeatherPatch: 275 ChocolateMouboo: 200 ChocolateBar: 15 AntlersHat: 1 @@ -3342,13 +3345,13 @@ mob_db: ( DamageMotion: 480 Drops: { Beer: 400 - BottleOfTonoriWater: 300 + BottleOfWoodlandWater: 300 + IcedBottle: 250 CottonCloth: 200 LeatherPatch: 150 ChocolateBar: 100 CasinoCoins: 100 CottonShirt: 60 - SnakeSkin: 5 IronIngot: 2 BlackPearl: 1 } @@ -3394,11 +3397,11 @@ mob_db: ( Beer: 400 BottleOfTonoriWater: 300 CottonCloth: 200 + EmptyBottle: 200 LeatherPatch: 150 ChocolateBar: 100 CasinoCoins: 100 CottonShirt: 60 - SnakeSkin: 5 IronIngot: 2 BlackPearl: 1 } @@ -5071,9 +5074,10 @@ mob_db: ( Drops: { SilverEasteregg: 1500 RedApple: 360 - MoubooSteak: 200 GoldenEasteregg: 250 + MoubooSteak: 200 Milk: 100 + LeatherPatch: 50 BunnyEars: 9 DarkEggshellHat: 1 MoubooHat: 1 @@ -6595,6 +6599,7 @@ mob_db: ( Drops: { Beer: 200 BottleOfTonoriWater: 150 + EmptyBottle: 200 CottonCloth: 100 CasinoCoins: 50 } @@ -11900,6 +11905,7 @@ mob_db: ( MoubooSteak: 375 ChocolateBar: 300 ChocolateMouboo: 200 + LeatherPatch: 100 ChocolateBar: 15 } }, |