diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-08-28 00:10:54 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-08-28 00:10:54 +0000 |
commit | bc06b71cf8d2254cc7518614e43a640ac00eed45 (patch) | |
tree | cf230a17eb04b642c96336e7403a4d2d4e91f365 /db | |
parent | 6f8d2bac01b7a93550a8f7a228811715bc551b3e (diff) | |
download | serverdata-bc06b71cf8d2254cc7518614e43a640ac00eed45.tar.gz serverdata-bc06b71cf8d2254cc7518614e43a640ac00eed45.tar.bz2 serverdata-bc06b71cf8d2254cc7518614e43a640ac00eed45.tar.xz serverdata-bc06b71cf8d2254cc7518614e43a640ac00eed45.zip |
Reduce chocolate slime drop
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 495641cf8..00f3a04e5 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -6654,12 +6654,12 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - ChocolateBar: 5000 - ChocolateBar: 4000 + ChocolateBar: 2000 ChocolateBar: 1000 - ChocolateBiscuit: 500 - ChocolateMouboo: 100 - ChocolateDye: 17 + ChocolateBar: 8000 + ChocolateBiscuit: 400 + ChocolateMouboo: 20 + ChocolateDye: 4 } WeaponAttacks: { All: 7500 |