diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2e2d2f854..95d84d265 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11618,7 +11618,7 @@ item_db: ( EquipLv: 40 Refine: true Subtype: "W_STAFF" - Slots: 1 + Slots: 2 AllowCards: { id5022: 1 id5023: 1 @@ -11657,7 +11657,7 @@ item_db: ( EquipLv: 24 Refine: true Subtype: "W_1HSWORD" - Slots: 1 + Slots: 2 AllowCards: { id5022: 1 id5023: 1 @@ -11678,6 +11678,7 @@ item_db: ( Script: <" bonus3 bAutoSpell,SM_MAGNUM,1,100; bonus bAtk,(BaseLevel-24)*3; + bonus bMatk,(BaseLevel-24); skill TMW2_OVERLOAD, getrefine(); "> //DropAnnounce: true @@ -11698,7 +11699,7 @@ item_db: ( EquipLv: 60 Refine: true Subtype: "W_1HSWORD" - Slots: 1 + Slots: 2 AllowCards: { id5022: 1 id5023: 1 @@ -11715,6 +11716,8 @@ item_db: ( } Script: <" bonus bAtkEle,Ele_Dark; + bonus bAtk,(BaseLevel-60)*3; + bonus bMatk,(BaseLevel-60); skill TMW2_OVERLOAD, getrefine(); "> //DropAnnounce: true |