Module:OOO/Data/Buildings: Difference between revisions
Appearance
Created page with "-- AUTOGENERATED. Do not edit by hand. return { _meta = { schema = 1, generated = "2025-10-06T00:00:00Z" }, ["400113"] = { displayName = "Conveyor Straight 4 m", type = "Conveyor", throughput_m3h = 320, power_kw = 26, capacity = 1000, }, -- more... }" |
No edit summary |
||
Line 4: | Line 4: | ||
["400113"] = { | ["400113"] = { | ||
displayName = "Conveyor Straight 4 m", | |||
image = "Icon ConveyorStraight4m.png", | |||
description = "Straight conveyor segment for modular layouts.", | |||
type = "Conveyor", | |||
throughput_m3h = 320, | |||
power_kw = 26, | |||
capacity = 1000, | |||
}, | |||
-- more... | -- more... | ||
} | } |
Revision as of 20:46, 6 October 2025
Documentation for this module may be created at Module:OOO/Data/Buildings/doc
-- AUTOGENERATED. Do not edit by hand.
return {
_meta = { schema = 1, generated = "2025-10-06T00:00:00Z" },
["400113"] = {
displayName = "Conveyor Straight 4 m",
image = "Icon ConveyorStraight4m.png",
description = "Straight conveyor segment for modular layouts.",
type = "Conveyor",
throughput_m3h = 320,
power_kw = 26,
capacity = 1000,
},
-- more...
}