Actions

Talk

Microwave

From Unofficial Stationeers Wiki

<?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">

 <MicrowaveRecipes>
   <RecipeData>
     <PrefabName>ItemMuffin</PrefabName>
     <Recipe>
       <Egg>1</Egg>
       <Milk>10</Milk>

<Flour>50</Flour>

     </Recipe>
   </RecipeData>
   <RecipeData>
     <PrefabName>ItemCerealBar</PrefabName>
     <Recipe>

<Flour>50</Flour>

     </Recipe>
   </RecipeData>
 </MicrowaveRecipes>

</GameData>