diff options
-rw-r--r-- | db/re/item_db.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 8ceaa313d..a46bfcb71 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2422,6 +2422,24 @@ item_db: ( doevent "rand_sc_heal::OnUse"; "> }, +{ + Id: 624 + AegisName: "PumpkandySeed" + Name: "Pumpkandy Seed" + Type: "IT_HEALING" + Buy: 50 + Sell: 5 + Weight: 1 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + { + if (!getmapxy(.@map$, .@x, .@y, 0)) { + monster(.@map$, .@x, .@y, l("Pumpkandy"), 1204, 1); + $TREE_PLANTED=$TREE_PLANTED+1; + } + "> +}, // Generic { Id: 700 |