diff options
author | Reid <reidyaro@gmail.com> | 2015-09-13 08:12:03 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-09-13 08:12:03 +0200 |
commit | 4dd6972972b14946131372e33c824794798402a6 (patch) | |
tree | 9eb33bcc0007a2296932dd46ac68aa4aed34c306 | |
parent | f98109006ee4e09f9c5fa4f6ff5b4d5ce357d1ee (diff) | |
download | serverdata-4dd6972972b14946131372e33c824794798402a6.tar.gz serverdata-4dd6972972b14946131372e33c824794798402a6.tar.bz2 serverdata-4dd6972972b14946131372e33c824794798402a6.tar.xz serverdata-4dd6972972b14946131372e33c824794798402a6.zip |
Add Lechesis Brew item.
-rw-r--r-- | db/re/item_db.conf | 34 |
1 files changed, 32 insertions, 2 deletions
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 @@ -749,6 +749,36 @@ item_db: ( "> }, { + 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" Name: "Small Tentacles" |