-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarket.json
More file actions
90 lines (90 loc) · 1.82 KB
/
market.json
File metadata and controls
90 lines (90 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"itemInfoDict": {
"BOOKS": {
"startingPrice": 14.0,
"availabilityType": 0
},
"CLAY": {
"startingPrice": 4.0,
"availabilityType": 0
},
"COAL": {
"startingPrice": 4.0,
"availabilityType": 0
},
"GLASS": {
"startingPrice": 18.0,
"availabilityType": 0
},
"GOLD": {
"startingPrice": 8.0,
"availabilityType": 0
},
"IRON": {
"startingPrice": 6.0,
"availabilityType": 0
},
"IRON_ORE": {
"startingPrice": 4.0,
"availabilityType": 0
},
"LOGS": {
"startingPrice": 0.2,
"availabilityType": 0
},
"QUARTZ": {
"startingPrice": 8.0,
"availabilityType": 0
},
"SALT": {
"startingPrice": 8.0,
"availabilityType": 0
},
"STEEL": {
"startingPrice": 16.0,
"availabilityType": 0
},
"STONE": {
"startingPrice": 1.0,
"availabilityType": 0
},
"TOOLS": {
"startingPrice": 8.0,
"availabilityType": 0
}
},
"defaultCommissionPercent": 0.5,
"reputationPerDollar": 0.25,
"reputationLevels": [
{
"reputation": 0,
"amount": 0,
"benefitDescrStr": "",
"tradeTerminalAllowanceIncrease": 0
},
{
"reputation": 1,
"amount": 100,
"benefitDescrStr": "TraderReputationReward",
"tradeTerminalAllowanceIncrease": 1
},
{
"reputation": 2,
"amount": 1100,
"benefitDescrStr": "TraderReputationReward",
"tradeTerminalAllowanceIncrease": 1
},
{
"reputation": 3,
"amount": 11100,
"benefitDescrStr": "TraderReputationReward",
"tradeTerminalAllowanceIncrease": 1
},
{
"reputation": 4,
"amount": 111100,
"benefitDescrStr": "TraderReputationReward",
"tradeTerminalAllowanceIncrease": 1
}
]
}