From ab1417079e8935a5a7f863ee0ea7a35e1bc7ec48 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 17 Mar 2021 13:23:57 -0300 Subject: Make mounts flee bonus absolute, instead of relative. --- db/re/item_db.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a96f72e14..ee58c5153 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3249,7 +3249,7 @@ item_db: ( Script: <" bonus bNoRegen,1; bonus bNoRegen,2; - bonus bFleeRate,50; + bonus bFlee,50; bonus bNoKnockback,1; bonus bSpeedAddRate,-5; // 25-10 = +15%. But the malus is done before... @@ -3287,7 +3287,7 @@ item_db: ( Script: <" bonus bNoRegen,1; bonus bNoRegen,2; - bonus bFleeRate,50; + bonus bFlee,50; bonus bNoKnockback,1; bonus bSpeedAddRate,-6; // 25-15 = +10%. But the malus is done before... @@ -3325,7 +3325,7 @@ item_db: ( bonus bNoRegen,2; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_RANGE) > 1) bonus bAtkRange,-1; - bonus bFleeRate,50; + bonus bFlee,50; bonus bAtkRate,-50; bonus bHitRate,-30; bonus bNoKnockback,0; @@ -3367,7 +3367,7 @@ item_db: ( bonus bNoRegen,2; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_RANGE) > 1) bonus bAtkRange,-1; - bonus bFleeRate,50; + bonus bFlee,50; bonus bAtkRate,-50; bonus bHitRate,-30; bonus bNoKnockback,0; -- cgit v1.2.3-60-g2f50