diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-05-14 03:11:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-05-14 03:11:21 +0300 |
commit | b85f0af03f020ec620fbc40627d78e1f0ad75266 (patch) | |
tree | f9998fdd06c7b9027675f949505841b7d8cf2bd6 | |
parent | d887701df743a8e4469b37cabfa260c4529ac89a (diff) | |
download | serverdata-b85f0af03f020ec620fbc40627d78e1f0ad75266.tar.gz serverdata-b85f0af03f020ec620fbc40627d78e1f0ad75266.tar.bz2 serverdata-b85f0af03f020ec620fbc40627d78e1f0ad75266.tar.xz serverdata-b85f0af03f020ec620fbc40627d78e1f0ad75266.zip |
Fix refine db warnings
-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 |