diff options
author | Reid <reidyaro@gmail.com> | 2016-03-13 07:02:44 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-03-13 07:02:44 +0100 |
commit | 8a3cdb5ec963a96a7047fd03b6585255522a076a (patch) | |
tree | 21c7aaa0cad20fc901f149cf208bca7c0cd3c0a3 | |
parent | c1d0778f27fed93127f641ef2b8ef80394dca60b (diff) | |
download | serverdata-8a3cdb5ec963a96a7047fd03b6585255522a076a.tar.gz serverdata-8a3cdb5ec963a96a7047fd03b6585255522a076a.tar.bz2 serverdata-8a3cdb5ec963a96a7047fd03b6585255522a076a.tar.xz serverdata-8a3cdb5ec963a96a7047fd03b6585255522a076a.zip |
Add poem books.
-rw-r--r-- | db/re/item_db.conf | 89 |
1 files changed, 88 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index cf280291..3fb57fc2 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -582,7 +582,7 @@ item_db: ( KeepAfterUse: true Sprite: 0 Script: <" - doevent "OldBook::OnUse"; + doevent "#001-2-6-Book4::OnUse"; "> }, { @@ -1122,6 +1122,93 @@ item_db: ( "> }, { + Id: 532 + AegisName: "PiouAndTheFluffy" + Name: "Piou and The Fluffy" + Type: "IT_HEALING" + Buy: 50 + Sell: 11 + Weight: 25 + 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: 532 + BindOnEquip: false + BuyingStore: true + KeepAfterUse: true + Sprite: 0 + Script: <" + doevent "#001-2-6-Book1::OnUse"; + "> +}, +{ + Id: 533 + AegisName: "PoemAboutPoems" + Name: "Poem about Poems" + Type: "IT_HEALING" + Buy: 40 + Sell: 10 + Weight: 20 + 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: 533 + BindOnEquip: false + BuyingStore: true + KeepAfterUse: true + Sprite: 0 + Script: <" + doevent "#001-2-6-Book2::OnUse"; + "> +}, +{ + Id: 534 + AegisName: "ChorusOfTheWoods" + Name: "Chorus of the Woods" + Type: "IT_HEALING" + Buy: 30 + Sell: 10 + Weight: 25 + 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: 534 + BindOnEquip: false + BuyingStore: true + KeepAfterUse: true + Sprite: 0 + Script: <" + doevent "#001-2-6-Book3::OnUse"; + "> +}, +{ Id: 700 AegisName: "SmallTentacles" Name: "Small Tentacles" |