diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-17 16:28:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-17 16:28:30 -0300 |
commit | 2aa0e0d812b4ccfe49586df23090e8787243b661 (patch) | |
tree | 1b9ed1475572c62601d81aebdd3577f12039ce5b /db/re | |
parent | b011e60971b74e4c9e5f445d554373a022a9fe15 (diff) | |
download | serverdata-2aa0e0d812b4ccfe49586df23090e8787243b661.tar.gz serverdata-2aa0e0d812b4ccfe49586df23090e8787243b661.tar.bz2 serverdata-2aa0e0d812b4ccfe49586df23090e8787243b661.tar.xz serverdata-2aa0e0d812b4ccfe49586df23090e8787243b661.zip |
Enchanted Herb Bag - A "shield" which is enchanted and will transmute new herbs.
Just kill a Mauve plant and see it transmuting a Artichoke Herb for you :>
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_chain.conf | 9 | ||||
-rw-r--r-- | db/re/item_db.conf | 16 |
2 files changed, 25 insertions, 0 deletions
diff --git a/db/re/item_chain.conf b/db/re/item_chain.conf index a0a275621..ada2d75f9 100644 --- a/db/re/item_chain.conf +++ b/db/re/item_chain.conf @@ -33,3 +33,12 @@ ITMCHAIN_ORE: { } +ITMCHAIN_HERB: { + ArtichokeHerb: 1200 + CobaltHerb: 400 + GambogeHerb: 400 + MauveHerb: 400 + AlizarinHerb: 400 + ShadowHerb: 100 +} + diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a4c94e121..af5768c54 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -8896,6 +8896,22 @@ item_db: ( Refine: false ViewSprite: 2719 }, +{ + Id: 2720 + AegisName: "EnchantedHerbBag" + Name: "Enchanted Herb Bag" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 800 + Weight: 180 + Def: 0 + Loc: "EQP_HAND_L" + EquipLv: 1 + Refine: false + Script: <" + bonus2 bAddMonsterDropChainItem,ITMCHAIN_HERB,RC_Plant; + "> +}, // <!-- Head Gear --> { |