diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-12 17:59:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-12 17:59:13 -0300 |
commit | 6d2f3122c810daee837d210adf1e594915939a42 (patch) | |
tree | 8e2c51853f2edf97cc1e92f93d023eb7dae7f979 /db/re/mob_db.conf | |
parent | 8be5787da0a515b2791b885cea3bddb65ed1b62f (diff) | |
download | serverdata-6d2f3122c810daee837d210adf1e594915939a42.tar.gz serverdata-6d2f3122c810daee837d210adf1e594915939a42.tar.bz2 serverdata-6d2f3122c810daee837d210adf1e594915939a42.tar.xz serverdata-6d2f3122c810daee837d210adf1e594915939a42.zip |
Drops rebalance - CactusDrink was not well dropped making Sweazanne quest unduely hard.
Diffstat (limited to 'db/re/mob_db.conf')
-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 47464523b..78a9bbfa5 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1170,7 +1170,8 @@ mob_db: ( MaggotSlime: 800 BugLeg: 400 RoastedMaggot: 150 - CactusPotion: 70 + CactusDrink: 100 + CactusPotion: 50 SharpKnife: 10 CrystallizedMaggot: 1 } @@ -1293,7 +1294,8 @@ mob_db: ( MaggotSlime: 800 BugLeg: 400 RoastedMaggot: 150 - CactusPotion: 70 + CactusDrink: 80 + CactusPotion: 60 SharpKnife: 10 CrystallizedMaggot: 1 } @@ -2143,8 +2145,9 @@ mob_db: ( MaggotSlime: 800 GoldenEasteregg: 500 BugLeg: 400 + CactusDrink: 200 RoastedMaggot: 150 - CactusPotion: 70 + CactusPotion: 100 SharpKnife: 10 BunnyEars: 1 } @@ -3412,6 +3415,7 @@ mob_db: ( Drops: { MaggotSlime: 800 BugLeg: 400 + CactusDrink: 600 CactusPotion: 200 RoastedMaggot: 150 SharpKnife: 150 @@ -3698,6 +3702,7 @@ mob_db: ( MaggotSlime: 800 BugLeg: 400 RoastedMaggot: 250 + CactusDrink: 150 CactusPotion: 70 SharpKnife: 10 CrystallizedMaggot: 1 @@ -3746,7 +3751,8 @@ mob_db: ( MaggotSlime: 800 BugLeg: 400 RoastedMaggot: 150 - CactusPotion: 70 + CactusDrink: 100 + CactusPotion: 50 SharpKnife: 10 CrystallizedMaggot: 1 } |