From 76eacb5391fed26253f4721117f9d154fed943ba Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 8 Jul 2018 23:04:45 -0300 Subject: Black Mamba items --- db/re/item_db.conf | 43 +++++++++++++++++++++++++++++++++++++++++++ db/re/mob_db.conf | 12 ++++++++---- 2 files changed, 51 insertions(+), 4 deletions(-) (limited to 'db') 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 @@ -2252,6 +2252,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" @@ -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 +}, // { 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 -- cgit v1.2.3-70-g09d2