diff options
-rw-r--r-- | db/re/mob_db.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index ac5128aa1..c3ead3725 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -3010,6 +3010,7 @@ mob_db: ( CandyCane: 500 ChocolateBar: 300 XmasCake: 200 + PresentBox: 25 AntlersHat: 1 } WeaponAttacks: { @@ -3396,7 +3397,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 200 Drops: { - PresentBox: 2500 + PresentBox: 1000 TitaniumOre: 90 SilverOre: 60 TinOre: 30 @@ -3483,6 +3484,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 200 Drops: { + PresentBox: 5000 GingerBreadMan: 800 XmasCandyCane: 600 CherryCake: 500 |