diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-18 13:12:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-18 13:12:55 -0300 |
commit | d4852d47713a9e1ea9e00b0e0c3aefaaa0550b72 (patch) | |
tree | 04ca166b26dfc7ee8dee80fa2459189430d1b346 /db/re/item_db.conf | |
parent | 830d49dca8bef0c8d0e55693ac30ab0677b5a6d3 (diff) | |
download | serverdata-d4852d47713a9e1ea9e00b0e0c3aefaaa0550b72.tar.gz serverdata-d4852d47713a9e1ea9e00b0e0c3aefaaa0550b72.tar.bz2 serverdata-d4852d47713a9e1ea9e00b0e0c3aefaaa0550b72.tar.xz serverdata-d4852d47713a9e1ea9e00b0e0c3aefaaa0550b72.zip |
Introduce Kitana (aka. Katana), another Ninja-like (and thus, Frostia's) weapon
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 9ba9eab23..c136b7082 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11548,6 +11548,38 @@ item_db: ( id5040: 1 } }, +// 3530 TBD +{ + Id: 3531 + AegisName: "Kitana" + Name: "Kitana" + Type: "IT_WEAPON" + Buy: 7000 + Sell: 3000 + Weight: 960 + Atk: 370 + Matk: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 60 + Refine: true + Subtype: "W_1HSWORD" + Slots: 1 + AllowCards: { + id5022: 1 + id5023: 1 + id5024: 1 + id5025: 1 + id5026: 1 + id5027: 1 + id5028: 1 + id5029: 1 + id5037: 1 + id5038: 1 + id5039: 1 + id5040: 1 + } +}, // Insert new weapons above this line // ID 3600 to 3610 SYSTEM RESERVED FOR LEGENDARY WEAPONS { |