summaryrefslogtreecommitdiff
path: root/db/re/refine_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-14 19:05:49 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-14 19:05:49 -0300
commit993a71a962de2a6c6d7b500b574fa5e4bd9013c2 (patch)
tree918d71518a37449591092fe09e27e05e0949dac5 /db/re/refine_db.conf
parentfbccba95978f43f4e720c66dd21655b17b3fe65b (diff)
downloadserverdata-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/re/refine_db.conf')
-rw-r--r--db/re/refine_db.conf46
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
+ }
+ }
+ },
+ )
}