diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-08-19 05:06:26 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-08-19 05:06:26 +0000 |
commit | 172cbf3ee7b4c2cbd8592063eb163eed90184471 (patch) | |
tree | 88fe0da7202964b022bb96c780097b482567970c /db/re/mob_db.conf | |
parent | 24d204b6e78988bfb44012455ceff5e943562b1a (diff) | |
download | serverdata-172cbf3ee7b4c2cbd8592063eb163eed90184471.tar.gz serverdata-172cbf3ee7b4c2cbd8592063eb163eed90184471.tar.bz2 serverdata-172cbf3ee7b4c2cbd8592063eb163eed90184471.tar.xz serverdata-172cbf3ee7b4c2cbd8592063eb163eed90184471.zip |
Copper slime now drop more copper ore, but less treasure key and iron ore, no more coal dropped. but Moggun now have 10 % drop rate.
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 9140c6116..941eefcc7 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2260,9 +2260,9 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { + Coal: 1000 WhiteFur: 800 WhiteFur: 400 - Coal: 100 Diamond: 11 } }, @@ -3129,10 +3129,9 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - CopperOre: 500 - TreasureKey: 450 - IronOre: 400 - Coal: 400 + CopperOre: 770 + TreasureKey: 400 + IronOre: 350 TitaniumOre: 200 PlatinumOre: 25 CopperKey: 10 @@ -3272,7 +3271,7 @@ mob_db: ( DamageMotion: 180 Drops: { Coal: 500 - IronOre: 350 + IronOre: 370 CactusDrink: 350 CactusPotion: 250 TreasureKey: 250 |