diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-12 18:50:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-12 18:50:49 -0300 |
commit | c6bf3a94b0304005b4594e4efff1e231ff5cfcb9 (patch) | |
tree | 95203c26e415c061fb98f1483bdd068b167cd204 | |
parent | 41470d95daff6b717d88a9261d46d258e912705f (diff) | |
download | serverdata-c6bf3a94b0304005b4594e4efff1e231ff5cfcb9.tar.gz serverdata-c6bf3a94b0304005b4594e4efff1e231ff5cfcb9.tar.bz2 serverdata-c6bf3a94b0304005b4594e4efff1e231ff5cfcb9.tar.xz serverdata-c6bf3a94b0304005b4594e4efff1e231ff5cfcb9.zip |
Tweak slightly Leather Patch drop rates
-rw-r--r-- | db/re/mob_db.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index e7d2c9f59..29e56c395 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1010,7 +1010,7 @@ mob_db: ( BanditHood: 800 CoinBag: 500 RedApple: 300 - LeatherPatch: 200 + LeatherPatch: 220 Dagger: 90 Lockpicks: 70 GoldPieces: 3 @@ -5168,7 +5168,7 @@ mob_db: ( MountainSnakeEgg: 315 MountainSnakeEgg: 115 MountainSnakeSkin: 98 - LeatherPatch: 4 + LeatherPatch: 34 DivineApple: 1 } }, @@ -5213,8 +5213,8 @@ mob_db: ( DamageMotion: 900 Drops: { CoinBag: 500 + LeatherPatch: 220 Piberries: 200 - LeatherPatch: 200 Dagger: 120 EmptyBottle: 100 CasinoCoins: 100 @@ -5841,7 +5841,7 @@ mob_db: ( CottonCloth: 700 Piberries: 660 AnimalBones: 330 - LeatherPatch: 300 + LeatherPatch: 320 EmptyBottle: 110 CoinBag: 95 CentaurSpear: 4 |