diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-21 07:12:26 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-21 07:12:26 +0000 |
commit | 65448b2fe3c368614d6cb93c692aad041588ee1e (patch) | |
tree | 177db936200f892749d33495d859ac717ba81353 /db | |
parent | c47e5188c06fd2d9c00465b2ca1b69d3492adf0a (diff) | |
download | serverdata-65448b2fe3c368614d6cb93c692aad041588ee1e.tar.gz serverdata-65448b2fe3c368614d6cb93c692aad041588ee1e.tar.bz2 serverdata-65448b2fe3c368614d6cb93c692aad041588ee1e.tar.xz serverdata-65448b2fe3c368614d6cb93c692aad041588ee1e.zip |
fix drop rate of mysterious bottle
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 2b07a53eb..20c9f5666 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -327,7 +327,7 @@ mob_db: ( SeaDrops: 300 Coral: 300 BlueCoral: 50 - MysteriousBottle: 15 + MysteriousBottle: 13 } }, { @@ -426,7 +426,7 @@ mob_db: ( SeaDrops: 1600 Coral: 3000 Pearl: 71 - MysteriousBottle: 11 + MysteriousBottle: 9 } }, { @@ -475,7 +475,7 @@ mob_db: ( SeaDrops: 4000 BlueCoral: 2200 Pearl: 100 - MysteriousBottle: 14 + MysteriousBottle: 11 } }, { @@ -3423,7 +3423,7 @@ mob_db: ( Candy: 100 Orange: 80 BugLeg: 50 - MysteriousBottle: 14 + MysteriousBottle: 12 Pearl: 10 } WeaponAttacks: { @@ -5186,7 +5186,7 @@ mob_db: ( Aquada: 400 SeaDrops: 300 Coral: 30 - MysteriousBottle: 23 + MysteriousBottle: 24 PirateTreasureMap: 1 } }, @@ -5361,8 +5361,8 @@ mob_db: ( BlueCoral: 70 CasinoCoins: 60 PirateShorts: 45 + MysteriousBottle: 30 Coral: 20 - MysteriousBottle: 18 PirateTreasureMap: 1 } }, |