Module:OOO/Data/Buildings: Difference between revisions

No edit summary
Update autogenerated buildings Lua data
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
-- AUTOGENERATED. Do not edit by hand.
-- AUTOGENERATED. Do not edit by hand.
return {
return {
   _meta = {schema = 1, generated = "2025-10-12T13:47:57Z"},
   _meta = {schema = 1, generated = "2026-03-08T19:30:59Z", dataset = "buildings"},
   ["400001"] = {displayName = "Wood Block", image = "Icon_WoodBlock.png", category = "Buildings", subcategory = "Wood", description = "Placeable Structure", price = 1600, size = {x = 2, y = 2, z = 2}},
   ["400001"] = {displayName = "Wood Block", image = "Icon_WoodBlock.png", category = "Buildings", subcategory = "Wood", description = "Placeable Structure", price = 1600, size = {x = 2, y = 2, z = 2}},
   ["400002"] = {displayName = "Wood Floor", image = "Icon_WoodFloor.png", category = "Buildings", subcategory = "Wood", description = "Placeable Structure", price = 1300, size = {x = 2, y = 2, z = 2}},
   ["400002"] = {displayName = "Wood Floor", image = "Icon_WoodFloor.png", category = "Buildings", subcategory = "Wood", description = "Placeable Structure", price = 1300, size = {x = 2, y = 2, z = 2}},
Line 171: Line 171:
   ["400201"] = {displayName = "Coal plant (4200 kWh)", image = "Icon_SM_CoalPlant_V1.png", category = "Factory", subcategory = "Power", description = "Used to generate power from coal", price = 17500},
   ["400201"] = {displayName = "Coal plant (4200 kWh)", image = "Icon_SM_CoalPlant_V1.png", category = "Factory", subcategory = "Power", description = "Used to generate power from coal", price = 17500},
   ["400202"] = {displayName = "Liquid Tank", image = "Icon_SM_Tank_V1.png", category = "Factory", subcategory = "Pipeline", description = "Used to store water or oil", price = 6500, size = {x = 2, y = 2}},
   ["400202"] = {displayName = "Liquid Tank", image = "Icon_SM_Tank_V1.png", category = "Factory", subcategory = "Pipeline", description = "Used to store water or oil", price = 6500, size = {x = 2, y = 2}},
   ["400203"] = {displayName = "Metal Sorter", image = "Icon_SM_VibrationModule.png", category = "Factory", subcategory = "Production", description = "Used to sort out Iron and aluminum", price = 8200},
   ["400203"] = {displayName = "High Temp Sorter", image = "Icon_SM_VibrationModule.png", category = "Factory", subcategory = "Production", description = "Used to sort out Iron and aluminum", price = 8200},
   ["400204"] = {displayName = "Oil refinery", image = "Icon_SM_Refinery_V1.png", category = "Factory", subcategory = "Production", description = "Used to proces oil into products", price = 8400},
   ["400204"] = {displayName = "Oil refinery", image = "Icon_SM_Refinery_V1.png", category = "Factory", subcategory = "Production", description = "Used to proces oil into products", price = 8400},
   ["400205"] = {displayName = "Water refinery", image = "Icon_SM_Refinery_V1.png", category = "Factory", subcategory = "Production", description = "Used to refine unfiltered water into clean water", price = 7800},
   ["400205"] = {displayName = "Water refinery", image = "Icon_SM_Refinery_V1.png", category = "Factory", subcategory = "Production", description = "Used to refine unfiltered water into clean water", price = 7800},
   ["400206"] = {displayName = "Power Pylon 5400kW", image = "Icon_SM_WallMountedPylon1.png", category = "Factory", subcategory = "Power", description = "A power pylon mounted to the wall", price = 11000},
   ["400206"] = {displayName = "Power Pylon 5400kW", image = "Icon_SM_WallMountedPylon1.png", category = "Factory", subcategory = "Power", description = "A power pylon mounted to the wall", price = 11000},
   ["400207"] = {displayName = "Bed", image = "Icon_SM_Bed_V2.png", category = "Buildings", subcategory = "Workbenches", description = "Take a nap and skip the day", price = 1200},
   ["400207"] = {displayName = "Bed", image = "Icon_SM_Bed_V2.png", category = "Buildings", subcategory = "Workbenches", description = "Take a nap and skip the day", price = 1200},
  ["400208"] = {displayName = "Straight Power Input", image = "Icon_SM_ConveyorStraight2m_V2.png", category = "Factory", subcategory = "Power", description = "Power input for the conveyor line", price = 1500, size = {x = 2, y = 2}},
  ["400209"] = {displayName = "Metal Ore Sorter", image = "Icon_SM_MetalSorter_V1.png", category = "Factory", subcategory = "Production", description = "Used to sort out metals", price = 8200},
}
}