summaryrefslogtreecommitdiff
path: root/db/pre-re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r--db/pre-re/item_db.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index f87499fa..1df55795 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -775,7 +775,6 @@ item_db: (
Sell: 2000
Weight: 1000
Atk: 50
- Matk: 10
Range: 1
Slots: 0
Loc: ["EQP_HAND_L", "EQP_HAND_R"]
@@ -786,6 +785,7 @@ item_db: (
Subtype: "W_2HSTAFF"
OnEquipScript: <"
callfunc "RequireStat", bInt, 60, EQI_HAND_R;
+ bonus bMatk, 10;
">
},
{
@@ -797,7 +797,6 @@ item_db: (
Sell: 200
Weight: 100
Atk: 1
- Matk: 5
Range: 1
Slots: 0
Loc: "EQP_HAND_R"
@@ -808,6 +807,7 @@ item_db: (
Subtype: "W_STAFF"
OnEquipScript: <"
callfunc "RequireStat", bInt, 5, EQI_HAND_R;
+ bonus bMatk, 5;
">
},
{
@@ -1251,13 +1251,13 @@ item_db: (
Buy: 0
Sell: 0
Weight: 0
- Matk: 100
Slots: 0
Loc: "EQP_ACC_L"
Refine: false
ViewSprite: 1244
Delay: 0
Script: <"
+ bonus bMatk, 100;
bonus bMdef, 30;
">
},