diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-14 19:05:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-14 19:05:49 -0300 |
commit | 993a71a962de2a6c6d7b500b574fa5e4bd9013c2 (patch) | |
tree | 918d71518a37449591092fe09e27e05e0949dac5 /db | |
parent | fbccba95978f43f4e720c66dd21655b17b3fe65b (diff) | |
download | serverdata-993a71a962de2a6c6d7b500b574fa5e4bd9013c2.tar.gz serverdata-993a71a962de2a6c6d7b500b574fa5e4bd9013c2.tar.bz2 serverdata-993a71a962de2a6c6d7b500b574fa5e4bd9013c2.tar.xz serverdata-993a71a962de2a6c6d7b500b574fa5e4bd9013c2.zip |
Move Hercules junk to the end of the file.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/refine_db.conf | 46 |
1 files changed, 24 insertions, 22 deletions
diff --git a/db/re/refine_db.conf b/db/re/refine_db.conf index 090522b3c..04bf67a7d 100644 --- a/db/re/refine_db.conf +++ b/db/re/refine_db.conf @@ -79,17 +79,6 @@ IMPORTANT: On TMW2, max refine level set by scripts is 10 **************************************************************************/ Armors: { - RefineryUISettings: ( - { - Level: [1, 20] - Items: { - Acorn: { - Type: "REFINE_CHANCE_TYPE_NORMAL" - Cost: 100000000 - } - } - }, - ) StatsPerLevel: 0 RandomBonusStartLevel: 0 RandomBonusValue: 0 @@ -194,6 +183,18 @@ Armors: { Bonus: 500 } } + // This is junk + RefineryUISettings: ( + { + Level: [1, 20] + Items: { + Acorn: { + Type: "REFINE_CHANCE_TYPE_NORMAL" + Cost: 100000000 + } + } + }, + ) } // Weapon level 1 is the standard tier for most weapons @@ -211,17 +212,6 @@ WeaponLevel1: { EnrichedChance: 96 } Lv4: { - RefineryUISettings: ( - { - Level: [1, 20] - Items: { - Acorn: { - Type: "REFINE_CHANCE_TYPE_NORMAL" - Cost: 100000000 - } - } - }, - ) NormalChance: 79 EnrichedChance: 93 } @@ -296,6 +286,18 @@ WeaponLevel1: { Bonus: 300 } } + // This is junk + RefineryUISettings: ( + { + Level: [1, 20] + Items: { + Acorn: { + Type: "REFINE_CHANCE_TYPE_NORMAL" + Cost: 100000000 + } + } + }, + ) } |