summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-17 13:23:57 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-17 13:23:57 -0300
commitab1417079e8935a5a7f863ee0ea7a35e1bc7ec48 (patch)
tree0dd5ca3754a2ed0615ed66779dbdbb15703d92b8
parent7f8aa5859cc4472cea23a516af49bb970c3d7458 (diff)
downloadserverdata-ab1417079e8935a5a7f863ee0ea7a35e1bc7ec48.tar.gz
serverdata-ab1417079e8935a5a7f863ee0ea7a35e1bc7ec48.tar.bz2
serverdata-ab1417079e8935a5a7f863ee0ea7a35e1bc7ec48.tar.xz
serverdata-ab1417079e8935a5a7f863ee0ea7a35e1bc7ec48.zip
Make mounts flee bonus absolute, instead of relative.
-rw-r--r--db/re/item_db.conf8
1 files 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;