diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-10 21:22:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-10 21:22:56 -0300 |
commit | 4a375b6f6914abdb9509ac3a832a3e5ad779450b (patch) | |
tree | e65812cea095778015e4edc4f8d8544dffb58aa2 /db/re/item_db.conf | |
parent | f88e2b477a754dda052d77a6d9de4f778493cd03 (diff) | |
download | serverdata-4a375b6f6914abdb9509ac3a832a3e5ad779450b.tar.gz serverdata-4a375b6f6914abdb9509ac3a832a3e5ad779450b.tar.bz2 serverdata-4a375b6f6914abdb9509ac3a832a3e5ad779450b.tar.xz serverdata-4a375b6f6914abdb9509ac3a832a3e5ad779450b.zip |
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.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 13 |
1 files changed, 13 insertions, 0 deletions
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; "> }, { |