diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 43 | ||||
-rw-r--r-- | db/re/mob_db.conf | 12 |
2 files changed, 51 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index dceb349ac..a74bfe498 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2253,6 +2253,31 @@ item_db: ( "> }, { + Id: 613 + AegisName: "BlackMambaEgg" + Name: "Black Mamba Egg" + Type: "IT_HEALING" + Buy: 200 + Sell: 20 + Weight: 4 + Refine: false + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + itemheal rand(100, 250), 0; + /* + @min = 100; + @max = 250; + @delay = 1; + @type = 1; + doevent "rand_sc_heal::OnUse"; + */ + "> +}, + + +// Generic +{ Id: 700 AegisName: "SmallTentacles" Name: "Small Tentacles" @@ -4290,6 +4315,24 @@ item_db: ( ViewSprite: 877 BuyingStore: true }, +{ + Id: 888 + AegisName: "BlackMambaTongue" + Name: "Mountain Snake Tongue" + Type: "IT_ETC" + Buy: 200 + Sell: 111 + Weight: 2 +}, +{ + Id: 889 + AegisName: "BlackMambaSkin" + Name: "Black Mamba Skin" + Type: "IT_ETC" + Buy: 800 + Sell: 320 + Weight: 22 +}, // <!-- Necklaces --> { Id: 1000 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 882f304fc..73431b864 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -6348,10 +6348,12 @@ mob_db: ( DamageMotion: 480 MvpExp: 0 Drops: { - SnakeEgg: 300 - SnakeSkin: 200 - Ruby: 100 - Ruby: 100 + BlackMambaEgg: 1200 + BlackMambaEgg: 600 + BlackMambaTongue: 430 + BlackMambaSkin: 101 + Pearl: 12 + BlackPearl: 2 } }, { @@ -6443,6 +6445,7 @@ mob_db: ( SmallMushroom: 800 HardSpike: 550 Chagashroom: 600 + BlackPearl: 1 } }, { @@ -6533,6 +6536,7 @@ mob_db: ( Coal: 300 Coal: 200 Coal: 100 + BlackPearl: 1 } WeaponAttacks: { All: 7500 |