diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 290e7bcff..941984210 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2433,13 +2433,32 @@ item_db: ( 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; - } "> }, +{ + Id: 625 + AegisName: "PumpkinLollipop" + Name: "Pumpkin Lollipop" + Type: "IT_HEALING" + Buy: 42 + Sell: 13 + Weight: 1 + Refine: false + ViewSprite: 625 + Delay: 1000 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_ATTHASTE_POTION1, 17000, 10; + @min = 40; + @max = 70; + @delay = 4; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, // Generic { Id: 700 |