diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-25 22:45:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-25 22:45:05 -0300 |
commit | f0e41f9bc28f2f966984ed06ab8b0d83cef6c0f9 (patch) | |
tree | 8715643c87497d13dec12db12aa711a2a756917d /db/re/mob_db.conf | |
parent | d0a37396ebaa04a3ea9375dace4c5123dcbaf8d7 (diff) | |
download | serverdata-f0e41f9bc28f2f966984ed06ab8b0d83cef6c0f9.tar.gz serverdata-f0e41f9bc28f2f966984ed06ab8b0d83cef6c0f9.tar.bz2 serverdata-f0e41f9bc28f2f966984ed06ab8b0d83cef6c0f9.tar.xz serverdata-f0e41f9bc28f2f966984ed06ab8b0d83cef6c0f9.zip |
Raise Lockpick drop rate
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 679d6d462..d23b91ecd 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -905,7 +905,7 @@ mob_db: ( RedApple: 300 LeatherPatch: 200 Dagger: 90 - Lockpicks: 50 + Lockpicks: 70 GoldPieces: 3 BanditPants: 1 } @@ -2209,7 +2209,7 @@ mob_db: ( RedApple: 400 LeatherPatch: 240 CoinBag: 125 - Lockpicks: 50 + Lockpicks: 100 Dagger: 20 GoldPieces: 3 } @@ -6049,7 +6049,7 @@ mob_db: ( BanditHood: 800 CoinBag: 500 RedApple: 300 - Lockpicks: 50 + Lockpicks: 80 ShortBow: 6 GoldPieces: 4 BanditPants: 1 |