diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-08 23:04:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-08 23:04:45 -0300 |
commit | 76eacb5391fed26253f4721117f9d154fed943ba (patch) | |
tree | 548fb5e7d1b1722cbbe17a97484336bbb9a7370e /db/re/item_db.conf | |
parent | 54c8c8bfe5c1935002f9b493d67f8707724431c5 (diff) | |
download | serverdata-76eacb5391fed26253f4721117f9d154fed943ba.tar.gz serverdata-76eacb5391fed26253f4721117f9d154fed943ba.tar.bz2 serverdata-76eacb5391fed26253f4721117f9d154fed943ba.tar.xz serverdata-76eacb5391fed26253f4721117f9d154fed943ba.zip |
Black Mamba items
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 43 |
1 files changed, 43 insertions, 0 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 |