diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-22 19:04:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-22 19:04:02 -0300 |
commit | 283b575c0577a42b3a99caac31cd6da0470326fb (patch) | |
tree | eb8ee1379f14a02a1170b176585787b58f3a8622 /db/re | |
parent | f48b8c39af867c331aac7f14a6d6404a5502129c (diff) | |
download | serverdata-283b575c0577a42b3a99caac31cd6da0470326fb.tar.gz serverdata-283b575c0577a42b3a99caac31cd6da0470326fb.tar.bz2 serverdata-283b575c0577a42b3a99caac31cd6da0470326fb.tar.xz serverdata-283b575c0577a42b3a99caac31cd6da0470326fb.zip |
Boost Dark Pulsar as well. Grant 2 card slots for Aeros' weapons.
Diffstat (limited to 'db/re')
-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 |