diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-27 03:53:04 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-27 03:53:04 -0200 |
commit | be69a8b3b41c6fcefbc595c5166a0ead3841994d (patch) | |
tree | 01640c6780dded25b1e814a912963cad10b0bbc9 | |
parent | 32a2ffa692cc3552db030faff5774eb9ce5c135b (diff) | |
download | serverdata-be69a8b3b41c6fcefbc595c5166a0ead3841994d.tar.gz serverdata-be69a8b3b41c6fcefbc595c5166a0ead3841994d.tar.bz2 serverdata-be69a8b3b41c6fcefbc595c5166a0ead3841994d.tar.xz serverdata-be69a8b3b41c6fcefbc595c5166a0ead3841994d.zip |
Shields can now block attacks entirely (using perfect dodge mechanism).
Please note that "1" means 1% of PERFECT blocking or fleeing.
That flee rate is perfect and unaffected by skills. Not capped. 100% means total immunity.
Only works against melee attacks, iirc.
-rw-r--r-- | db/re/item_db.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c52cbc5d2..5840ec9a1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -7510,6 +7510,7 @@ item_db: ( Script: <" bonus bFleeRate, -14; bonus bCriticalDef, 10; + bonus bFlee2,1; "> }, { @@ -7528,6 +7529,7 @@ item_db: ( Script: <" bonus bFleeRate, -15; bonus bCriticalDef, 15; + bonus bFlee2,8; "> }, { @@ -7546,6 +7548,7 @@ item_db: ( Script: <" bonus bFleeRate, -15; bonus bCriticalDef, 15; + bonus bFlee2,6; "> }, { @@ -7564,6 +7567,7 @@ item_db: ( Script: <" bonus bFleeRate, -15; bonus bCriticalDef, 15; + bonus bFlee2,4; "> }, { @@ -7582,6 +7586,7 @@ item_db: ( Script: <" bonus bFleeRate, -15; bonus bCriticalDef, 15; + bonus bFlee2,9; "> }, { @@ -7600,6 +7605,7 @@ item_db: ( Script: <" bonus bFleeRate, -15; bonus bCriticalDef, 15; + bonus bFlee2,6; "> }, { @@ -7636,6 +7642,7 @@ item_db: ( Script: <" bonus bFleeRate, -15; bonus bCriticalDef, 15; + bonus bFlee2,5; "> }, { @@ -7654,6 +7661,7 @@ item_db: ( Script: <" bonus bFleeRate, -15; bonus bCriticalDef, 15; + bonus bFlee2,3; "> }, { @@ -7672,6 +7680,7 @@ item_db: ( Script: <" bonus bFleeRate, -15; bonus bCriticalDef, 15; + bonus bFlee2,2; "> }, { @@ -7690,6 +7699,7 @@ item_db: ( Script: <" bonus bFleeRate, -15; bonus bCriticalDef, 15; + bonus bFlee2,7; "> }, { @@ -7708,6 +7718,7 @@ item_db: ( Script: <" bonus bFleeRate, -15; bonus bCriticalDef, 15; + bonus bFlee2,7; "> }, { |