Autolathe
From Unofficial Stationeers Wiki
Revision as of 11:10, 21 December 2017 by 77.255.16.94 (talk) (as requested on discord, posting the recipes xml file for autolathe)
Hey Guys, as requested, pasting the xml with recipes from Autolathe:
<?xml version="1.0" encoding="utf-8"?> <GameData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<AutolatheRecipes>
<RecipeData> <PrefabName>ItemIronFrames</PrefabName> <Recipe> <Iron>4</Iron>
<Energy>200</Energy>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemIronSheets</PrefabName> <Recipe> <Iron>1</Iron>
<Energy>200</Energy>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemSteelFrames</PrefabName> <Recipe> <Steel>3</Steel>
<Energy>200</Energy>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemSteelSheets</PrefabName> <Recipe> <Steel>1</Steel>
<Energy>200</Energy>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemKitWallIron</PrefabName> <Recipe> <Iron>1</Iron>
<Energy>200</Energy>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemKitWall</PrefabName> <Recipe> <Iron>4</Iron>
<Copper>1</Copper> <Energy>500</Energy>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemKitPipe</PrefabName> <Recipe> <Iron>.5</Iron>
<Energy>200</Energy>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemCableCoil</PrefabName> <Recipe> <Copper>.5</Copper>
<Energy>200</Energy>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemKitFurnace</PrefabName> <Recipe> <Iron>30</Iron>
<Copper>10</Copper> <Energy>5000</Energy>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemKitArcFurnace</PrefabName> <Recipe> <Iron>20</Iron>
<Copper>5</Copper> <Energy>2000</Energy>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemKitElectronicsPrinter</PrefabName> <Recipe> <Iron>20</Iron>
<Copper>10</Copper> <Gold>2</Gold> <Energy>5000</Energy>
</Recipe>
</RecipeData>
<RecipeData> <PrefabName>ItemKitHydraulicPipeBender</PrefabName> <Recipe> <Iron>20</Iron>
<Copper>10</Copper> <Gold>2</Gold> <Energy>5000</Energy>
</Recipe>
</RecipeData>
<RecipeData> <PrefabName>ItemKitAutolathe</PrefabName> <Recipe> <Iron>20</Iron>
<Copper>10</Copper> <Gold>2</Gold> <Energy>5000</Energy>
</Recipe>
</RecipeData> <RecipeData>
<PrefabName>ItemKitDoor</PrefabName> <Recipe>
<Energy>500</Energy> <Iron>7</Iron> <Gold>0</Gold> <Copper>3</Copper>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemGlassSheets</PrefabName> <Recipe> <Silicon>2</Silicon>
<Energy>500</Energy>
</Recipe>
</RecipeData>
<RecipeData> <PrefabName>ItemWallLight</PrefabName> <Recipe> <Iron>1</Iron> <Silicon>1</Silicon>
<Copper>2</Copper> <Energy>500</Energy>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemKitLocker</PrefabName> <Recipe> <Iron>10</Iron>
<Energy>500</Energy>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemKitSign</PrefabName> <Recipe> <Iron>3</Iron>
<Energy>100</Energy>
</Recipe> </RecipeData>
<RecipeData>
<PrefabName>ItemKitStairs</PrefabName> <Recipe>
<Energy>500</Energy>
<Iron>15</Iron>
<Gold>0</Gold> <Carbon>0</Carbon> <Copper>0</Copper> <Steel>0</Steel> <Uranium>0</Uranium> <Hydrocarbon>0</Hydrocarbon>
</Recipe> </RecipeData>
<RecipeData>
<PrefabName>ItemKitStacker</PrefabName> <Recipe>
<Energy>500</Energy>
<Iron>10</Iron>
<Gold>0</Gold> <Carbon>0</Carbon> <Copper>2</Copper> <Steel>0</Steel> <Uranium>0</Uranium> <Hydrocarbon>0</Hydrocarbon>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemKitChute</PrefabName> <Recipe>
<Energy>500</Energy>
<Iron>3</Iron> </Recipe> </RecipeData>
<RecipeData>
<PrefabName>ItemCompositeFloorGrating</PrefabName> <Recipe>
<Energy>500</Energy>
<Iron>1</Iron>
<Gold>0</Gold> <Carbon>0</Carbon> <Copper>0</Copper> <Steel>0</Steel> <Uranium>0</Uranium> <Hydrocarbon>0</Hydrocarbon>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemKitToolManufactory</PrefabName> <Recipe> <Iron>20</Iron>
<Copper>10</Copper> <Gold>0</Gold> <Energy>1000</Energy>
</Recipe>
</RecipeData>
</AutolatheRecipes>
</GameData>