diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 0c9725e4f..2b4d17813 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2442,6 +2442,27 @@ item_db: ( doevent "rand_sc_heal::OnUse"; "> }, +{ + Id: 626 + AegisName: "LoveLollipop" + Name: "Love Lollipop" + Type: "IT_HEALING" + Buy: 42 + Sell: 11 + Weight: 1 + Refine: false + ViewSprite: 625 + Delay: 1000 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_PLUSATTACKPOWER, 16000, 10; + @min = 40; + @max = 70; + @delay = 4; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, // Generic { Id: 700 @@ -3616,8 +3637,8 @@ item_db: ( AegisName: "PresentBox" Name: "Present Box" Type: "IT_ETC" - Buy: 100 - Sell: 5 + Buy: 10000 + Sell: 500 Weight: 20 Refine: false ViewSprite: 809 |