From 4a375b6f6914abdb9509ac3a832a3e5ad779450b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 10 May 2019 21:22:56 -0300 Subject: Every piece of "mage equipment" now raises MP Regen in 8~15%. This means at most 60% extra MP Regen by using proper mage equipment. Items like Necklaces should use `bonus2 bSPRegenRate` instead. --- db/re/item_db.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index d213764b5..61b2159e8 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -6604,6 +6604,7 @@ item_db: ( bonus bMatk,20; bonus bMdef,25; bonus bMaxSP,40; + bonus bSPrecovRate,10; "> }, { @@ -6648,6 +6649,7 @@ item_db: ( bonus bMatk,40; bonus bMdef,50; bonus bMaxSP,80; + bonus bSPrecovRate,15; "> }, { @@ -6692,6 +6694,7 @@ item_db: ( bonus bMaxSP,10; bonus bMatk,15; bonus bMdef,20; + bonus bSPrecovRate,8; "> }, { @@ -7101,6 +7104,7 @@ item_db: ( Script: <" bonus bMatk,20; bonus bMaxSP,100; + bonus bSPrecovRate,5; "> }, { @@ -7238,6 +7242,7 @@ item_db: ( Script: <" bonus bMatk,10; bonus bMaxSP,10; + bonus bSPrecovRate,10; "> }, { @@ -7313,6 +7318,7 @@ item_db: ( bonus bMatk,15; bonus bMdef,15; bonus bMaxSP,30; + bonus bSPrecovRate,12; "> }, { @@ -7332,6 +7338,7 @@ item_db: ( bonus bMatk,20; bonus bMdef,20; bonus bMaxSP,50; + bonus bSPrecovRate,14; "> }, { @@ -7458,6 +7465,7 @@ item_db: ( Script: <" bonus bMatk,10; bonus bMaxSP,10; + bonus bSPrecovRate,8; "> }, { @@ -7476,6 +7484,7 @@ item_db: ( Script: <" bonus bMatk,15; bonus bMaxSP,20; + bonus bSPrecovRate,10; "> }, { @@ -7494,6 +7503,7 @@ item_db: ( Script: <" bonus bMatk,20; bonus bMaxSP,30; + bonus bSPrecovRate,12; "> }, { @@ -7512,6 +7522,7 @@ item_db: ( Script: <" bonus bMatk,40; bonus bMaxSP,40; + bonus bSPrecovRate,15; "> }, { @@ -7569,6 +7580,7 @@ item_db: ( Script: <" bonus bMatk,10; bonus bMaxSP,10; + bonus bSPrecovRate,10; "> }, { @@ -7662,6 +7674,7 @@ item_db: ( bonus bMatk, 25; bonus bMdef, 10; bonus bMaxSP,30; + bonus bSPrecovRate,15; "> }, { -- cgit v1.2.3-70-g09d2