diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-24 13:53:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-24 13:53:41 -0300 |
commit | 55da8840999d2aa55c6c9d2ce751c7ec13991f60 (patch) | |
tree | 93d28979ee4eb13712996b35d3db08054af022a3 /db/re/item_db.conf | |
parent | b2854cdac71014b8bc43f863a6b3a2f2e25c8c23 (diff) | |
download | serverdata-55da8840999d2aa55c6c9d2ce751c7ec13991f60.tar.gz serverdata-55da8840999d2aa55c6c9d2ce751c7ec13991f60.tar.bz2 serverdata-55da8840999d2aa55c6c9d2ce751c7ec13991f60.tar.xz serverdata-55da8840999d2aa55c6c9d2ce751c7ec13991f60.zip |
Item 3536 Lightsaber
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index fc7503124..1ed902abd 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11152,7 +11152,7 @@ item_db: ( WeaponLv: 1 EquipLv: 60 Refine: true - Subtype: "W_KATAR" + Subtype: "W_DAGGER" Slots: 1 AllowCards: { id5022: 1 @@ -11880,6 +11880,40 @@ item_db: ( bonus2 bAddMonsterDropChainItem,ITMCHAIN_ORE,RC_Mineral; "> }, +{ + Id: 3536 + AegisName: "Lightsaber" + Name: "Lightsaber" + Type: "IT_WEAPON" + Buy: 900000 + Sell: 2000 + Weight: 1000 + Atk: 232 + Matk: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 60 + Refine: true + Subtype: "W_KATAR" + 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 + } + Script: <" + bonus bAtk,(BaseLevel-60); + "> +}, // Insert new weapons above this line // ID 3600 to 3610 SYSTEM RESERVED FOR LEGENDARY WEAPONS { |