diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-06-04 01:44:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-06-04 01:44:59 -0300 |
commit | 6209e38538f2fc1418dd644862ff3c85af21c62a (patch) | |
tree | 8432fb5cc95c85b4931306c1c47d2dbe09ee6c1d /db/re | |
parent | 3650b0b6c021f12922b2ba1624b971a5984c51f1 (diff) | |
download | serverdata-6209e38538f2fc1418dd644862ff3c85af21c62a.tar.gz serverdata-6209e38538f2fc1418dd644862ff3c85af21c62a.tar.bz2 serverdata-6209e38538f2fc1418dd644862ff3c85af21c62a.tar.xz serverdata-6209e38538f2fc1418dd644862ff3c85af21c62a.zip |
Refinery for Savior and Legendary items can go up to +12 and will never nerf.
Meaning a legendary or savior item will never lose refine levels.
They can still break.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/refine_db.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/db/re/refine_db.conf b/db/re/refine_db.conf index 04bf67a7d..5c63ccbd9 100644 --- a/db/re/refine_db.conf +++ b/db/re/refine_db.conf @@ -131,21 +131,21 @@ Armors: { EnrichedChance: 40 Bonus: 500 } - // Anything below this line was NOT MAINTENANED Lv11: { - NormalChance: 30 + NormalChance: 35 EnrichedChance: 30 - Bonus: 300 + Bonus: 600 } Lv12: { - NormalChance: 0 - EnrichedChance: 0 - Bonus: 300 + NormalChance: 32 + EnrichedChance: 20 + Bonus: 600 } + // Anything below this line was NOT MAINTENANED Lv13: { - NormalChance: 0 - EnrichedChance: 0 - Bonus: 400 + NormalChance: 25 + EnrichedChance: 10 + Bonus: 700 } Lv14: { NormalChance: 0 |