Module:Recipe/SN

From Subnautica Wiki
< Module:Recipe
Revision as of 21:23, 26 June 2022 by SlyAceZeta (talk | contribs) (Adding transparent icon for Creature Decoy)

This module contains all recipe information for every item in Subnautica. 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
	["acidmushroom"] = {
		name = "Acid Mushroom",
		energy = 210,
		icon = {
			bg = "aquatic plant"
		}
	},
	["aluminumoxide"] = {
		name = "Ruby"
	},
	["bladderfish"] = {
		name = "Bladderfish",
		energy = 210,
	},
	["bloodoil"] = {
		name = "Blood Oil",
		energy = 420,
		icon = {
			size = "2x2",
			bg = "aquatic plant"
		}
	},
	["boneshark"] = {
		name = "Boneshark",
		machine = "basewaterpark",
		energy = 630,
		recipe = {
			{ "bonesharkegg", 1 }
		},
		icon = {
			size = "3x3"
		}
	},
	["bonesharkegg"] = {
		name = "Boneshark Egg",
		energy = 210,
		icon = {
			size = "2x2"
		}
	},
	["copper"] = {
		name = "Copper Ore"
	},
	["coralchunk"] = {
		name = "Coral Tube Sample",
		energy = 70
	},
	["crabsnake"] = {
		name = "Crabsnake",
		energy = 700,
		image = "Crabsnake.png",
		machine = "basewaterpark",
		recipe = {
			{ "crabsnakeegg", 1 }
		}
	},
	["crabsnakeegg"] = {
		name = "Crabsnake Egg",
		energy = 231,
		image = "Crabsnake Egg.png"
	},
	["crabsquid"] = {
		name = "Crabsquid",
		energy = 770,
		image = "Crabsquid.png",
		machine = "basewaterpark",
		recipe = {
			{ "crabsquidegg", 1 }
		}
	},
	["crabsquidegg"] = {
		name = "Crabsquid Egg",
		energy = 259,
		image = "Crabsquid Egg.png"
	},
	["crash"] = {
		name = "Crashfish",
		energy = 560,
		machine = "basewaterpark",
		recipe = {
			{ "crashegg", 1 }
		},
		icon = {
			size = "2x2"
		}
	},
	["crashegg"] = {
		name = "Crashfish Egg",
		energy = 189
	},
	["crashpowder"] = {
		name = "Cave Sulfur"
	},
	["creepvinepiece"] = {
		name = "Creepvine Sample",
		energy = 210,
		image = "Creepvine Sample.png"
	},
	["creepvineseedcluster"] = {
		name = "Creepvine Seed Cluster",
		energy = 70,
		image = "Creepvine Seed Cluster.png"
	},
	["cutefish"] = {
		name = "Cuddlefish",
		machine = "basewaterpark",
		recipe = {
			{ "cutefishegg", 1 }
		},
		icon = {
			size = "2x2"
		}
	},
	["cutefishegg"] = {
		name = "Cuddlefish Egg",
		energy = 210,
		image = "Cuddlefish Egg.png"
	},
	["diamond"] = {
		name = "Diamond"
	},
	["gasopod"] = {
		name = "Gasopod",
		energy = 700,
		image = "Gasopod.png",
		machine = "basewaterpark",
		recipe = {
			{ "gasopodegg", 1 }
		}
	},
	["gasopodegg"] = {
		name = "Gasopod Egg",
		energy = 231,
		image = "Gasopod Egg.png"
	},
	["gaspod"] = {
		name = "Gas Pod",
		image = "Gas Pod.png"
	},
	["gold"] = {
		name = "Gold"
	},
	["jellyplant"] = {
		name = "Gel Sack",
		energy = 245,
		icon = {
			bg = "aquatic plant"
		}
	},
	["jellyray"] = {
		name = "Jellyray",
		energy = 350,
		image = "Jellyray.png",
		machine = "basewaterpark",
		recipe = {
			{ "jellyrayegg", 1 }
		}
	},
	["jellyrayegg"] = {
		name = "Jellyray Egg",
		energy = 119,
		image = "Jellyray Egg.png"
	},
	["jeweleddiskpiece"] = {
		name = "Table Coral Sample"
	},
	["jumper"] = {
		name = "Shuttlebug",
		energy = 280,
		image = "Shuttlebug.png",
		machine = "basewaterpark",
		recipe = {
			{ "jumperegg", 1 }
		}
	},
	["jumperegg"] = {
		name = "Shuttlebug Egg",
		energy = 105,
		image = "Shuttlebug Egg.png"
	},
	["kyanite"] = {
		name = "Kyanite"
	},
	["lavalizard"] = {
		name = "Lava Lizard",
		energy = 560,
		image = "Lava Lizard.png",
		machine = "basewaterpark",
		recipe = {
			{ "lavalizardegg", 1 }
		}
	},
	["lavalizardegg"] = {
		name = "Lava Lizard Egg",
		energy = 189,
		image = "Lava Lizard Egg.png"
	},
	["lead"] = {
		name = "Lead"
	},
	["lithium"] = {
		name = "Lithium"
	},
	["magnetite"] = {
		name = "Magnetite"
	},
	["mesmer"] = {
		name = "Mesmer",
		energy = 560,
		image = "Mesmer.png",
		machine = "basewaterpark",
		recipe = {
			{ "mesmeregg", 1 }
		}
	},
	["mesmeregg"] = {
		name = "Mesmer Egg",
		energy = 175,
		image = "Mesmer Egg.png"
	},
	["nickel"] = {
		name = "Nickel Ore"
	},
	["pinkmushroom"] = {
		name = "Pink Cap",
		energy = 105,
		image = "Pink Cap.png"
	},
	["precursorioncrystal"] = {
		name = "Ion Cube"
	},
	["purplerattle"] = {
		name = "Speckled Rattler",
		energy = 140,
		image = "Speckled Rattler.png"
	},
	["quartz"] = {
		name = "Quartz"
	},
	["rabbitray"] = {
		name = "Rabbit Ray",
		energy = 420,
		image = "Rabbit Ray.png",
		machine = "basewaterpark",
		recipe = {
			{ "rabbitrayegg", 1 }
		}
	},
	["rabbitrayegg"] = {
		name = "Rabbit Ray Egg",
		energy = 140,
		image = "Rabbit Ray Egg.png"
	},
	["sandshark"] = {
		name = "Sand Shark",
		energy = 630,
		image = "Sand Shark.png",
		machine = "basewaterpark",
		recipe = {
			{ "sandsharkegg", 1 }
		}
	},
	["sandsharkegg"] = {
		name = "Sand Shark Egg",
		energy = 210,
		image = "Sand Shark Egg.png"
	},
	["scrapmetal"] = {
		name = "Metal Salvage",
		icon = {
			size = "2x2"
		}
	},
	["seatreaderpoop"] = {
		name = "Alien Feces",
		energy = 300,
		image = "Sea Treader Feces.png"
	},
	["shocker"] = {
		name = "Ampeel",
		energy = 770,
		image = "Shocker.png",
		machine = "basewaterpark",
		recipe = {
			{ "shockeregg", 1 }
		}
	},
	["shockeregg"] = {
		name = "Ampeel Egg",
		energy = 259,
		image = "Shocker Egg.png"
	},
	["silver"] = {
		name = "Silver Ore"
	},
	["smallmelon"] = {
		name = "Small Marblemelon",
		energy = 280,
		icon = {
			bg = "land plant"
		}
	},
	["spadefish"] = {
		name = "Spadefish",
		energy = 420,
		image = "Spadefish.png",
		machine = "basewaterpark",
		recipe = {
			{ "spadefishegg", 1 }
		}
	},
	["spadefishegg"] = {
		name = "Spadefish Egg",
		energy = 140,
		image = "Spadefish Egg.png"
	},
	["stalker"] = {
		name = "Stalker",
		energy = 560,
		image = "Stalker.png",
		machine = "basewaterpark",
		recipe = {
			{ "stalkeregg", 1 }
		}
	},
	["stalkeregg"] = {
		name = "Stalker Egg",
		energy = 105,
		image = "Stalker Egg.png"
	},
	["stalkertooth"] = {
		name = "Stalker Teeth",
		energy = 70,
		image = "Stalker Tooth.png"
	},
	["sulphur"] = {
		name = "Crystalline Sulfur"
	},
	["treemushroompiece"] = {
		name = "Fungal Sample",
		energy = 70,
		image = "Fungal Sample.png"
	},
	["uraninitecrystal"] = {
		name = "Uraninite Crystal"
	},
	["whitemushroom"] = {
		name = "Deep Shroom",
		energy = 210,
		icon = {
			bg = "aquatic plant"
		}
	},
	
	-- Machines
	["basemaproom"] = {
		name = "Scanner Room",
		machine = "builder",
		recipe = {
			{ "titanium", 5 },
			{ "copper", 2 },
			{ "gold", 1 },
			{ "jeweleddiskpiece", 1 }
		},
		additional = {
			{ "maproomcamera", 2 }
		}
	},
	["basewaterpark"] = {
		name = "Alien Containment",
		machine = "builder",
		recipe = {
			{ "glass", 5 },
			{ "titanium", 2 }
		}
	},
	["builder"] = {
		name = "Habitat Builder",
		machine = "fabricator",
		recipe = {
			{ "wiringkit", 1 },
			{ "computerchip", 1 },
			{ "battery", 1 }
		}
	},
	["constructor"] = {
		name = "Mobile Vehicle Bay",
		machine = "fabricator",
		recipe = {
			{ "titaniumingot", 1 },
			{ "lubricant", 1 },
			{ "powercell", 1 }
		},
		icon = {
			size = "3x3"
		}
	},
	["cyclopsfabricator"] = {
		name = "Cyclops Upgrade Console",
		image = "Cyclops.png"
	},
	["fabricator"] = {
		name = "Fabricator",
		machine = "builder",
		recipe = {
			{ "titanium", 1 },
			{ "gold", 1 },
			{ "jeweleddiskpiece", 1 }
		}
	},
	["rocketbase"] = {
		name = "Neptune Launch Platform",
		machine = "constructor",
		image = "Rocket Base.png",
		recipe = {
			{ "lead", 4 },
			{ "titaniumingot", 2 },
			{ "computerchip", 1 }
		}
	},
	["workbench"] = {
		name = "Modification Station",
		machine = "builder",
		recipe = {
			{ "computerchip", 1 },
			{ "titanium", 1 },
			{ "diamond", 1 },
			{ "lead", 1 }
		}
	},
	
	-- Recipes
	["advancedwiringkit"] = {
		name = "Advanced Wiring Kit",
		machine = "fabricator",
		recipe = {
			{ "wiringkit", 1 },
			{ "gold", 2 },
			{ "computerchip", 1 }
		}
	},
	["aerogel"] = {
		name = "Aerogel",
		machine = "fabricator",
		recipe = {
			{ "jellyplant", 1 },
			{ "aluminumoxide", 1 }
		}
	},
	["airbladder"] = {
		name = "Air Bladder",
		machine = "fabricator",
		recipe = {
			{ "silicone", 1 },
			{ "bladderfish", 1 }
		}
	},
	["aramidfibers"] = {
		name = "Synthetic Fibers",
		machine = "fabricator",
		recipe = {
			{ "benzene", 1 },
			{ "fibermesh", 1 }
		}
	},
	["basebioreactor"] = {
		name = "Bioreactor",
		image = "Bioreactor.png",
		machine = "builder",
		recipe = {
			{ "titanium", 3 },
			{ "wiringkit", 1 },
			{ "lubricant", 1 }
		}
	},
	["basenuclearreactor"] = {
		name = "Nuclear Reactor",
		image = "Nuclear Reactor.png",
		machine = "builder",
		recipe = {
			{ "plasteelingot", 1 },
			{ "advancedwiringkit", 1 },
			{ "lead", 3 }
		}
	},
	["battery"] = {
		name = "Battery",
		machine = "fabricator",
		recipe = {
			{ "acidmushroom", 2 },
			{ "copper", 1 }
		}
	},
	["beacon"] = {
		name = "Beacon",
		machine = "fabricator",
		recipe = {
			{ "copper", 1 },
			{ "titanium", 1 }
		}
	},
	["benzene"] = {
		name = "Benzene",
		machine = "fabricator",
		recipe = {
			{ "bloodoil", 3 }
		}
	},
	["bleach"] = {
		name = "Bleach",
		machine = "fabricator",
		recipe = {
			{ "salt", 1 },
			{ "coralchunk", 1 }
		}
	},
	["compass"] = {
		name = "Compass",
		machine = "fabricator",
		recipe = {
			{ "copperwire", 1 },
			{ "wiringkit", 1 }
		}
	},
	["computerchip"] = {
		name = "Computer Chip",
		machine = "fabricator",
		recipe = {
			{ "jeweleddiskpiece", 2 },
			{ "gold", 1 },
			{ "copperwire", 1 }
		}
	},
	["copperwire"] = {
		name = "Copper Wire",
		machine = "fabricator",
		recipe = {
			{ "copper", 2 }
		}
	},
	["cyclops"] = {
		name = "Cyclops",
		machine = "constructor",
		image = "Cyclops.png",
		recipe = {
			{ "plasteelingot", 3 },
			{ "enameledglass", 3 },
			{ "lubricant", 1 },
			{ "advancedwiringkit", 1 },
			{ "lead", 3 }
		}
	},
	["cyclopsdecoy"] = {
		name = "Creature Decoy",
		machine = "fabricator",
		recipe = {
			{ "titanium", 3 },
			{ "wiringkit", 1 }
		},
		icon = {
			size = "1x2"
		},
		quantity = 3
	},
	["cyclopsshieldmodule"] = {
		name = "Cyclops Shield Generator",
		machine = "cyclopsfabricator",
		image = "Cyclops Shield Generator.png",
		recipe = {
			{ "advancedwiringkit", 1 },
			{ "polyaniline", 1 },
			{ "powercell", 1 }
		}
	},
	["depletedreactorrod"] = {
		name = "Depleted Reactor Rod",
		image = "Depleted Reactor Rod.png",
		original = "energy"
	},
	["divereel"] = {
		name = "Pathfinder Tool",
		machine = "fabricator",
		recipe = {
			{ "creepvineseedcluster", 2 },
			{ "copperwire", 1 },
			{ "titanium", 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 = {
			{ "stalkertooth", 1 },
			{ "glass", 1 }
		}
	},
	["fibermesh"] = {
		name = "Fiber Mesh",
		machine = "fabricator",
		recipe = {
			{ "creepvinepiece", 2 }
		}
	},
	["fins"] = {
		name = "Fins",
		machine = "fabricator",
		recipe = {
			{ "silicone", 2 }
		},
		icon = {
			size = "2x2"
		}
	},
	["fireextinguisher"] = {
		name = "Fire Extinguisher",
		machine = "fabricator",
		recipe = {
			{ "titanium", 3 }
		}
	},
	["firstaidkit"] = {
		name = "First Aid Kit",
		machine = "fabricator",
		recipe = {
			{ "fibermesh", 1 }
		}
	},
	["flare"] = {
		name = "Flare",
		machine = "fabricator",
		recipe = {
			{ "crashpowder", 1 }
		},
		quantity = 5
	},
	["flashlight"] = {
		name = "Flashlight",
		machine = "fabricator",
		recipe = {
			{ "battery", 1 },
			{ "glass", 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"
		}
	},
	["heatblade"] = {
		name = "Thermoblade",
		machine = "workbench",
		recipe = {
			{ "knife", 1 },
			{ "battery", 1 }
		}
	},
	["highcapacitytank"] = {
		name = "Ultra High Capacity Tank",
		machine = "workbench",
		recipe = {
			{ "doubletank", 1 },
			{ "lithium", 4 }
		},
		icon = {
			size = "3x3"
		}
	},
	["hydrochloricacid"] = {
		name = "Hydrochloric Acid",
		machine = "fabricator",
		recipe = {
			{ "whitemushroom", 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 },
			{ "crashpowder", 1 }
		}
	},
	["ledlight"] = {
		name = "Light Stick",
		machine = "fabricator",
		recipe = {
			{ "battery", 1 },
			{ "titanium", 1 },
			{ "glass", 1 }
		}
	},
	["lubricant"] = {
		name = "Lubricant",
		energy = 20,
		machine = "fabricator",
		recipe = {
			{ "creepvineseedcluster", 1 }
		}
	},
	["maproomcamera"] = {
		name = "Camera Drone",
		machine = "basemaproom",
		recipe = {
			{ "computerchip", 1 },
			{ "battery", 1 },
			{ "glass", 1 },
			{ "titanium", 1 }
		},
		icon = {
			size = "2x2"
		}
	},
	["maproomhudchip"] = {
		name = "Scanner Room HUD Chip",
		machine = "basemaproom",
		recipe = {
			{ "computerchip", 1 },
			{ "magnetite", 1 }
		}
	},
	["maproomupgradescanrange"] = {
		name = "Scanner Room Range Upgrade",
		machine = "basemaproom",
		recipe = {
			{ "copper", 1 },
			{ "magnetite", 1 }
		}
	},
	["maproomupgradescanspeed"] = {
		name = "Scanner Room Speed Upgrade",
		machine = "basemaproom",
		recipe = {
			{ "silver", 1 },
			{ "gold", 1 }
		}
	},
	["pipe"] = {
		name = "Pipe",
		machine = "fabricator",
		recipe = {
			{ "titanium", 2 }
		},
		quantity = 5
	},
	["pipesurfacefloater"] = {
		name = "Floating Air Pump",
		machine = "fabricator",
		recipe = {
			{ "titanium", 2 }
		}
	},
	["plasteelingot"] = {
		name = "Plasteel Ingot",
		machine = "fabricator",
		recipe = {
			{ "titaniumingot", 1 },
			{ "lithium", 2 }
		}
	},
	["plasteeltank"] = {
		name = "Lightweight High Capacity Tank",
		machine = "workbench",
		recipe = {
			{ "doubletank", 1 },
			{ "plasteelingot", 1 }
		},
		icon = {
			size = "2x3"
		}
	},
	["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 }
		}
	},
	["precursorionpowercell"] = {
		name = "Ion Power Cell",
		machine = "fabricator",
		recipe = {
			{ "precursorionbattery", 2 },
			{ "silicone", 1 }
		}
	},
	["propulsioncannon"] = {
		name = "Propulsion Cannon",
		machine = "fabricator",
		recipe = {
			{ "wiringkit", 1 },
			{ "battery", 1 },
			{ "titanium", 1 }
		},
		icon = {
			size = "2x2"
		}
	},
	["radiationgloves"] = {
		name = "Radiation Gloves",
		image = "Radiation Gloves.png",
		original = "radiationsuit"
	},
	["radiationhelmet"] = {
		name = "Radiation Helmet",
		image = "Radiation Helmet.png",
		original = "radiationsuit"
	},
	["radiationsuit"] = {
		name = "Radiation Suit",
		machine = "fabricator",
		image = "Radiation Suit.png",
		recipe = {
			{ "fibermesh", 2 },
			{ "lead", 2 }
		},
		icon = {
			size = "2x2"
		},
		additional = {
			{ "radiationhelmet", 1 },
			{ "radiationgloves", 1 }
		}
	},
	["reactorrod"] = {
		name = "Reactor Rod",
		nuclear = 20000,
		machine = "fabricator",
		recipe = {
			{ "uraninitecrystal", 3 },
			{ "lead", 1 },
			{ "titanium", 1 },
			{ "glass", 1 }
		}
	},
	["rebreather"] = {
		name = "Rebreather",
		machine = "fabricator",
		recipe = {
			{ "wiringkit", 1 },
			{ "fibermesh", 1 }
		}
	},
	["reinforceddivesuit"] = {
		name = "Reinforced Dive Suit",
		image = "Reinforced Dive Suit.png",
		machine = "fabricator",
		recipe = {
			{ "aramidfibers", 1 },
			{ "diamond", 2 },
			{ "titanium", 2 }
		},
		additional = {
			{ "reinforcedgloves", 1 }
		}
	},
	["reinforcedgloves"] = {
		name = "Reinforced Gloves",
		original = "reinforceddivesuit",
		icon = {
			size = "2x2"
		}
	},
	["repulsioncannon"] = {
		name = "Repulsion Cannon",
		machine = "workbench",
		recipe = {
			{ "propulsioncannon", 1 },
			{ "computerchip", 1 },
			{ "magnetite", 2 }
		},
		icon = {
			size = "2x2"
		}
	},
	["rocketbaseladder"] = {
		name = "Neptune Gantry",
		machine = "rocketbase",
		image = "Neptune Escape Rocket Gantry.png",
		recipe = {
			{ "plasteelingot", 1 },
			{ "copperwire", 1 },
			{ "lubricant", 1 }
		}
	},
	["rocketstage1"] = {
		name = "Neptune Boosters",
		machine = "rocketbase",
		image = "Neptune Escape Rocket Stage 1.png",
		recipe = {
			{ "plasteelingot", 1 },
			{ "nickel", 3 },
			{ "aerogel", 2 },
			{ "wiringkit", 1 }
		}
	},
	["rocketstage2"] = {
		name = "Neptune Fuel Reserve",
		machine = "rocketbase",
		image = "Neptune Escape Rocket Stage 2.png",
		recipe = {
			{ "plasteelingot", 1 },
			{ "sulphur", 4 },
			{ "kyanite", 4 },
			{ "precursorionpowercell", 2 }
		}
	},
	["rocketstage3"] = {
		name = "Neptune Cockpit",
		machine = "rocketbase",
		image = "Neptune Escape Rocket Stage 3.png",
		recipe = {
			{ "cyclopsshieldmodule", 1 },
			{ "plasteelingot", 1 },
			{ "enameledglass", 1 },
			{ "computerchip", 1 }
		}
	},
	["salt"] = {
		name = "Salt Deposit",
		original = "bigfilteredwater"
	},
	["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 = "2x3"
		}
	},
	["silicone"] = {
		name = "Silicone Rubber",
		machine = "fabricator",
		recipe = {
			{ "creepvineseedcluster", 1 }
		},
		quantity = 2
	},
	["smallstorage"] = {
		name = "Waterproof Locker",
		machine = "fabricator",
		recipe = {
			{ "titanium", 4 }
		},
		icon = {
			size = "2x2"
		}
	},
	["stasisrifle"] = {
		name = "Stasis Rifle",
		machine = "fabricator",
		recipe = {
			{ "computerchip", 1 },
			{ "battery", 1 },
			{ "titanium", 1 },
			{ "magnetite", 2 }
		},
		icon = {
			size = "2x2"
		}
	},
	["stillsuit"] = {
		name = "Stillsuit",
		image = "Stillsuit.png",
		machine = "fabricator",
		recipe = {
			{ "aramidfibers", 1 },
			{ "aerogel", 1 },
			{ "copperwire", 1 }
		}
	},
	["swimchargefins"] = {
		name = "Swim Charge Fins",
		machine = "workbench",
		recipe = {
			{ "fins", 1 },
			{ "polyaniline", 1 },
			{ "wiringkit", 1 }
		},
		icon = {
			size = "2x2"
		},
	},
	["tank"] = {
		name = "Standard O₂ Tank",
		machine = "fabricator",
		recipe = {
			{ "titanium" , 3 }
		},
		icon = {
			size = "2x3"
		}
	},
	["titanium"] = {
		name = "Titanium",
		machine = "fabricator",
		recipe = {
			{ "scrapmetal", 1 }
		},
		quantity = 4
	},
	["titaniumingot"] = {
		name = "Titanium Ingot",
		machine = "fabricator",
		recipe = {
			{ "titanium", 10 }
		}
	},
	["ultraglidefins"] = {
		name = "Ultra Glide Fins",
		machine = "workbench",
		recipe = {
			{ "fins", 1 },
			{ "silicone", 2 },
			{ "titanium", 1 },
			{ "lithium", 1 }
		},
		icon = {
			size = "2x2"
		}
	},
	["welder"] = {
		name = "Repair Tool",
		machine = "fabricator",
		recipe = {
			{ "silicone", 1 },
			{ "crashpowder", 1 },
			{ "titanium", 1 }
		}
	},
	["wiringkit"] = {
		name = "Wiring Kit",
		machine = "fabricator",
		recipe = {
			{ "silver", 2 }
		}
	}
}