diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-07-30 15:09:30 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-07-30 15:09:30 +0000 |
commit | 4b45ed833ac0114091c41f67d5e1ab0a61ebe76c (patch) | |
tree | c2012a22badfd67e5e6b1898f250455b8567b484 /db/re | |
parent | c97766634306167211d302e34adac05b2ad90246 (diff) | |
download | serverdata-4b45ed833ac0114091c41f67d5e1ab0a61ebe76c.tar.gz serverdata-4b45ed833ac0114091c41f67d5e1ab0a61ebe76c.tar.bz2 serverdata-4b45ed833ac0114091c41f67d5e1ab0a61ebe76c.tar.xz serverdata-4b45ed833ac0114091c41f67d5e1ab0a61ebe76c.zip |
fix leather drop a,nd reduce dagger drop rate
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/mob_db.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 78c9c45a4..80547d6d9 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -833,8 +833,8 @@ mob_db: ( BanditHood: 800 CoinBag: 500 RedApple: 300 - Dagger: 200 - LeatherPatch: 180 + LeatherPatch: 200 + Dagger: 90 GoldPieces: 3 BanditPants: 1 } @@ -1582,7 +1582,7 @@ mob_db: ( DamageMotion: 480 Drops: { BugLeg: 4000 - LeatherPatch: 900 + LeatherPatch: 950 CactusPotion: 700 CactusDrink: 600 GoldOre: 500 @@ -3320,7 +3320,7 @@ mob_db: ( Drops: { RedApple: 245 Knife: 175 - Dagger: 96 + Dagger: 86 TreasureKey: 55 MinerGloves: 36 Boots: 26 @@ -4648,7 +4648,7 @@ mob_db: ( MountainSnakeEgg: 315 MountainSnakeEgg: 115 MountainSnakeSkin: 98 - LeatherGloves: 3 + LeatherGloves: 4 DivineApple: 1 } }, @@ -4695,7 +4695,7 @@ mob_db: ( Drops: { CoinBag: 500 Piberries: 200 - LeatherPatch: 180 + LeatherPatch: 200 Dagger: 120 EmptyBottle: 100 CasinoCoins: 100 @@ -4747,8 +4747,8 @@ mob_db: ( DamageMotion: 900 Drops: { CoinBag: 500 + LeatherPatch: 320 Piberries: 200 - LeatherPatch: 120 Dagger: 80 PileOfAsh: 65 CasinoCoins: 50 @@ -5340,7 +5340,7 @@ mob_db: ( CottonCloth: 700 Piberries: 660 AnimalBones: 330 - LeatherPatch: 220 + LeatherPatch: 300 EmptyBottle: 110 CoinBag: 95 ShortBow: 3 |