diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-27 16:24:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-27 16:24:01 -0300 |
commit | 1787715de80282bd5897a78a9b0b717188135950 (patch) | |
tree | 10e9c36a3605fc938f066aa0d84f6243c56ce805 /db | |
parent | 5275b4fa267fbe9249bca87f62e2a3e3a94aeb69 (diff) | |
download | serverdata-1787715de80282bd5897a78a9b0b717188135950.tar.gz serverdata-1787715de80282bd5897a78a9b0b717188135950.tar.bz2 serverdata-1787715de80282bd5897a78a9b0b717188135950.tar.xz serverdata-1787715de80282bd5897a78a9b0b717188135950.zip |
Magic shoes also drop in their contribution.
Cap calculation: +6 (wand) +2 (robes) +1 (shoes) = 9/10
And the extra +1 is reserved for a future skill :>
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 96fe8caf9..778ea46d6 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -7353,7 +7353,8 @@ item_db: ( bonus bMatk,15; bonus bMdef,15; bonus bMaxSP,30; - bonus bSPrecovRate,12; + bonus bSPrecovRate,6; + addtoskill(TMW2_MPREGEN, 1, 2); "> }, { @@ -7372,7 +7373,8 @@ item_db: ( bonus bMatk,20; bonus bMdef,20; bonus bMaxSP,50; - bonus bSPrecovRate,14; + bonus bSPrecovRate,7; + addtoskill(TMW2_MPREGEN, 1, 2); "> }, { |