diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 0b4a2a0e3..09030914b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2385,7 +2385,27 @@ item_db: ( } "> }, - +{ + Id: 618 + AegisName: "Potatoz" + Name: "Potatoz" + Type: "IT_HEALING" + Buy: 200 + Sell: 20 + Weight: 88 + Refine: false + ViewSprite: 618 + BuyingStore: true + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 185; + @max = 380; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, // Generic { Id: 700 |