Add missing rouble values and remove extra 0
This commit is contained in:
parent
7bc0d3f383
commit
dc7f568819
@ -143,7 +143,7 @@
|
||||
"rewardScaling": {
|
||||
"levels": [1, 10, 20, 30, 40, 50, 60],
|
||||
"experience": [1000, 12000, 42000, 89000, 177000, 300000, 500000],
|
||||
"roubles": [15000, 40000, 70000, 100000, 0, 0, 0],
|
||||
"roubles": [15000, 40000, 75000, 100000, 140000, 170000, 210000],
|
||||
"items": [2, 2, 3, 3, 4, 5, 6],
|
||||
"reputation": [0.01, 0.01, 0.02, 0.02],
|
||||
"rewardSpread": 0.5
|
||||
@ -693,9 +693,9 @@
|
||||
"rewardScaling": {
|
||||
"levels": [1, 10, 20, 30, 40, 50, 60],
|
||||
"experience": [5000, 25000, 60000, 130000, 240000, 390000, 750000],
|
||||
"roubles": [50000, 150000, 300000, 425000, 550000, 675000, 8500000],
|
||||
"roubles": [50000, 150000, 300000, 425000, 550000, 675000, 850000],
|
||||
"items": [3, 3, 4, 4, 5, 6, 7],
|
||||
"reputation": [0.02, 0.02, 0.03, 0, 0.03, 0, 0.03],
|
||||
"reputation": [0.02, 0.02, 0.03, 0.03, 0.03, 0.03, 0.03],
|
||||
"rewardSpread": 0.5
|
||||
},
|
||||
"locations": {
|
||||
|
Loading…
Reference in New Issue
Block a user