summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 933f616bf..f1b0a9b1b 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -11635,6 +11635,7 @@ item_db: (
}
//DropAnnounce: true
Script: <"
+ bonus bAtk,(BaseLevel-40)*3;
bonus bAtkEle,Ele_Wind;
skill TMW2_OVERLOAD, getrefine();
">
@@ -11675,7 +11676,7 @@ item_db: (
// [22:27:11] <{41444d494e}> bonus3 bAutoSpell,SKILLNAME,SKILLELVEL,PARAM1;
Script: <"
bonus3 bAutoSpell,SM_MAGNUM,1,100;
- bonus bAtk, BaseLevel;
+ bonus bAtk,(BaseLevel-24)*3;
skill TMW2_OVERLOAD, getrefine();
">
//DropAnnounce: true
@@ -12377,7 +12378,7 @@ item_db: (
id5040: 1
}
Script: <"
- bonus bAtk,(BaseLevel-60)*4;
+ bonus bAtk,(BaseLevel-60)*3;
bonus bAgi, -(BaseLevel/10);
bonus bDex, -(BaseLevel/10);
bonus bDef, -(BaseLevel*8/10);