From 7207fb8ac38e87786db5cffa1b1609e0f106ea45 Mon Sep 17 00:00:00 2001 From: Saulc Date: Mon, 30 Jul 2018 22:28:09 +0000 Subject: add fertilized spores now need @jesusalva --- db/re/item_db.conf | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 31549f2b5..7a247da9e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2353,6 +2353,24 @@ item_db: ( getitem EmptyBottle, 1; "> }, +{ + Id: 617 + AegisName: "FertilizedSpores" + Name: "Fertilized Spores" + Type: "IT_HEALING" + Buy: 100 + Sell: 10 + Weight: 2 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + if (@useType == 1) { + if (!getmapxy(.@map$, .@x, .@y, 0)) { + monster(.@map$, .@x, .@y, l("Plushroom"), 1011, 1); + $TREE_PLANTED=$TREE_PLANTED+1; + } + "> +}, // Generic { @@ -2642,8 +2660,8 @@ item_db: ( AegisName: "MushroomSpores" Name: "Mushroom Spores" Type: "IT_ETC" - Buy: 5 - Sell: 2 + Buy: 50 + Sell: 5 Weight: 1 Refine: false ViewSprite: 723 -- cgit v1.2.3-60-g2f50