From 6ae756f87208d7ded745d21af2b0ab2164f07cfc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 9 Jul 2018 00:37:20 -0300 Subject: Logically speaking, makes no sense to shields lower atk speed. They are already heavy, which is the main problem. (That may disable HP recovery) What really makes sense, is that you cannot dodge with such heavy stuff. I should use bFlee2Rate but I used bFleeRate to be more severe and have more effect. Remember until previous commit, those penalties didn't worked at all. --- db/re/item_db.conf | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 866257edd..69cbe1669 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -7174,7 +7174,7 @@ item_db: ( Refine: false ViewSprite: 2700 Script: <" - bonus bAspdRate, -15; + bonus bFleeRate, -15; bonus bCriticalDef, 15; "> }, @@ -7193,7 +7193,7 @@ item_db: ( ViewSprite: 2701 BuyingStore: true Script: <" - bonus bAspdRate, -14; + bonus bFleeRate, -14; bonus bCriticalDef, 10; "> }, @@ -7211,7 +7211,7 @@ item_db: ( Refine: false ViewSprite: 2702 Script: <" - bonus bAspdRate, -15; + bonus bFleeRate, -15; bonus bCriticalDef, 15; "> }, @@ -7229,7 +7229,7 @@ item_db: ( Refine: false ViewSprite: 2703 Script: <" - bonus bAspdRate, -15; + bonus bFleeRate, -15; bonus bCriticalDef, 15; "> }, @@ -7247,7 +7247,7 @@ item_db: ( Refine: false ViewSprite: 2704 Script: <" - bonus bAspdRate, -15; + bonus bFleeRate, -15; bonus bCriticalDef, 15; "> }, @@ -7265,7 +7265,7 @@ item_db: ( Refine: false ViewSprite: 2705 Script: <" - bonus bAspdRate, -15; + bonus bFleeRate, -15; bonus bCriticalDef, 15; "> }, @@ -7283,7 +7283,7 @@ item_db: ( Refine: false ViewSprite: 2706 Script: <" - bonus bAspdRate, -15; + bonus bFleeRate, -15; bonus bCriticalDef, 15; "> }, @@ -7302,7 +7302,7 @@ item_db: ( ViewSprite: 2707 BuyingStore: true Script: <" - bonus bAspdRate, -10; + bonus bFleeRate, -10; bonus bCriticalDef, 5; "> }, @@ -7320,7 +7320,7 @@ item_db: ( Refine: false ViewSprite: 2708 Script: <" - bonus bAspdRate, -15; + bonus bFleeRate, -15; bonus bCriticalDef, 15; "> }, @@ -7338,7 +7338,7 @@ item_db: ( Refine: false ViewSprite: 2709 Script: <" - bonus bAspdRate, -15; + bonus bFleeRate, -15; bonus bCriticalDef, 15; "> }, @@ -7356,7 +7356,7 @@ item_db: ( Refine: false ViewSprite: 2710 Script: <" - bonus bAspdRate, -15; + bonus bFleeRate, -15; bonus bCriticalDef, 15; "> }, @@ -7374,7 +7374,7 @@ item_db: ( Refine: false ViewSprite: 2711 Script: <" - bonus bAspdRate, -15; + bonus bFleeRate, -15; bonus bCriticalDef, 15; "> }, @@ -7392,7 +7392,7 @@ item_db: ( Refine: false ViewSprite: 2712 Script: <" - bonus bAspdRate, -15; + bonus bFleeRate, -15; bonus bCriticalDef, 15; "> }, -- cgit v1.2.3-60-g2f50