diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index aedc9aed4..f0b32508c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11667,7 +11667,6 @@ item_db: ( Script: <" bonus bStr, 3; bonus bAgi, -6; - bonus bDex, -3; bonus bDef, -48; bonus bCritical, 12; bonus bAtk, getrefine()*2; @@ -11705,7 +11704,6 @@ item_db: ( } Script: <" bonus bAgi, -4; - bonus bDex, -2; bonus bDef, -32; bonus bCritical, 8; bonus bAtk, getrefine()*2; @@ -11743,7 +11741,6 @@ item_db: ( } Script: <" bonus bAgi, -5; - bonus bDex, -2; bonus bDef, -40; bonus bCritical, 10; bonus bAtk, getrefine()*2; @@ -11820,7 +11817,7 @@ item_db: ( } Script: <" bonus bAgi, -7; - bonus bDex, -3; + bonus bHit, 3; bonus bDef, -56; bonus bCritical, 14; bonus bAtk, getrefine()*2; @@ -12037,7 +12034,7 @@ item_db: ( } Script: <" bonus bAgi, -9; - bonus bDex, -4; + bonus bHit, 4; bonus bDef, -77; bonus bCritical, 19; bonus bAtk, getrefine()*2; @@ -12075,7 +12072,6 @@ item_db: ( } Script: <" bonus bAgi, -7; - bonus bDex, -3; bonus bDef, -57; bonus bCritical, 14; bonus bAtk, getrefine()*2; @@ -12113,7 +12109,7 @@ item_db: ( } Script: <" bonus bAgi, -8; - bonus bDex, -4; + bonus bHit, 4; bonus bDef, -67; bonus bCritical, 16; bonus bAtk, getrefine()*2; @@ -14554,7 +14550,7 @@ item_db: ( bonus bAtk,BaseLevel*8; bonus bMatk,0; bonus bAgi, -(BaseLevel/10); - bonus bDex, -(BaseLevel/20); + bonus bHit, (BaseLevel/20); bonus bDef, -(BaseLevel*8/10); bonus bCritical, BaseLevel/5; "> |