From 1787715de80282bd5897a78a9b0b717188135950 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 27 Jan 2020 16:24:01 -0300 Subject: 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 :> --- db/re/item_db.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'db') 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); "> }, { -- cgit v1.2.3-60-g2f50