diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-03 10:58:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-03 10:58:09 -0300 |
commit | 83f2fc1b60b7f1f84554d3ef0c69c0cfc2a12fca (patch) | |
tree | 2f9b5e1bd434081e4c52b5e5cd903b842a034b0f /db/re/mob_db.conf | |
parent | d5814796eac08aff1176c23a3d345a2211914a8d (diff) | |
download | serverdata-83f2fc1b60b7f1f84554d3ef0c69c0cfc2a12fca.tar.gz serverdata-83f2fc1b60b7f1f84554d3ef0c69c0cfc2a12fca.tar.bz2 serverdata-83f2fc1b60b7f1f84554d3ef0c69c0cfc2a12fca.tar.xz serverdata-83f2fc1b60b7f1f84554d3ef0c69c0cfc2a12fca.zip |
Moonshroom, Desert Bandit, Golden Scorpion and Fire Goblin now drop EmptyBottle.
@Saulc Reduce the Fallen Guards Level, because some status (evade, defense, etc.) are based on that
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 05da487a8..3117b4811 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2137,6 +2137,7 @@ mob_db: ( BugLeg: 400 CactusDrink: 100 CactusPotion: 50 + EmptyBottle: 40 SharpKnife: 5 } }, @@ -2639,6 +2640,7 @@ mob_db: ( MaggotSlime: 800 CactusDrink: 700 BugLeg: 400 + EmptyBottle: 300 CactusPotion: 150 SharpKnife: 100 Topaz: 8 @@ -2753,7 +2755,7 @@ mob_db: ( Id: 1081 SpriteName: "FallenGuard1" Name: "Fallen Guard" - Lv: 100 + Lv: 60 Hp: 6000 Sp: 0 Exp: 120 @@ -2800,7 +2802,7 @@ mob_db: ( Id: 1082 SpriteName: "FallenGuard2" Name: "Fallen Guard" - Lv: 100 + Lv: 60 Hp: 6000 Sp: 0 Exp: 120 @@ -4653,6 +4655,7 @@ mob_db: ( Drops: { CoinBag: 500 Dagger: 200 + EmptyBottle: 100 GoldPieces: 3 } }, |