forked from pyanodon/PyBlock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.lua
More file actions
59 lines (50 loc) · 1.67 KB
/
data.lua
File metadata and controls
59 lines (50 loc) · 1.67 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
TECHNOLOGY {
type = "technology",
name = "atomizer-mk00",
icon = "__PyBlock__/graphics/icons/atomizer-mk00.png",
icon_size = 64,
order = "c-a",
prerequisites = {},
effects = {},
research_trigger = {
type = "craft-item",
item = "raw-coal",
count = 50
}
}
--tiles
-- require("prototypes/tiles/tiles")
--buildings--
require("prototypes/buildings/atomizer-mk00")
require("prototypes/buildings/ddc-mk00")
require("prototypes/buildings/washer-mk00")
require("prototypes/buildings/automated-screener-mk00")
require("prototypes/buildings/compost-plant-mk00")
require("prototypes/buildings/soil-extractor-mk00")
require("prototypes/buildings/solid-separator-mk00")
require("prototypes/buildings/wpu-mk00")
require("prototypes/buildings/geothermal-plant-mk01")
require("prototypes/buildings/cultivator")
require("prototypes/buildings/slaughterhouse-mk00")
require("prototypes/buildings/shunt-loader")
require("prototypes/buildings/shunt-inserter")
--UNUSED
--require("prototypes/buildings/fish-farm-mk00")
--require("prototypes/buildings/fwf-mk00")
--require("prototypes/buildings/seaweed-crop-mk00")
--require("prototypes/buildings/bqt")
require("prototypes/itemgroups")
require("prototypes/recipe-categories")
--require("prototypes/technology")
require("prototypes/item")
require("prototypes/fluids")
--require("prototypes/entity")
--Recipes
require("prototypes/recipes/recipes")
require("prototypes/recipes/recipes-kimberlite")
require("prototypes/recipes/recipes-uranium")
--formula to calulate steam consumption
--flowrate (in units/s) * heat capacity (J/unit/C) * (T - 15 C) = wattage
--x * 200 * (165 - 15) = 500,000
-- x = 500kw / ( 200 * (165 - 15))
--x = 16.67/s steam