summaryrefslogtreecommitdiff
path: root/db/pre-re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-13 22:12:34 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-13 22:12:34 -0300
commit61252f910ac47783625615a909a57ce38a27796d (patch)
treef344c29b15884249f3c876734ef02e3f143dc89d /db/pre-re/item_db.conf
parentdedeb6ae303c6a05987f30f4aff487f9a586cb10 (diff)
downloadserverdata-61252f910ac47783625615a909a57ce38a27796d.tar.gz
serverdata-61252f910ac47783625615a909a57ce38a27796d.tar.bz2
serverdata-61252f910ac47783625615a909a57ce38a27796d.tar.xz
serverdata-61252f910ac47783625615a909a57ce38a27796d.zip
Pre-Re does not care with MATK on weapons
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;
">
},