From a7594ed99fefabf323876f5afedf11316822947a Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 7 Sep 2015 04:46:22 +0200 Subject: Add wooden sword on item_db and const files. --- db/const.txt | 2 ++ db/re/item_db.conf | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) (limited to 'db') diff --git a/db/const.txt b/db/const.txt index d4e077ab2..d7b59f236 100644 --- a/db/const.txt +++ b/db/const.txt @@ -3440,6 +3440,8 @@ BrimmedFeatherHat 2904 BrimmedFlowerHat 2905 Knife 3500 PiouSlayer 3501 +TrainingGladius 3502 +WoodenSword 3503 PiouEgg 4000 Card1 5000 CardRed 5001 diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c1a1c7147..29afa69ea 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1851,6 +1851,32 @@ item_db: ( Delay: 0 Sprite: 0 }, +{ + Id: 3502 + AegisName: "Wooden Sword" + Name: "WoodenSword" + Type: "IT_WEAPON" + Buy: 500 + Sell: 50 + Weight: 25 + Atk: 1 + Matk: 0 + Def: 0 + Range: 0 + Slots: 0 + Job: 0xFFFFFFFF + Upper: 0x3F + Gender: 2 + Loc: 2 + WeaponLv: 1 + EquipLv: 1 + Refine: false + View: 1 + BindOnEquip: false + BuyingStore: true + Delay: 0 + Sprite: 0 +}, { Id: 4000 AegisName: "PiouEgg" -- cgit v1.2.3-70-g09d2