diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-25 18:51:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-25 18:51:06 -0300 |
commit | 6b5cb5b6ec5eebc9ff83819678a045e92439d3af (patch) | |
tree | a0ca20505b91c3d7f0a7b55d1ad6d0e9f98e63f0 /db/re/mob_db.conf | |
parent | d813d6cbac1777aed3b64e1da1f35bab50aea224 (diff) | |
download | serverdata-6b5cb5b6ec5eebc9ff83819678a045e92439d3af.tar.gz serverdata-6b5cb5b6ec5eebc9ff83819678a045e92439d3af.tar.bz2 serverdata-6b5cb5b6ec5eebc9ff83819678a045e92439d3af.tar.xz serverdata-6b5cb5b6ec5eebc9ff83819678a045e92439d3af.zip |
Add some drop distinction to pirates.
Grenadier - Coin Bag
Swashbuckler - Casino Coins
Thug - Treasure Keys
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index d6f38a6e8..960a10dc0 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -12330,9 +12330,9 @@ mob_db: ( DamageMotion: 480 Drops: { Beer: 500 - CoinBag: 400 - CasinoCoins: 200 - TreasureKey: 100 + CasinoCoins: 220 + CoinBag: 200 + TreasureKey: 160 Lockpicks: 40 GoldPieces: 3 } @@ -12378,9 +12378,9 @@ mob_db: ( DamageMotion: 480 Drops: { Beer: 500 - CoinBag: 400 - CasinoCoins: 200 - TreasureKey: 100 + CasinoCoins: 275 + CoinBag: 200 + TreasureKey: 110 Lockpicks: 40 GoldPieces: 3 } @@ -12426,9 +12426,9 @@ mob_db: ( DamageMotion: 480 Drops: { Beer: 500 - CoinBag: 400 - CasinoCoins: 200 - TreasureKey: 100 + CoinBag: 300 + CasinoCoins: 220 + TreasureKey: 110 Lockpicks: 40 GoldPieces: 3 } |