summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/pre-re/item_db.conf6
-rw-r--r--npc/magic/final.txt2
2 files changed, 4 insertions, 4 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index 12c90adf..7ee94a4a 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -805,7 +805,7 @@ item_db: (
Sell: 2000
Weight: 1000
Atk: 50
- Matk: 0
+ Matk: 10
Range: 1
Slots: 0
Loc: ["EQP_HAND_L", "EQP_HAND_R"]
@@ -827,7 +827,7 @@ item_db: (
Sell: 200
Weight: 100
Atk: 1
- Matk: 0
+ Matk: 5
Range: 1
Slots: 0
Loc: "EQP_HAND_R"
@@ -1294,7 +1294,7 @@ item_db: (
Buy: 0
Sell: 0
Weight: 0
- Def: 0
+ Matk: 100
Slots: 0
Loc: "EQP_ACC_L"
Refine: false
diff --git a/npc/magic/final.txt b/npc/magic/final.txt
index 6ec96788..0907836c 100644
--- a/npc/magic/final.txt
+++ b/npc/magic/final.txt
@@ -410,7 +410,7 @@ function script HUB_SkillInvoke {
function script HUB_PCBonus {
/* Passive Skills */
if (FOCUSING & FSKILL_ASTRAL_SOUL) {
- bonus bMatk, 10*getskilllv(SKILL_ASTRAL_SOUL);
+ bonus bMatk, 9*getskilllv(SKILL_ASTRAL_SOUL);
}
if (FOCUSING & FSKILL_RAGING) {
bonus bCritical, 2*getskilllv(SKILL_RAGING);