From 61252f910ac47783625615a909a57ce38a27796d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 13 Apr 2021 22:12:34 -0300 Subject: Pre-Re does not care with MATK on weapons --- db/pre-re/item_db.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'db') 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; "> }, -- cgit v1.2.3-60-g2f50