diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-27 16:23:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-27 16:23:21 -0300 |
commit | 5275b4fa267fbe9249bca87f62e2a3e3a94aeb69 (patch) | |
tree | 841adf42c0c4b231c94fc1cfd7f66c392ab0bdfc /db | |
parent | 9ee26a24e3fda136a83d96751bcf430f8a9b38e3 (diff) | |
download | serverdata-5275b4fa267fbe9249bca87f62e2a3e3a94aeb69.tar.gz serverdata-5275b4fa267fbe9249bca87f62e2a3e3a94aeb69.tar.bz2 serverdata-5275b4fa267fbe9249bca87f62e2a3e3a94aeb69.tar.xz serverdata-5275b4fa267fbe9249bca87f62e2a3e3a94aeb69.zip |
Silk Robe and Ugly Christmas Sweater MP regen nerfed to accomodate the skill.
Graduation Robe excluded.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4a836678f..96fe8caf9 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -6590,7 +6590,8 @@ item_db: ( bonus bMatk,20; bonus bMdef,25; bonus bMaxSP,40; - bonus bSPrecovRate,10; + bonus bSPrecovRate,5; + addtoskill(TMW2_MPREGEN, 1, 2); "> }, { @@ -6634,7 +6635,8 @@ item_db: ( bonus bMatk,40; bonus bMdef,50; bonus bMaxSP,80; - bonus bSPrecovRate,15; + bonus bSPrecovRate,8; + addtoskill(TMW2_MPREGEN, 2, 2); "> }, { @@ -6678,7 +6680,8 @@ item_db: ( bonus bMaxSP,10; bonus bMatk,15; bonus bMdef,20; - bonus bSPrecovRate,8; + bonus bSPrecovRate,4; + addtoskill(TMW2_MPREGEN, 1, 2); "> }, { |