diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 648e9144a..f3b6e770d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2406,6 +2406,27 @@ item_db: ( doevent "rand_sc_heal::OnUse"; "> }, +{ + Id: 619 + AegisName: "Manapple" + Name: "Manapple" + Type: "IT_HEALING" + Buy: 20000 + Sell: 5000 + Weight: 10 + Refine: false + ViewSprite: 619 + BuyingStore: true + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 1000; + @max = 4000; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, // Generic { Id: 700 |