diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-02-03 17:03:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-02-03 17:03:04 -0300 |
commit | 87079efb60e7655f420c051ff01f54f970389a26 (patch) | |
tree | 3e52c0a255caeb7f350a5180e6c0cf728c80e396 | |
parent | bbcc18c1235d2555233e1459e1dbd8577d21ea2b (diff) | |
download | serverdata-87079efb60e7655f420c051ff01f54f970389a26.tar.gz serverdata-87079efb60e7655f420c051ff01f54f970389a26.tar.bz2 serverdata-87079efb60e7655f420c051ff01f54f970389a26.tar.xz serverdata-87079efb60e7655f420c051ff01f54f970389a26.zip |
Add drop to pirates, and drop [Brain] on Psi Conscience.
-rw-r--r-- | db/re/mob_db.conf | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 6f5cb5d01..f07ff5599 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -8948,6 +8948,7 @@ mob_db: ( TitaniumOre: 2500 Brainstem: 1700 StrangeCoin: 2000 + Brain: 1000 BronzeBossGift: 500 SilverBossGift: 100 GoldenBossGift: 20 @@ -12159,6 +12160,11 @@ mob_db: ( DamageMotion: 480 Drops: { Beer: 500 + CoinBag: 400 + CasinoCoins: 200 + TreasureKey: 100 + Lockpicks: 40 + GoldPieces: 3 } }, { @@ -12202,6 +12208,11 @@ mob_db: ( DamageMotion: 480 Drops: { Beer: 500 + CoinBag: 400 + CasinoCoins: 200 + TreasureKey: 100 + Lockpicks: 40 + GoldPieces: 3 } }, { @@ -12245,6 +12256,11 @@ mob_db: ( DamageMotion: 480 Drops: { Beer: 500 + CoinBag: 400 + CasinoCoins: 200 + TreasureKey: 100 + Lockpicks: 40 + GoldPieces: 3 } }, { @@ -12287,7 +12303,11 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - FluoPowder: 900 + CoinBag: 2000 + TreasureMap: 1400 + TreasureKey: 900 + GoldPieces: 200 + Lockpicks: 100 Beer: 50 } WeaponAttacks: { |