Module:Recipe/BZ: Difference between revisions
m (Updated Ion Cube item.) |
m (Updated item name of the Plant Shelf and the Exterior Growbed and changed three icon size values to bg values.) |
||
Line 1,054: | Line 1,054: | ||
}, |
}, |
||
["farmingtray"] = { |
["farmingtray"] = { |
||
name = " |
name = "Exterior Growbed", |
||
machine = "builder", |
machine = "builder", |
||
recipe = { |
recipe = { |
||
Line 1,354: | Line 1,354: | ||
}, |
}, |
||
["plantershelf"] = { |
["plantershelf"] = { |
||
name = " |
name = "Plant Shelf", |
||
machine = "builder", |
machine = "builder", |
||
recipe = { |
recipe = { |
||
Line 1,677: | Line 1,677: | ||
}, |
}, |
||
icon = { |
icon = { |
||
bg = "prawn arm" |
|||
} |
} |
||
}, |
}, |
||
Line 1,690: | Line 1,690: | ||
}, |
}, |
||
icon = { |
icon = { |
||
bg = "prawn arm" |
|||
} |
} |
||
}, |
}, |
||
Line 1,713: | Line 1,713: | ||
}, |
}, |
||
icon = { |
icon = { |
||
bg = "prawn arm" |
|||
} |
} |
||
}, |
}, |
Revision as of 06:26, 24 June 2023
This module contains all recipe information for every item in Subnautica: Below Zero. This data is used in Module:Recipe to output recipes on pages.
Each in-game item is represented by an Lua table object. The syntax for each object is below. All parameters are optional except name
.
["spawnID"] = {
name = "Item Name", -- the in-game name of the item
energy = #, -- the amount of energy the item adds to the Bioreactor
nuclear = #, -- the amount of energy the item adds to the Nuclear Reactor
icon = {
size = "1x1", -- "1x1", "1x2", "2x2", "3x3", "3x2", "2x3", "4x4"
bg = "default", -- "default", "aquatic plant", "land plant", "prawn arm"
file = "Item Name" -- if the transparent icon is not at "Item Name Icon.png"
},
image = "File Name.png", -- the direct file name if a transparent icon does not exist
machine = "spawnID", -- the machine the item is crafted or obtained through
recipe = {
{ "spawnID", # },
{ "spawnID", # }
},
original = "spawnID", -- if the item is made as part of a different item's recipe
additional = { -- if the item's recipe also makes other items
{ "spawnID", # },
{ "spawnID", # }
},
quantity = # -- if more than one of the item is made at the same time
},
return {
-- Energy
["energy"] = {
name = "Energy",
image = "Energy.png"
},
-- Materials
["aluminumoxide"] = {
name = "Ruby"
},
["arcticpeeper"] = {
name = "Arctic Peeper",
energy = 350
},
["arrowray"] = {
name = "Arrow Ray",
energy = 315
},
["bladderfish"] = {
name = "Bladderfish",
energy = 175
},
["boomerang"] = {
name = "Boomerang",
energy = 175
},
["copper"] = {
name = "Copper Ore"
},
["creepvinepiece"] = {
name = "Creepvine Sample",
energy = 210,
icon = {
size = "2x2",
bg = "aquatic plant"
}
},
["creepvineseedcluster"] = {
name = "Creepvine Seed Cluster",
energy = 70,
icon = {
size = "2x2",
bg = "aquatic plant"
}
},
["deeplilyshroom"] = {
name = "Young Cotton Anemone",
energy = 210,
icon = {
bg = "aquatic plant"
}
},
["diamond"] = {
name = "Diamond"
},
["discusfish"] = {
name = "Discus Fish",
energy = 280
},
["featherfish"] = {
name = "Feather Fish",
energy = 210
},
["featherfishred"] = {
name = "Red Feather Fish",
energy = 245
},
["frozenriverplant2"] = {
name = "Frost Vase Plant",
energy = 140,
icon = {
bg = "land plant"
}
},
["genericribbon"] = {
name = "Ribbon Plant",
energy = 210,
icon = {
bg = "aquatic plant"
}
},
["gold"] = {
name = "Gold"
},
["heatfruit"] = {
name = "Fevered Pepper",
energy = 175,
icon = {
size = "1x2",
bg = "land plant"
}
},
["hoopfish"] = {
name = "Hoopfish",
energy = 210
},
["jellyplant"] = {
name = "Gel Sack",
energy = 245,
icon = {
bg = "aquatic plant"
}
},
["jeweleddiskpiece"] = {
name = "Table Coral Sample",
energy = 70,
icon = {
bg = "aquatic plant"
}
},
["kelprootpustule"] = {
name = "Root Pustule",
energy = 700,
icon = {
bg = "aquatic plant",
file = "Root Globule Icon.png"
}
},
["kyanite"] = {
name = "Kyanite"
},
["lead"] = {
name = "Lead"
},
["lilypadresource"] = {
name = "Flowering Spore",
energy = 75,
icon = {
bg = "aquatic plant"
}
},
["lithium"] = {
name = "Lithium"
},
["magnetite"] = {
name = "Magnetite"
},
["nickel"] = {
name = "Nickel Ore"
},
["nootfish"] = {
name = "Noot Fish",
energy = 315
},
["precursorioncrystal"] = {
name = "Ion Cube",
icon = {
file = "Ion Cube Icon.png"
}
},
["quartz"] = {
name = "Quartz"
},
["salt"] = {
name = "Salt Deposit"
},
["scrapmetal"] = {
name = "Metal Salvage",
icon = {
size = "2x2"
}
},
["silver"] = {
name = "Silver Ore"
},
["snowball"] = {
name = "Snowball"
},
["snowstalkerfur"] = {
name = "Snow Stalker Fur"
},
["snowstalkerplantleaf"] = {
name = "Preston's Plant Leaf",
energy = 70,
icon = {
bg = "land plant"
}
},
["spinefish"] = {
name = "Spinefish",
energy = 210
},
["spinnerfish"] = {
name = "Spinner Fish",
energy = 210
},
["sulphur"] = {
name = "Crystalline Sulfur"
},
["symbiote"] = {
name = "Symbiote",
energy = 210
},
["titanium"] = {
name = "Titanium"
},
["triops"] = {
name = "Triops",
energy = 350
},
["uraninitecrystal"] = {
name = "Uraninite Crystal"
},
-- Machines
["basebioreactor"] = {
name = "Bioreactor",
image = "Bioreactor.png",
machine = "builder",
recipe = {
{ "titanium", 3 },
{ "wiringkit", 1 },
{ "lubricant", 1 }
}
},
["basefiltrationmachine"] = {
name = "Filtration Machine",
image = "Filtration Machine.png",
machine = "builder",
recipe = {
{ "titanium", 3 },
{ "copperwire", 1 },
{ "aerogel", 1 }
}
},
["basenuclearreactor"] = {
name = "Nuclear Reactor",
machine = "builder",
recipe = {
{ "plasteelingot", 1 },
{ "advancedwiringkit", 1 },
{ "lead", 3 }
}
},
["baseupgradeconsole"] = {
name = "Vehicle Upgrade Console",
machine = "builder",
recipe = {
{ "titanium", 3 },
{ "computerchip", 1 },
{ "copperwire", 1 }
}
},
["batterycharger"] = {
name = "Battery Charger",
machine = "builder",
recipe = {
{ "wiringkit", 1 },
{ "copperwire", 1 },
{ "titanium", 1 }
}
},
["builder"] = {
name = "Habitat Builder",
machine = "fabricator",
recipe = {
{ "wiringkit", 1 },
{ "computerchip", 1 },
{ "battery", 1 }
}
},
["coffeevendingmachine"] = {
name = "Coffee Vending Machine",
image = "Coffee Vending Machine.png",
machine = "fabricator",
recipe = {
{ "titanium", 2 }
}
},
["constructor"] = {
name = "Mobile Vehicle Bay",
machine = "fabricator",
recipe = {
{ "titaniumingot", 1 },
{ "lubricant", 1 },
{ "computerchip", 1 }
},
icon = {
size = "3x3"
}
},
["fabricator"] = {
name = "Fabricator",
machine = "builder",
recipe = {
{ "titanium", 2 },
{ "copper", 2 },
{ "quartz", 2 }
}
},
["powercellcharger"] = {
name = "Power Cell Charger",
machine = "builder",
recipe = {
{ "advancedwiringkit", 1 },
{ "lithium", 2 },
{ "titanium", 2 }
}
},
["vendingmachine"] = {
name = "Vending Machine",
machine = "builder",
recipe = {
{ "glass", 1 },
{ "titanium", 1 }
}
},
["workbench"] = {
name = "Modification Station",
image = "Modification Station.png",
machine = "fabricator",
recipe = {
{ "computerchip", 1 },
{ "titanium", 1 },
{ "diamond", 1 },
{ "lead", 1 }
}
},
-- Recipes
["aerogel"] = {
name = "Aerogel",
machine = "fabricator",
recipe = {
{ "jellyplant", 1 },
{ "aluminumoxide", 1 }
}
},
["advancedwiringkit"] = {
name = "Advanced Wiring Kit",
machine = "fabricator",
recipe = {
{ "wiringkit", 1 },
{ "computerchip", 1 }
}
},
["airbladder"] = {
name = "Air Bladder",
machine = "fabricator",
recipe = {
{ "silicone", 1 },
{ "bladderfish", 1 }
}
},
["aramidfibers"] = {
name = "Synthetic Fibers",
machine = "fabricator",
recipe = {
{ "aluminumoxide", 1 },
{ "genericspiralchunk", 1 }
}
},
["battery"] = {
name = "Battery",
machine = "fabricator",
recipe = {
{ "genericribbon", 2 },
{ "copper", 1 }
}
},
["beacon"] = {
name = "Beacon",
machine = "fabricator",
recipe = {
{ "copper", 1 },
{ "titanium", 1 }
}
},
["benzene"] = {
name = "Benzene",
machine = "fabricator",
recipe = {
{ "lilypadresource", 2 },
{ "genericribbon", 1 }
}
},
["bigfilteredwater"] = {
name = "Disinfected Water",
recipe = {
{ "waterpurificationtablet", 1 },
{ "snowball", 1 }
}
},
["coffee"] = {
name = "Thermos",
machine = "fabricator",
recipe = {
{ "titanium", 1 },
{ "glass", 1 }
}
},
["coldsuit"] = {
name = "Cold Suit",
machine = "fabricator",
recipe = {
{ "fibermesh", 2 },
{ "snowstalkerfur", 2 }
},
icon = {
size = "2x2"
}
},
["coldsuitgloves"] = {
name = "Cold Suit Gloves",
machine = "fabricator",
recipe = {
{ "fibermesh", 1 },
{ "snowstalkerfur", 1 }
},
icon = {
size = "2x2"
}
},
["coldsuithelmet"] = {
name = "Cold Suit Helmet",
machine = "fabricator",
recipe = {
{ "fibermesh", 1 },
{ "snowstalkerfur", 1 }
},
icon = {
size = "2x2"
}
},
["compass"] = {
name = "Compass",
machine = "fabricator",
recipe = {
{ "copperwire", 1 },
{ "wiringkit", 1 }
}
},
["computerchip"] = {
name = "Computer Chip",
machine = "fabricator",
recipe = {
{ "jeweleddiskpiece", 2 },
{ "gold", 1 },
{ "copperwire", 1 }
}
},
["cookedarcticpeeper"] = {
name = "Cooked Arctic Peeper",
machine = "fabricator",
recipe = {
{ "arcticpeeper", 1 }
}
},
["cookedarrowray"] = {
name = "Cooked Arrow Ray",
machine = "fabricator",
recipe = {
{ "arrowray", 1 }
}
},
["cookedbladderfish"] = {
name = "Cooked Bladderfish",
machine = "fabricator",
recipe = {
{ "bladderfish", 1 }
}
},
["cookedboomerang"] = {
name = "Cooked Boomerang",
machine = "fabricator",
recipe = {
{ "boomerang", 1 }
}
},
["cookeddiscusfish"] = {
name = "Cooked Discus Fish",
machine = "fabricator",
recipe = {
{ "discusfish", 1 }
}
},
["cookedfeatherfish"] = {
name = "Cooked Feather Fish",
machine = "fabricator",
recipe = {
{ "featherfish", 1 }
}
},
["cookedfeatherfishred"] = {
name = "Cooked Red Feather Fish",
machine = "fabricator",
recipe = {
{ "featherfishred", 1 }
}
},
["cookedhoopfish"] = {
name = "Cooked Hoopfish",
machine = "fabricator",
recipe = {
{ "hoopfish", 1 }
}
},
["cookednootfish"] = {
name = "Cooked Noot Fish",
machine = "fabricator",
recipe = {
{ "nootfish", 1 }
}
},
["cookedspinefish"] = {
name = "Cooked Spinefish",
machine = "fabricator",
recipe = {
{ "spinefish", 1 }
}
},
["cookedsymbiote"] = {
name = "Cooked Symbiote",
machine = "fabricator",
recipe = {
{ "symbiote", 1 }
}
},
["cookedtriops"] = {
name = "Cooked Triops",
machine = "fabricator",
recipe = {
{ "triops", 1 }
}
},
["copperwire"] = {
name = "Copper Wire",
machine = "fabricator",
recipe = {
{ "copper", 2 }
}
},
["divereel"] = {
name = "Pathfinder Tool",
machine = "fabricator",
recipe = {
{ "creepvineseedcluster", 1 },
{ "titanium", 1 },
{ "battery", 1 }
}
},
["doubletank"] = {
name = "High Capacity O₂ Tank",
machine = "fabricator",
recipe = {
{ "tank", 1 },
{ "glass", 2 },
{ "titanium", 4 },
{ "silver", 1 }
},
icon = {
size = "2x3"
}
},
["enameledglass"] = {
name = "Enameled Glass",
machine = "fabricator",
recipe = {
{ "glass", 1 },
{ "lead", 1 },
{ "diamond", 1 }
}
},
["fibermesh"] = {
name = "Fiber Mesh",
machine = "fabricator",
recipe = {
{ "creepvinepiece", 2 }
}
},
["filteredwater"] = {
name = "Filtered Water",
machine = "fabricator",
recipe = {
{ "bladderfish", 1 }
}
},
["fins"] = {
name = "Fins",
machine = "fabricator",
recipe = {
{ "silicone", 2 }
},
icon = {
size = "2x2"
}
},
["firstaidkit"] = {
name = "First Aid Kit",
machine = "fabricator",
recipe = {
{ "fibermesh", 1 }
}
},
["flare"] = {
name = "Flare",
machine = "fabricator",
recipe = {
{ "sulphur", 1 }
},
quantity = 5
},
["flashlight"] = {
name = "Flashlight",
machine = "fabricator",
recipe = {
{ "battery", 1 },
{ "glass", 1 }
}
},
["flashlighthelmet"] = {
name = "Headlamp",
machine = "fabricator",
recipe = {
{ "precursorionbattery", 1 },
{ "glass", 1 },
{ "titanium", 1 }
}
},
["frozencreatureantidote"] = {
name = "Antidote",
machine = "fabricator",
recipe = {
{ "heatfruit", 1 },
{ "frozenriverplant2", 1 }
}
},
["glass"] = {
name = "Glass",
machine = "fabricator",
recipe = {
{ "quartz", 2 }
}
},
["gravtrap"] = {
name = "Grav Trap",
machine = "fabricator",
recipe = {
{ "battery", 1 },
{ "copper", 1 },
{ "titanium", 1 }
},
icon = {
size = "2x2"
}
},
["highcapacitytank"] = {
name = "Ultra High Capacity Tank",
machine = "fabricator",
recipe = {
{ "doubletank", 1 },
{ "lithium", 4 }
},
icon = {
size = "3x3"
}
},
["hydraulicfluid"] = {
name = "Hydraulic Fluid",
machine = "fabricator",
recipe = {
{ "creepvineseedcluster", 1 },
{ "jellyplant", 4 }
}
},
["hydrochloricacid"] = {
name = "Hydrochloric Acid",
machine = "fabricator",
recipe = {
{ "deeplilyshroom", 3 },
{ "salt", 1 }
}
},
["knife"] = {
name = "Survival Knife",
machine = "fabricator",
recipe = {
{ "silicone", 1 },
{ "titanium", 1 }
}
},
["lasercutter"] = {
name = "Laser Cutter",
machine = "fabricator",
recipe = {
{ "diamond", 2 },
{ "battery", 1 },
{ "titanium", 1 },
{ "sulphur", 1 }
}
},
["ledlight"] = {
name = "Light stick",
machine = "fabricator",
recipe = {
{ "battery", 1 },
{ "titanium", 1 },
{ "glass", 1 }
}
},
["lubricant"] = {
name = "Lubricant",
energy = 20,
machine = "fabricator",
recipe = {
{ "creepvineseedcluster", 1 }
}
},
["metaldetector"] = {
name = "Mineral Detector",
machine = "fabricator",
recipe = {
{ "battery", 1 },
{ "titanium", 1 },
{ "copperwire", 1 },
{ "silicone", 1 }
}
},
["pipe"] = {
name = "Pipe",
machine = "fabricator",
recipe = {
{ "titanium", 5 }
},
quantity = 5
},
["pipesurfacefloater"] = {
name = "Floating Air Pump",
machine = "fabricator",
recipe = {
{ "titanium", 1 }
}
},
["plasteelingot"] = {
name = "Plasteel Ingot",
machine = "fabricator",
recipe = {
{ "titaniumingot", 1 },
{ "lithium", 2 }
}
},
["polyaniline"] = {
name = "Polyaniline",
machine = "fabricator",
recipe = {
{ "gold", 1 },
{ "hydrochloricacid", 1 }
}
},
["powercell"] = {
name = "Power Cell",
machine = "fabricator",
recipe = {
{ "battery", 2 },
{ "silicone", 1 }
}
},
["precursorionbattery"] = {
name = "Ion Battery",
machine = "fabricator",
recipe = {
{ "precursorioncrystal", 1 },
{ "gold", 1 },
{ "silver", 1 },
{ "lithium", 1 }
}
},
["precursorionpowercell"] = {
name = "Ion Power Cell",
machine = "fabricator",
recipe = {
{ "precursorionbattery", 2 },
{ "silicone", 1 },
{ "wiringkit", 1 }
}
},
["propulsioncannon"] = {
name = "Propulsion Cannon",
machine = "fabricator",
recipe = {
{ "wiringkit", 1 },
{ "battery", 1 },
{ "titanium", 1 }
},
icon = {
size = "2x2"
}
},
["radiotowerppu"] = {
name = "Parallel Processing Unit",
machine = "fabricator",
recipe = {
{ "gold", 1 },
{ "silver", 1 },
{ "jeweleddiskpiece", 1 }
}
},
["radiotowertom"] = {
name = "Test Override Module",
machine = "fabricator",
recipe = {
{ "radiotowerppu", 1 },
{ "titanium", 1 },
{ "lead", 1 },
{ "copperwire", 1 }
}
},
["reactorrod"] = {
name = "Reactor Rod",
machine = "fabricator",
recipe = {
{ "uraninitecrystal", 2 },
{ "lead", 1 },
{ "titanium", 1 },
{ "glass", 1 }
}
},
["rebreather"] = {
name = "Rebreather",
machine = "fabricator",
recipe = {
{ "wiringkit", 1 },
{ "fibermesh", 1 },
{ "silicone", 1 }
},
icon = {
size = "2x2"
}
},
["reinforcedgloves"] = {
name = "Reinforced Gloves",
machine = "fabricator",
original = "reinforceddivesuit",
icon = {
size = "2x2"
}
},
["reinforceddivesuit"] = {
name = "Reinforced Dive Suit",
machine = "fabricator",
recipe = {
{ "diamond", 2 },
{ "aramidfibers", 1 },
{ "titanium", 2 }
},
additional = {
{ "reinforcedgloves", 1 }
},
icon = {
size = "2x2"
}
},
["scanner"] = {
name = "Scanner",
machine = "fabricator",
recipe = {
{ "battery", 1 },
{ "titanium", 1 }
}
},
["seaglide"] = {
name = "Seaglide",
machine = "fabricator",
recipe = {
{ "battery", 1 },
{ "lubricant", 1 },
{ "copperwire", 1 },
{ "titanium", 1 }
},
icon = {
size = "2x2"
}
},
["silicone"] = {
name = "Silicone Rubber",
machine = "fabricator",
recipe = {
{ "creepvineseedcluster", 1 }
},
quantity = 2
},
["smallstorage"] = {
name = "Waterproof Locker",
machine = "fabricator",
recipe = {
{ "titanium", 4 }
},
icon = {
size = "2x2"
}
},
["snack1"] = {
name = "Mix Chips",
machine = "vendingmachine"
},
["snack2"] = {
name = "Rice Snack",
machine = "vendingmachine"
},
["snack3"] = {
name = "Potato Mix",
machine = "vendingmachine"
},
["spicyfruitsalad"] = {
name = "Spicy Fruit Salad",
machine = "fabricator",
recipe = {
{ "snowstalkerplant", 1 },
{ "heatfruit", 1 }
}
},
["spypenguin"] = {
name = "Spy Pengling",
machine = "fabricator",
recipe = {
{ "titanium", 2 },
{ "wiringkit", 1 },
{ "silicone", 1 },
{ "battery", 1 }
}
},
["spypenguinremote"] = {
name = "Spy Pengling Remote",
machine = "fabricator",
recipe = {
{ "titanium", 1 },
{ "copperwire", 1 }
}
},
["stillsuit"] = {
name = "Water Filtration Suit",
machine = "fabricator",
recipe = {
{ "aramidfibers", 1 },
{ "aerogel", 1 },
{ "copperwire", 1 }
},
icon = {
size = "2x2"
}
},
["stillsuitwater"] = {
name = "Reclaimed Water",
machine = "stillsuit"
},
["suitboostertank"] = {
name = "Booster Tank",
machine = "fabricator",
recipe = {
{ "doubletank", 1 },
{ "wiringkit", 1 }
},
icon = {
size = "2x3"
}
},
["tank"] = {
name = "Standard O₂ Tank",
machine = "fabricator",
recipe = {
{ "titanium", 2 },
{ "fibermesh", 1 }
},
icon = {
size = "2x3"
}
},
["teleportationtool"] = {
name = "Tether Tool",
machine = "fabricator",
recipe = {
{ "titanium", 2 },
{ "silicone", 1 },
{ "precursorioncrystal", 1 }
}
},
["thumper"] = {
name = "Thumper",
machine = "fabricator",
recipe = {
{ "battery", 1 },
{ "titanium", 1 },
{ "magnetite", 1 }
},
icon = {
size = "1x2"
}
},
["titanium"] = {
name = "Titanium",
machine = "fabricator",
recipe = {
{ "scrapmetal", 1 }
}
},
["titaniumingot"] = {
name = "Titanium Ingot",
machine = "fabricator",
recipe = {
{ "titanium", 5 }
}
},
["welder"] = {
name = "Repair Tool",
machine = "fabricator",
recipe = {
{ "silicone", 1 },
{ "sulphur", 1 },
{ "titanium", 1 }
}
},
["wiringkit"] = {
name = "Wiring Kit",
machine = "fabricator",
recipe = {
{ "silver", 2 }
}
},
-- Architect Body Components
["precursornpcorgans"] = {
name = "Architect Organs",
machine = "precursorfabricator",
recipe = {
{ "precursorioncrystal", 1 },
{ "genericribbon", 2 },
{ "kyanite", 3 }
}
},
["precursornpctissue"] = {
name = "Architect Tissue",
machine = "precursorfabricator",
recipe = {
{ "kelprootpustule", 2 },
{ "aramidfibers", 1 },
{ "jellyplant", 2 }
}
},
["precursornpcskeleton"] = {
name = "Architect Skeleton",
machine = "precursorfabricator",
recipe = {
{ "polyaniline", 1 },
{ "diamond", 3 },
{ "plasteelingot", 1 }
}
},
-- Exterior Modules
["basepipeconnector"] = {
name = "Base-attached Air Pump",
machine = "builder",
recipe = {
{ "titanium", 2 }
}
},
["farmingtray"] = {
name = "Exterior Growbed",
machine = "builder",
recipe = {
{ "titanium", 2 }
}
},
["powertransmitter"] = {
name = "Power Transmitter",
machine = "builder",
recipe = {
{ "gold", 1 },
{ "titanium", 1 }
}
},
["snowman"] = {
name = "Snowman",
machine = "builder",
recipe = {
{ "snowball", 3 },
{ "rebreather", 1 },
{ "tank", 1 }
}
},
["solarpanel"] = {
name = "Solar Panel",
machine = "builder",
recipe = {
{ "quartz", 2 },
{ "titanium", 2 },
{ "copper", 1 }
}
},
["spotlight"] = {
name = "Spotlight",
machine = "builder",
recipe = {
{ "glass", 1 },
{ "titanium", 2 }
}
},
["techlight"] = {
name = "Floodlight",
machine = "builder",
recipe = {
{ "glass", 1 },
{ "titanium", 1 }
}
},
["thermalplant"] = {
name = "Thermal Plant",
machine = "builder",
recipe = {
{ "titanium", 5 },
{ "magnetite", 2 },
{ "aerogel", 1 }
}
},
-- Base Pieces
["baseconnector"] = {
name = "Vertical Connector",
machine = "builder",
recipe = {
{ "titanium", 2 }
}
},
["basecontrolroom"] = {
name = "Control Room",
machine = "builder",
recipe = {
{ "titanium", 4 },
{ "advancedwiringkit", 1 },
{ "glass", 1 }
}
},
["basecorridor1"] = {
name = "L Compartment",
machine = "builder",
recipe = {
{ "titanium", 2 }
}
},
["basecorridorglass1"] = {
name = "L Glass Compartment",
machine = "builder",
recipe = {
{ "glass", 2 }
}
},
["basecorridori"] = {
name = "I Compartment",
machine = "builder",
recipe = {
{ "titanium", 2 }
}
},
["basecorridorglassi"] = {
name = "I Glass Compartment",
machine = "builder",
recipe = {
{ "glass", 2 }
}
},
["basecorridort"] = {
name = "T Compartment",
machine = "builder",
recipe = {
{ "titanium", 3 }
}
},
["basecorridorx"] = {
name = "X Compartment",
machine = "builder",
recipe = {
{ "titanium", 3 }
}
},
["baseglassdome"] = {
name = "Multipurpose Room Glass Dome",
machine = "builder",
recipe = {
{ "enameledglass", 2 },
{ "titanium", 2 },
{ "lithium", 1 }
}
},
["basehatch"] = {
name = "Hatch",
machine = "builder",
recipe = {
{ "quartz", 1 },
{ "titanium", 1 }
}
},
["baselargeglassdome"] = {
name = "Large Room Glass Dome",
machine = "builder",
recipe = {
{ "enameledglass", 4 },
{ "titanium", 4 },
{ "lithium", 2 }
}
},
["baselargeroom"] = {
name = "Large Room",
machine = "builder",
recipe = {
{ "plasteelingot", 2 }
}
},
["basemaproom"] = {
name = "Scanner Room",
machine = "builder",
recipe = {
{ "titanium", 5 },
{ "copper", 2 },
{ "gold", 1 },
{ "jeweleddiskpiece", 1 }
}
},
["basemoonpool"] = {
name = "Moonpool",
machine = "builder",
recipe = {
{ "titaniumingot", 2 },
{ "lubricant", 1 },
{ "lead", 2 }
}
},
["basemoonpoolexpansion"] = {
name = "Seatruck Dock",
machine = "builder",
recipe = {
{ "titaniumingot", 1 },
{ "advancedwiringkit", 1 },
{ "glass", 4 }
}
},
["baseobservatory"] = {
name = "Observatory",
machine = "builder",
recipe = {
{ "enameledglass", 2 },
{ "titanium", 1 }
}
},
["basereinforcement"] = {
name = "Reinforcement",
machine = "builder",
recipe = {
{ "lithium", 1 },
{ "titanium", 3 }
}
},
["baseroom"] = {
name = "Multipurpose Room",
machine = "builder",
recipe = {
{ "titanium", 6 }
}
},
["basewindow"] = {
name = "Window",
machine = "builder",
recipe = {
{ "glass", 1 }
}
},
-- Interior Pieces
["basewaterpark"] = {
name = "Alien Containment",
machine = "builder",
recipe = {
{ "glass", 5 },
{ "titanium", 2 }
}
},
["basebulkhead"] = {
name = "Bulkhead",
machine = "builder",
recipe = {
{ "titanium", 3 },
{ "silicone", 1 }
}
},
["baseladder"] = {
name = "Ladder",
machine = "builder",
recipe = {
{ "titanium", 2 }
}
},
["basepartition"] = {
name = "Large Room Partition",
machine = "builder",
recipe = {
{ "titanium", 1 }
}
},
["basepartitiondoor"] = {
name = "Large Room Partition Door",
machine = "builder",
recipe = {
{ "titanium", 1 },
{ "quartz", 1 }
}
},
-- Interior Modules
["aquarium"] = {
name = "Aquarium",
machine = "builder",
recipe = {
{ "glass", 2 },
{ "titanium", 1 }
}
},
["jukebox"] = {
name = "Jukebox",
machine = "builder",
recipe = {
{ "quartz", 1 },
{ "titanium", 2 }
}
},
["locker"] = {
name = "Locker",
machine = "builder",
recipe = {
{ "quartz", 1 },
{ "titanium", 2 }
}
},
["planterbox"] = {
name = "Indoor Growbed",
machine = "builder",
recipe = {
{ "titanium", 4 }
}
},
["planterpot"] = {
name = "Basic Plant Pot",
machine = "builder",
recipe = {
{ "titanium", 2 }
}
},
["planterpot2"] = {
name = "Composite Plant Pot",
machine = "builder",
recipe = {
{ "titanium", 2 }
}
},
["planterpot3"] = {
name = "Chic Plant Pot",
machine = "builder",
recipe = {
{ "titanium", 2 }
}
},
["plantershelf"] = {
name = "Plant Shelf",
machine = "builder",
recipe = {
{ "titanium", 1 }
}
},
["recyclotron"] = {
name = "Recyclotron",
machine = "builder",
recipe = {
{ "precursorioncrystal", 1 },
{ "titaniumingot", 1 }
}
},
["smalllocker"] = {
name = "Wall Locker",
machine = "builder",
recipe = {
{ "titanium", 2 }
}
},
["speaker"] = {
name = "Jukebox Speaker",
machine = "builder",
recipe = {
{ "titanium", 1 },
{ "copper", 1 }
}
},
-- Miscellaneous Items
["aromatherapylamp"] = {
name = "Aromatherapy Lamp",
machine = "builder",
recipe = {
{ "battery", 1 },
{ "deeplilyshroom", 1 }
}
},
["bartable"] = {
name = "Bar Table",
machine = "builder",
recipe = {
{ "glass", 1 },
{ "titanium", 1 }
}
},
["baseplanter"] = {
name = "Wall Planter",
machine = "builder",
recipe = {
{ "titanium", 2 }
}
},
["bed1"] = {
name = "Basic Double Bed",
machine = "builder",
recipe = {
{ "titanium", 2 },
{ "fibermesh", 1 }
}
},
["bed2"] = {
name = "Quilted Double Bed",
machine = "builder",
recipe = {
{ "titanium", 2 },
{ "fibermesh", 1 }
}
},
["beddanielle"] = {
name = "Danielle's Bed",
machine = "builder",
recipe = {
{ "titanium", 1 },
{ "fibermesh", 1 }
}
},
["bedemmanuel"] = {
name = "Emmanuel's Bed",
machine = "builder",
recipe = {
{ "titanium", 2 },
{ "fibermesh", 1 }
}
},
["bedfred"] = {
name = "Fred's Bed",
machine = "builder",
recipe = {
{ "titanium", 1 },
{ "fibermesh", 1 }
}
},
["bedjeremiah"] = {
name = "Jeremiah's Bed",
machine = "builder",
recipe = {
{ "titanium", 1 },
{ "fibermesh", 1 }
}
},
["bedparvan"] = {
name = "Parvan's Bed",
machine = "builder",
recipe = {
{ "titanium", 1 },
{ "fibermesh", 1 }
}
},
["bedsam"] = {
name = "Sam's Bed",
machine = "builder",
recipe = {
{ "titanium", 1 },
{ "fibermesh", 1 }
}
},
["bedzeta"] = {
name = "Zeta's Bed",
machine = "builder",
recipe = {
{ "titanium", 1 },
{ "fibermesh", 1 }
}
},
["bench"] = {
name = "Bench",
machine = "builder",
recipe = {
{ "titanium", 2 }
}
},
["emmanuelpendulum"] = {
name = "Executive Toy",
machine = "builder",
recipe = {
{ "titanium", 1 },
{ "magnetite", 1 }
}
},
["executivedesk"] = {
name = "Executive Desk",
machine = "builder",
recipe = {
{ "titanium", 1 }
}
},
["fridge"] = {
name = "Fridge",
machine = "builder",
recipe = {
{ "glass", 1 },
{ "titanium", 2 }
}
},
["labcounter"] = {
name = "Counter",
machine = "builder",
recipe = {
{ "titanium", 2 }
}
},
["labtrashcan"] = {
name = "Nuclear Waste Disposal",
machine = "builder",
recipe = {
{ "titanium", 1 },
{ "lead", 2 }
}
},
["narrowbed"] = {
name = "Single Bed",
machine = "builder",
recipe = {
{ "titanium", 1 },
{ "fibermesh", 1 }
}
},
["pictureframe"] = {
name = "Picture Frame",
machine = "builder",
recipe = {
{ "copperwire", 1 }
}
},
["shower"] = {
name = "Shower",
machine = "builder",
recipe = {
{ "titanium", 1 },
{ "pipe", 1 }
}
},
["sign"] = {
name = "Sign",
machine = "builder",
recipe = {
{ "copperwire", 1 }
}
},
["singlewallshelf"] = {
name = "Single Wall Shelf",
machine = "builder",
recipe = {
{ "titanium", 1 }
}
},
["sink"] = {
name = "Sink",
machine = "builder",
recipe = {
{ "titanium", 1 },
{ "pipe", 1 }
}
},
["smallstove"] = {
name = "Small Stove",
machine = "builder",
recipe = {
{ "titanium", 1 },
{ "copperwire", 1 }
}
},
["starshipchair"] = {
name = "Swivel Chair",
machine = "builder",
recipe = {
{ "titanium", 1 }
}
},
["starshipchair2"] = {
name = "Office Chair",
machine = "builder",
recipe = {
{ "titanium", 1 }
}
},
["starshipchair3"] = {
name = "Command Chair",
machine = "builder",
recipe = {
{ "titanium", 1 }
}
},
["starshipdesk"] = {
name = "Desk",
machine = "builder",
recipe = {
{ "titanium", 1 }
}
},
["toilet"] = {
name = "Toilet",
machine = "builder",
recipe = {
{ "titanium", 1 },
{ "pipe", 1 }
}
},
["trashcans"] = {
name = "Trash Can",
machine = "builder",
recipe = {
{ "titanium", 2 }
}
},
["wallshelves"] = {
name = "Wall Shelves",
machine = "builder",
recipe = {
{ "titanium", 2 }
}
},
-- Vehicles
["exosuit"] = {
name = "Prawn Suit",
machine = "constructor",
recipe = {
{ "plasteelingot", 1 },
{ "powercell", 1 },
{ "enameledglass", 1 },
{ "computerchip", 1 }
}
},
["seatruck"] = {
name = "Seatruck",
machine = "constructor",
recipe = {
{ "titaniumingot", 1 },
{ "advancedwiringkit", 1 },
{ "glass", 3 },
{ "lead", 2 },
{ "powercell", 1 }
}
},
-- Vehicle Upgrade Modules
["exohullmodule1"] = {
name = "Prawn Suit Depth Module MK1",
machine = "baseupgradeconsole",
recipe = {
{ "enameledglass", 1 },
{ "aluminumoxide", 3 },
{ "aramidfibers", 1 }
}
},
["exohullmodule2"] = {
name = "Prawn Suit Depth Module MK2",
machine = "baseupgradeconsole",
recipe = {
{ "exohullmodule1", 1 },
{ "kyanite", 1 },
{ "nickel", 2 }
}
},
["exosuitdrillarmmodule"] = {
name = "Prawn Suit Drill Arm",
machine = "baseupgradeconsole",
recipe = {
{ "titanium", 5 },
{ "lithium", 1 },
{ "diamond", 4 }
},
icon = {
bg = "prawn arm"
}
},
["exosuitgrapplingarmmodule"] = {
name = "Prawn Suit Grappling Arm",
machine = "baseupgradeconsole",
recipe = {
{ "advancedwiringkit", 1 },
{ "benzene", 1 },
{ "titanium", 2 },
{ "lithium", 1 }
},
icon = {
bg = "prawn arm"
}
},
["exosuitjetupgrademodule"] = {
name = "Prawn Suit Jump Jet Upgrade",
machine = "baseupgradeconsole",
recipe = {
{ "nickel", 2 },
{ "sulphur", 3 },
{ "titanium", 5 },
{ "lithium", 1 }
}
},
["exosuitpropulsionarmmodule"] = {
name = "Prawn Suit Propulsion Cannon",
machine = "baseupgradeconsole",
recipe = {
{ "computerchip", 1 },
{ "titanium", 5 },
{ "magnetite", 2 },
{ "lithium", 1 }
},
icon = {
bg = "prawn arm"
}
},
["exosuitthermalreactormodule"] = {
name = "Prawn Suit Thermal Reactor",
machine = "baseupgradeconsole",
recipe = {
{ "polyaniline", 2 },
{ "kyanite", 2 },
{ "wiringkit", 1 }
}
},
["exosuittorpedoarmmodule"] = {
name = "Prawn Suit Torpedo Arm",
machine = "baseupgradeconsole",
recipe = {
{ "titanium", 5 },
{ "lithium", 1 },
{ "aerogel", 1 }
},
icon = {
bg = "prawn arm"
}
},
["gastorpedo"] = {
name = "Gas Torpedo",
machine = "fabricator",
recipe = {
{ "titanium", 1 },
{ "sulphur", 1 }
},
quantity = 2
},
["hoverbikejumpmodule"] = {
name = "Snowfox Jump Module",
machine = "fabricator",
recipe = {
{ "titanium", 2 },
{ "wiringkit", 1 }
}
},
["hoverbikeicewormreductionmodule"] = {
name = "Snowfox Ice Worm Attack Reduction Module",
machine = "fabricator",
recipe = {
{ "titanium", 2 },
{ "wiringkit", 1 }
}
},
["seatruckupgradeafterburner"] = {
name = "Seatruck Afterburner Upgrade",
machine = "fabricator",
recipe = {
{ "wiringkit", 1 },
{ "powercell", 1 },
{ "lithium", 2 },
{ "sulphur", 2 }
}
},
["seatruckupgradeenergyefficiency"] = {
name = "Seatruck Energy Efficiency Upgrade",
machine = "fabricator",
recipe = {
{ "computerchip", 1 },
{ "diamond", 2 },
{ "benzene", 1 }
}
},
["seatruckupgradehorsepower"] = {
name = "Seatruck Horsepower Upgrade",
machine = "fabricator",
recipe = {
{ "advancedwiringkit", 1 },
{ "lubricant", 1 },
{ "lithium", 1 }
}
},
["seatruckupgradehull1"] = {
name = "Seatruck Depth Upgrade MK1",
machine = "fabricator",
recipe = {
{ "enameledglass", 1 },
{ "aluminumoxide", 3 },
{ "aramidfibers", 1 }
}
},
["seatruckupgradehull2"] = {
name = "Seatruck Depth Upgrade MK2",
machine = "workbench",
recipe = {
{ "aluminumoxide", 2 },
{ "enameledglass", 1 },
{ "seatruckupgradehull1", 1 },
{ "aramidfibers", 1 }
}
},
["seatruckupgradehull3"] = {
name = "Seatruck Depth Upgrade MK3",
machine = "workbench",
recipe = {
{ "seatruckupgradehull2", 1 },
{ "nickel", 3 },
{ "kyanite", 2 },
{ "plasteelingot", 1 }
}
},
["seatruckupgradeperimeterdefense"] = {
name = "Seatruck Perimeter Defense Upgrade",
machine = "fabricator",
recipe = {
{ "computerchip", 1 },
{ "aluminumoxide", 1 },
{ "powercell", 1 },
{ "polyaniline", 1 }
}
},
["vehiclestoragemodule"] = {
name = "Prawn Suit Storage Module",
machine = "baseupgradeconsole",
recipe = {
{ "titanium", 3 },
{ "lithium", 1 }
}
},
["whirlpooltorpedo"] = {
name = "Vortex Torpedo",
machine = "fabricator",
recipe = {
{ "titanium", 1 },
{ "magnetite", 1 }
},
quantity = 2
},
-- Seatruck Modules
["seatruckaquariummodule"] = {
name = "Seatruck Aquarium Module",
machine = "constructor",
recipe = {
{ "plasteelingot", 1 },
{ "wiringkit", 2 },
{ "enameledglass", 2 }
}
},
["seatruckdockingmodule"] = {
name = "Seatruck Docking Module",
machine = "constructor",
recipe = {
{ "plasteelingot", 1 },
{ "advancedwiringkit", 1 },
{ "lead", 3 }
}
},
["seatruckfabricatormodule"] = {
name = "Seatruck Fabricator Module",
machine = "constructor",
recipe = {
{ "plasteelingot", 1 },
{ "computerchip", 1 },
{ "lead", 3 }
}
},
["seatrucksleepermodule"] = {
name = "Seatruck Sleeper Module",
machine = "constructor",
recipe = {
{ "plasteelingot", 1 },
{ "fibermesh", 2 },
{ "lead", 3 }
}
},
["seatruckstoragemodule"] = {
name = "Seatruck Storage Module",
machine = "constructor",
recipe = {
{ "plasteelingot", 1 },
{ "wiringkit", 1 },
{ "lead", 3 }
}
},
["seatruckteleportationmodule"] = {
name = "Seatruck Teleportation Module",
machine = "constructor",
recipe = {
{ "plasteelingot", 1 },
{ "advancedwiringkit", 1 },
{ "aerogel", 2 }
}
}
}