forked from YPetremann/factoratio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
resources.js
13 lines (13 loc) · 894 Bytes
/
resources.js
1
2
3
4
5
6
7
8
9
10
11
12
13
resources = {
"stone": {"id": "stone", "name": "Stone", "category": "stone_mining"},
"crude_oil": {"id": "crude_oil", "name": "Crude oil", "category": "fluid"},
"copper_ore": {"id": "copper_ore", "name": "Copper ore", "category": "iron_mining"},
"coal": {"id": "coal", "name": "Coal", "category": "iron_mining"},
"iron_ore": {"id": "iron_ore", "name": "Iron ore", "category": "iron_mining"},
"water": {"id": "water", "name": "Water", "category": "fluid"},
"sulfuric_acid": {"id": "sulfuric_acid", "name": "Sulfuric acid", "category": "fluid"},
"light_oil": {"id": "light_oil", "name": "Light oil", "category": "fluid"},
"heavy_oil": {"id": "heavy_oil", "name": "Heavy oil", "category": "fluid"},
"lubricant": {"id": "lubricant", "name": "Lubricant", "category": "fluid"},
"petroleum_gas": {"id": "petroleum_gas", "name": "Petroleum gas", "category": "fluid"}
};