From 3650877537874326185c797adfd8e4ef84b99cdd Mon Sep 17 00:00:00 2001 From: Saulc Date: Mon, 29 Jan 2018 18:49:26 +0100 Subject: add food items --- db/re/item_db.conf | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a7cc7fc57..5b00a6874 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2799,6 +2799,74 @@ item_db: ( doevent "rand_sc_heal::OnUse"; "> }, +{ + Id: 584 + AegisName: "ChocolateBar" + Name: "Chocolate Bar" + Type: "IT_HEALING" + Buy: 50 + Sell: 25 + Weight: 4 + Atk: 0 + Matk: 0 + Def: 0 + Range: 0 + Slots: 0 + Job: { + All: true + } + Gender: "SEX_ANY" + WeaponLv: 0 + EquipLv: 0 + Refine: false + ViewSprite: 584 + BindOnEquip: false + BuyingStore: true + Delay: 500 + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 4; + @max = 400; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 585 + AegisName: "CaveSnakeEgg" + Name: "Cave Snake Egg" + Type: "IT_HEALING" + Buy: 50 + Sell: 25 + Weight: 4 + Atk: 0 + Matk: 0 + Def: 0 + Range: 0 + Slots: 0 + Job: { + All: true + } + Gender: "SEX_ANY" + WeaponLv: 0 + EquipLv: 0 + Refine: false + ViewSprite: 585 + BindOnEquip: false + BuyingStore: true + Delay: 500 + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 4; + @max = 400; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, { Id: 700 AegisName: "SmallTentacles" -- cgit v1.2.3-70-g09d2