Advertisement
SteamPunk_Devil

Recipies.xml

Aug 24th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.24 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <RecipeDefs>
  3.  
  4.     <RecipeDef>
  5.         <defName>PrepIceCreamBase</defName>
  6.         <label>Prepare a base for ice cream</label>
  7.         <description>Just Add Flavour</description>
  8.         <jobString>Cooking fine meal.</jobString>
  9.         <workAmount>400</workAmount>
  10.         <workTimeSkillNeed>CookTime</workTimeSkillNeed>
  11.         <workEffect>Cook</workEffect>
  12.     <sustainerSoundDef>Recipe_CookMeal</sustainerSoundDef>
  13.     <ingredients>
  14.             <li>
  15.                 <filter>
  16.                     <thingDefs>
  17.                         <li>Milk</li>
  18.                     </thingDefs>
  19.                 </filter>
  20.                 <count>7</count>
  21.             </li>
  22.             <li>
  23.                 <filter>
  24.                     <thingDefs>
  25.                         <li>Sugar</li>
  26.                     </thingDefs>
  27.                 </filter>
  28.                 <count>5</count>
  29.             </li>
  30.         </ingredients>
  31.         <products>
  32.             <li>
  33.                 <thingDef>IceBase</thingDef>
  34.                 <count>1</count>
  35.             </li>
  36.         </products>
  37.         <fixedIngredientFilter>
  38.             <thingDefs>
  39.                 <li>Milk</li>
  40.                 <li>Sugar</li>
  41.             </thingDefs>
  42.         </fixedIngredientFilter>
  43.         <defaultIngredientFilter>
  44.             <categories>
  45.                 <li>FoodRaw</li>
  46.             </categories>
  47.         <exceptedThingDefs>
  48.                 <li>Human_Meat</li>
  49.         </exceptedThingDefs>
  50.         </defaultIngredientFilter>
  51.         <skillGains>
  52.             <li>
  53.                 <skill>Cooking</skill>
  54.                 <xp>110</xp>
  55.             </li>
  56.         </skillGains>
  57.     </RecipeDef>
  58.    
  59. </RecipeDefs>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement