diff options
Diffstat (limited to 'db/re/refine_db.conf')
-rw-r--r-- | db/re/refine_db.conf | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/db/re/refine_db.conf b/db/re/refine_db.conf index cea47bde..e21c03c0 100644 --- a/db/re/refine_db.conf +++ b/db/re/refine_db.conf @@ -77,6 +77,17 @@ Armors/WeaponLevel1~4: { // Specifies weap **************************************************************************/ Armors: { + RefineryUISettings: ( + { + Level: [1, 20] + Items: { + Acorn: { + Type: "REFINE_CHANCE_TYPE_NORMAL" + Cost: 100000000 + } + } + }, + ) StatsPerLevel: 0 RandomBonusStartLevel: 0 RandomBonusValue: 0 @@ -198,6 +209,17 @@ Armors: { } } WeaponLevel1: { + RefineryUISettings: ( + { + Level: [1, 20] + Items: { + Acorn: { + Type: "REFINE_CHANCE_TYPE_NORMAL" + Cost: 100000000 + } + } + }, + ) StatsPerLevel: 200 RandomBonusStartLevel: 8 RandomBonusValue: 300 @@ -278,6 +300,17 @@ WeaponLevel1: { } } WeaponLevel2: { + RefineryUISettings: ( + { + Level: [1, 20] + Items: { + Acorn: { + Type: "REFINE_CHANCE_TYPE_NORMAL" + Cost: 100000000 + } + } + }, + ) StatsPerLevel: 300 RandomBonusStartLevel: 7 RandomBonusValue: 500 @@ -364,6 +397,17 @@ WeaponLevel2: { } } WeaponLevel3: { + RefineryUISettings: ( + { + Level: [1, 20] + Items: { + Acorn: { + Type: "REFINE_CHANCE_TYPE_NORMAL" + Cost: 100000000 + } + } + }, + ) StatsPerLevel: 500 RandomBonusStartLevel: 6 RandomBonusValue: 800 @@ -456,6 +500,17 @@ WeaponLevel3: { } } WeaponLevel4: { + RefineryUISettings: ( + { + Level: [1, 20] + Items: { + Acorn: { + Type: "REFINE_CHANCE_TYPE_NORMAL" + Cost: 100000000 + } + } + }, + ) StatsPerLevel: 700 RandomBonusStartLevel: 5 RandomBonusValue: 1400 |