From 4dd6972972b14946131372e33c824794798402a6 Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 13 Sep 2015 08:12:03 +0200 Subject: Add Lechesis Brew item. --- db/re/item_db.conf | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index fe756448..d8f02853 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -690,7 +690,7 @@ item_db: ( }, { Id: 521 - AegisName: "Fates Potion" + AegisName: "FatesPotion" Name: "Fates Potion" Type: "IT_HEALING" Buy: 250 @@ -720,7 +720,7 @@ item_db: ( }, { Id: 522 - AegisName: "Clotho Liquor" + AegisName: "ClothoLiquor" Name: "Clotho Liquor" Type: "IT_HEALING" Buy: 500 @@ -748,6 +748,36 @@ item_db: ( itemheal rand(575, 625), 0; "> }, +{ + Id: 523 + AegisName: "LachesisBrew" + Name: "Lachesis Brew" + Type: "IT_HEALING" + Buy: 900 + Sell: 220 + Weight: 14 + Atk: 0 + Matk: 0 + Def: 0 + Range: 0 + Slots: 0 + Job: 0xFFFFFFFF + Upper: 0x3F + Gender: 2 + Loc: 0 + WeaponLv: 0 + EquipLv: 0 + Refine: false + View: 522 + BindOnEquip: false + BuyingStore: true + Delay: 5000 + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + itemheal rand(1200, 1400), 0; + "> +}, { Id: 700 AegisName: "SmallTentacles" -- cgit v1.2.3-70-g09d2