diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-01-19 00:03:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-01-19 00:03:33 -0300 |
commit | 1cc2e3291bad188397f90e7c6e9492f406a1b21e (patch) | |
tree | acff6fa927622993d09ef387a62769f0374dfdd6 /db | |
parent | a97dcce0dce7dd24a4e68bab55911ff3d3c7aeca (diff) | |
download | serverdata-1cc2e3291bad188397f90e7c6e9492f406a1b21e.tar.gz serverdata-1cc2e3291bad188397f90e7c6e9492f406a1b21e.tar.bz2 serverdata-1cc2e3291bad188397f90e7c6e9492f406a1b21e.tar.xz serverdata-1cc2e3291bad188397f90e7c6e9492f406a1b21e.zip |
Unlock refine up to +15 after MK is slain.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/refine_db.conf | 70 |
1 files changed, 29 insertions, 41 deletions
diff --git a/db/re/refine_db.conf b/db/re/refine_db.conf index 364c9a412..3c567f7ca 100644 --- a/db/re/refine_db.conf +++ b/db/re/refine_db.conf @@ -75,7 +75,7 @@ Armors/WeaponLevel1~4: { // Specifies weap } } -IMPORTANT: On TMW2, max refine level set by scripts is 10 +IMPORTANT: On TMW2, max refine level set by scripts is 10~15 **************************************************************************/ Armors: { @@ -141,22 +141,22 @@ Armors: { EnrichedChance: 20 Bonus: 600 } - // Anything below this line was NOT MAINTENANED Lv13: { NormalChance: 16 EnrichedChance: 10 - Bonus: 400 + Bonus: 600 } Lv14: { - NormalChance: 0 - EnrichedChance: 0 - Bonus: 400 + NormalChance: 12 + EnrichedChance: 8 + Bonus: 600 } Lv15: { - NormalChance: 0 - EnrichedChance: 0 - Bonus: 400 + NormalChance: 8 + EnrichedChance: 6 + Bonus: 700 } + // Anything below this line was NOT MAINTENANED Lv16: { NormalChance: 0 EnrichedChance: 0 @@ -242,27 +242,24 @@ WeaponLevel1: { Lv11: { NormalChance: 30 EnrichedChance: 30 - Bonus: 600 } Lv12: { NormalChance: 23 EnrichedChance: 20 - Bonus: 600 } - // Anything below this line was NOT MAINTENANED Lv13: { NormalChance: 16 EnrichedChance: 10 - Bonus: 400 } Lv14: { - NormalChance: 0 - EnrichedChance: 0 + NormalChance: 12 + EnrichedChance: 8 } Lv15: { - NormalChance: 0 - EnrichedChance: 0 + NormalChance: 8 + EnrichedChance: 6 } + // Anything below this line was NOT MAINTENANED Lv16: { NormalChance: 0 EnrichedChance: 0 @@ -363,27 +360,24 @@ WeaponLevel2: { Lv11: { NormalChance: 30 EnrichedChance: 30 - Bonus: 600 } Lv12: { NormalChance: 23 EnrichedChance: 20 - Bonus: 600 } - // Anything below this line was NOT MAINTENANED Lv13: { NormalChance: 16 EnrichedChance: 10 - Bonus: 400 } Lv14: { - NormalChance: 0 - EnrichedChance: 0 + NormalChance: 12 + EnrichedChance: 8 } Lv15: { - NormalChance: 0 - EnrichedChance: 0 + NormalChance: 8 + EnrichedChance: 6 } + // Anything below this line was NOT MAINTENANED Lv16: { NormalChance: 0 EnrichedChance: 0 @@ -466,27 +460,24 @@ WeaponLevel3: { Lv11: { NormalChance: 30 EnrichedChance: 30 - Bonus: 600 } Lv12: { NormalChance: 23 EnrichedChance: 20 - Bonus: 600 } - // Anything below this line was NOT MAINTENANED Lv13: { NormalChance: 16 EnrichedChance: 10 - Bonus: 400 } Lv14: { - NormalChance: 0 - EnrichedChance: 0 + NormalChance: 12 + EnrichedChance: 8 } Lv15: { - NormalChance: 0 - EnrichedChance: 0 + NormalChance: 8 + EnrichedChance: 6 } + // Anything below this line was NOT MAINTENANED Lv16: { NormalChance: 0 EnrichedChance: 0 @@ -569,27 +560,24 @@ WeaponLevel4: { Lv11: { NormalChance: 30 EnrichedChance: 30 - Bonus: 600 } Lv12: { NormalChance: 23 EnrichedChance: 20 - Bonus: 600 } - // Anything below this line was NOT MAINTENANED Lv13: { NormalChance: 16 EnrichedChance: 10 - Bonus: 400 } Lv14: { - NormalChance: 0 - EnrichedChance: 0 + NormalChance: 12 + EnrichedChance: 8 } Lv15: { - NormalChance: 0 - EnrichedChance: 0 + NormalChance: 8 + EnrichedChance: 6 } + // Anything below this line was NOT MAINTENANED Lv16: { NormalChance: 0 EnrichedChance: 0 |