From be69a8b3b41c6fcefbc595c5166a0ead3841994d Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Thu, 27 Dec 2018 03:53:04 -0200
Subject: 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.

---
 db/re/item_db.conf | 11 +++++++++++
 1 file changed, 11 insertions(+)

(limited to 'db/re')

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;
 	">
 },
 {
-- 
cgit v1.2.3-70-g09d2