1{
2	"commodities": {
3		"metal_alloys": {
4			"l10n_key": "METAL_ALLOYS",
5			"inputs": [ "metal_ore", "industrial_machinery" ],
6			"producer": "industrial",
7			"price": 43
8		},
9		"plastics": {
10			"l10n_key": "PLASTICS",
11			"inputs": [ "carbon_ore", "industrial_machinery" ],
12			"producer": "industrial",
13			"price": 36
14		},
15		"textiles": {
16			"l10n_key": "TEXTILES",
17			"inputs": [ "plastics" ],
18			"producer": "industrial",
19			"price": 65
20		},
21		"fertilizer": {
22			"l10n_key": "FERTILIZER",
23			"inputs": [ "carbon_ore" ],
24			"producer": "industrial",
25			"price": 15
26		},
27		"consumer_goods": {
28			"l10n_key": "CONSUMER_GOODS",
29			"inputs": [ "plastics", "textiles" ],
30			"producer": "industrial",
31			"price": 246
32		},
33		"farm_machinery": {
34			"l10n_key": "FARM_MACHINERY",
35			"inputs": [ "metal_alloys", "robots" ],
36			"producer": "industrial",
37			"price": 80
38		},
39		"mining_machinery": {
40			"l10n_key": "MINING_MACHINERY",
41			"inputs": [ "metal_alloys", "robots" ],
42			"producer": "industrial",
43			"price": 312
44		},
45		"hand_weapons": {
46			"l10n_key": "HAND_WEAPONS",
47			"inputs": [ "metal_alloys", "computers" ],
48			"producer": "industrial",
49			"price": 251,
50			"default_legality": [ 1, 2 ]
51		},
52		"narcotics": {
53			"l10n_key": "NARCOTICS",
54			"inputs": [ ],
55			"producer": "industrial",
56			"price": 632,
57			"default_legality": [ 1, 2 ]
58		},
59		"military_fuel": {
60			"l10n_key": "MILITARY_FUEL",
61			"inputs": [ "hydrogen" ],
62			"producer": "industrial",
63			"price": 49
64		},
65		"radioactives": {
66			"l10n_key": "RADIOACTIVES",
67			"inputs": [ ],
68			"producer": "industrial",
69			"price": -4.4
70		}
71	}
72}
73