diff options
-rw-r--r-- | db/re/item_db.conf | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index bd75860f..ac6719cb 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1272,6 +1272,87 @@ item_db: ( "> }, { + Id: 560 + AegisName: "CarpSandwich" + Name: "Carp Sandwich" + Type: "IT_HEALING" + Buy: 580 + Sell: 75 + Weight: 25 + Job: { + All: true + } + Gender: "SEX_ANY" + Refine: false + ViewSprite: 560 + BindOnEquip: false + BuyingStore: true + Delay: 1200 + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 200; + @max = 300; + @delay = 8; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 561 + AegisName: "PioulegSandwich" + Name: "Piouleg Sandwich" + Type: "IT_HEALING" + Buy: 640 + Sell: 85 + Weight: 25 + Job: { + All: true + } + Gender: "SEX_ANY" + Refine: false + ViewSprite: 561 + BindOnEquip: false + BuyingStore: true + Delay: 850 + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 150; + @max = 300; + @delay = 4; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 562 + AegisName: "MananaSandwich" + Name: "Manana Sandwich" + Type: "IT_HEALING" + Buy: 870 + Sell: 90 + Weight: 25 + Job: { + All: true + } + Gender: "SEX_ANY" + Refine: false + ViewSprite: 562 + BindOnEquip: false + BuyingStore: true + Delay: 700 + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 250; + @max = 400; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ Id: 563 AegisName: "Beer" Name: "Beer" |