diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 84ff3a607..542c338c4 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -12343,8 +12343,9 @@ item_db: ( } Script: <" bonus bAtk,(BaseLevel-60)*3; + bonus bCritical, min(5, BaseLevel/24); bonus2 bHPLossRate,2,800; - bonus bHitRate, -20; + bonus bHitRate, -10; bonus bMdefRate, -60; bonus bMdef2Rate, -60; skill TMW2_OVERLOAD, getrefine(); @@ -12383,11 +12384,12 @@ item_db: ( } Script: <" bonus bAtk,(BaseLevel-60)*3; - bonus bAgi, -(BaseLevel/10); + bonus bAgi, 1-(BaseLevel/10); bonus bDex, -(BaseLevel/10); bonus bDef, -(BaseLevel*8/10); bonus bCritical, min(20, BaseLevel/6); - bonus2 bHPLossRate,1,1000; + bonus2 bHPLossRate,1,800; + bonus bFleeRate, -5; bonus bMdefRate, -60; bonus bMdef2Rate, -60; skill TMW2_OVERLOAD, getrefine(); |