diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-21 03:59:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-21 03:59:20 -0300 |
commit | 116b9e9ae8993e946e671fb2d085e08879ef57ba (patch) | |
tree | 50926a199de864a6d42cca57c56bce5a76077c7b /db | |
parent | 3a82262167f2b6acb6209b088358c3b515273fb3 (diff) | |
download | serverdata-116b9e9ae8993e946e671fb2d085e08879ef57ba.tar.gz serverdata-116b9e9ae8993e946e671fb2d085e08879ef57ba.tar.bz2 serverdata-116b9e9ae8993e946e671fb2d085e08879ef57ba.tar.xz serverdata-116b9e9ae8993e946e671fb2d085e08879ef57ba.zip |
Readjust all wands attack according to the new formula which is ATK-like
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b3211c36a..a9bd8702a 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -14071,7 +14071,7 @@ item_db: ( Sell: 80 Weight: 158 Atk: 0 - Matk: 140 + Matk: 160 Range: 8 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 @@ -14109,7 +14109,7 @@ item_db: ( Sell: 1600 Weight: 158 Atk: 0 - Matk: 280 + Matk: 300 Range: 8 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 @@ -14148,7 +14148,7 @@ item_db: ( Sell: 4000 Weight: 158 Atk: 0 - Matk: 420 + Matk: 430 Range: 8 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 @@ -14187,7 +14187,7 @@ item_db: ( Sell: 10000 Weight: 158 Atk: 0 - Matk: 576 + Matk: 510 Range: 8 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 @@ -14226,7 +14226,7 @@ item_db: ( Sell: 80000 Weight: 158 Atk: 0 - Matk: 740 + Matk: 570 Range: 8 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 |