Jump to content

Module:OOO/Data/Buildings: Difference between revisions

From Out of Ore Wiki
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",
  displayName = "Conveyor Straight 4 m",
    type = "Conveyor",
  image = "Icon ConveyorStraight4m.png",
    throughput_m3h = 320,
  description = "Straight conveyor segment for modular layouts.",
    power_kw = 26,
  type = "Conveyor",
    capacity = 1000,
  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...
}