forked from sayterdarkwynd/FrackinUniverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurrencies.config.patch
65 lines (64 loc) · 1.58 KB
/
currencies.config.patch
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
[
// Space Station Trading Goods
{
"op": "add",
"path": "/fufoodgoods",
"value": { "representativeItem" : "fufoodgoods", "playerMax" : 99999 }
},
{
"op": "add",
"path": "/fumilitarygoods",
"value": { "representativeItem" : "fumilitarygoods", "playerMax" : 99999 }
},
{
"op": "add",
"path": "/fuelectronicgoods",
"value": { "representativeItem" : "fuelectronicgoods", "playerMax" : 99999 }
},
{
"op": "add",
"path": "/fumedicalgoods",
"value": { "representativeItem" : "fumedicalgoods", "playerMax" : 99999 }
},
{
"op": "add",
"path": "/fuchemicalgoods",
"value": { "representativeItem" : "fuchemicalgoods", "playerMax" : 99999 }
},
{
"op": "add",
"path": "/fuluxurygoods",
"value": { "representativeItem" : "fuluxurygoods", "playerMax" : 99999 }
},
{
"op": "add",
"path": "/fumineralgoods",
"value": { "representativeItem" : "fumineralgoods", "playerMax" : 99999 }
},
{
"op": "add",
"path": "/fuemptygoods",
"value": { "representativeItem" : "fuemptygoods", "playerMax" : 99999 }
},
{
"op": "add",
"path": "/fucontrabandgoods",
"value": { "representativeItem" : "fucontrabandgoods", "playerMax" : 99999 }
},
// Research Currencies
{
"op": "add",
"path": "/fuscienceresource",
"value": { "representativeItem" : "fuscienceresource", "playerMax" : 999999 }
},
{
"op": "add",
"path": "/fuprecursorresource",
"value": { "representativeItem" : "fuprecursorresource", "playerMax" : 999999 }
},
{
"op": "add",
"path": "/fumadnessresource",
"value": { "representativeItem" : "fumadnessresource", "playerMax" : 999999 }
}
]