From 2aa0e0d812b4ccfe49586df23090e8787243b661 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 17 Aug 2019 16:28:30 -0300 Subject: 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 :> --- db/re/item_chain.conf | 9 +++++++++ db/re/item_db.conf | 16 ++++++++++++++++ 2 files changed, 25 insertions(+) (limited to 'db/re') 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; + "> +}, // { -- cgit v1.2.3-70-g09d2