Difference between revisions of "Furnace"
From Unofficial Stationeers Wiki
(Furnace recipes XML) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Prefab dump: | Prefab dump: | ||
− | + | <code> | |
<?xml version="1.0" encoding="utf-8"?> | <?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"> | <GameData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
Line 224: | Line 224: | ||
</FurnaceRecipes> | </FurnaceRecipes> | ||
</GameData> | </GameData> | ||
+ | </code> |
Latest revision as of 06:42, 21 December 2017
Prefab dump:
<?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">
<FurnaceRecipes> <RecipeData> <PrefabName>ItemSiliconIngot</PrefabName> <Recipe> <Silicon>1</Silicon>
<Temperature> <Start>900</Start> <Stop>99999</Stop> </Temperature> <Pressure> <Start>100</Start> <Stop>99999</Stop> </Pressure>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemIronIngot</PrefabName> <Recipe> <Iron>1</Iron>
<Temperature> <Start>900</Start> <Stop>99999</Stop> </Temperature> <Pressure> <Start>100</Start> <Stop>99999</Stop> </Pressure>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemGoldIngot</PrefabName> <Recipe> <Gold>1</Gold>
<Temperature> <Start>600</Start> <Stop>99999</Stop> </Temperature> <Pressure> <Start>100</Start> <Stop>99999</Stop> </Pressure>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemCopperIngot</PrefabName> <Recipe> <Copper>1</Copper>
<Temperature> <Start>600</Start> <Stop>99999</Stop> </Temperature> <Pressure> <Start>100</Start> <Stop>99999</Stop> </Pressure>
</Recipe> </RecipeData>
<RecipeData>
<PrefabName>ItemSilverIngot</PrefabName> <Recipe> <Silver>1</Silver>
<Temperature> <Start>600</Start> <Stop>99999</Stop> </Temperature> <Pressure> <Start>100</Start> <Stop>99999</Stop> </Pressure>
</Recipe> </RecipeData>
<RecipeData>
<PrefabName>ItemLeadIngot</PrefabName> <Recipe> <Lead>1</Lead>
<Temperature> <Start>300</Start> <Stop>99999</Stop> </Temperature> <Pressure> <Start>100</Start> <Stop>99999</Stop> </Pressure>
</Recipe> </RecipeData>
<RecipeData>
<PrefabName>ItemNickelIngot</PrefabName> <Recipe> <Nickel>1</Nickel>
<Temperature> <Start>800</Start> <Stop>99999</Stop> </Temperature> <Pressure> <Start>100</Start> <Stop>99999</Stop> </Pressure>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemSteelIngot</PrefabName> <Recipe> <Iron>0.75</Iron> <Carbon>0.25</Carbon>
<Temperature> <Start>600</Start> <Stop>99999</Stop> </Temperature> <Pressure> <Start>100</Start> <Stop>99999</Stop> </Pressure>
</Recipe>
</RecipeData>
<RecipeData> <PrefabName>ItemSteelIngot</PrefabName> <Recipe> <Iron>0.75</Iron> <Hydrocarbon>0.25</Hydrocarbon>
<Temperature> <Start>600</Start> <Stop>99999</Stop> </Temperature> <Pressure> <Start>100</Start> <Stop>99999</Stop> </Pressure>
</Recipe>
</RecipeData>
<RecipeData> <PrefabName>ItemSteelIngot</PrefabName> <Recipe> <Steel>1</Steel> </Recipe> </RecipeData> <RecipeData> <PrefabName>ItemElectrumIngot</PrefabName> <Recipe> <Silver>.5</Silver>
<Gold>.5</Gold> <Temperature> <Start>700</Start> <Stop>10000</Stop> </Temperature> <Pressure> <Start>800</Start> <Stop>2400</Stop> </Pressure>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemElectrumIngot</PrefabName> <Recipe> <Electrum>1</Electrum> </Recipe> </RecipeData> <RecipeData> <PrefabName>ItemInvarIngot</PrefabName> <Recipe> <Iron>.5</Iron>
<Nickel>.5</Nickel> <Temperature> <Start>1200</Start> <Stop>2000</Stop> </Temperature> <Pressure> <Start>6000</Start> <Stop>7000</Stop> </Pressure>
</Recipe> </RecipeData> <RecipeData> <PrefabName>ItemInvarIngot</PrefabName> <Recipe> <Invar>1</Invar> </Recipe> </RecipeData> <RecipeData> <PrefabName>ItemConstantanIngot</PrefabName> <Recipe> <Copper>.5</Copper>
<Nickel>.5</Nickel> <Temperature> <Start>1000</Start> <Stop>1500</Stop> </Temperature> <Pressure> <Start>100</Start> <Stop>10000</Stop> </Pressure>
</Recipe> </RecipeData>
<RecipeData>
<PrefabName>ItemConstantanIngot</PrefabName> <Recipe> <Constantan>1</Constantan> </Recipe> </RecipeData> <RecipeData> <PrefabName>ItemSolderIngot</PrefabName> <Recipe> <Iron>.5</Iron>
<Lead>.5</Lead> <Temperature> <Start>300</Start> <Stop>2000</Stop> </Temperature> <Pressure> <Start>300</Start> <Stop>3500</Stop> </Pressure>
</Recipe> </RecipeData>
<RecipeData>
<PrefabName>ItemSolderIngot</PrefabName> <Recipe>
<Solder>1</Solder>
</Recipe> </RecipeData> </FurnaceRecipes>
</GameData>