diff options
Diffstat (limited to 'db')
-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 } }, |