Advertisement
SteamPunk_Devil

Resources.xml

Aug 24th, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.32 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8">
  2. <ThingDefs>
  3.  
  4.     <ThingDef Name="ResourceBase" Abstract="True">
  5.         <thingClass>ThingWithComponents</thingClass>
  6.         <label>Unspecified resource</label>
  7.         <category>Item</category>
  8.         <eType>Item</eType>
  9.         <resourceReadoutPriority>Middle</resourceReadoutPriority>
  10.         <useStandardHealth>true</useStandardHealth>
  11.         <selectable>true</selectable>
  12.         <maxHealth>100</maxHealth>
  13.         <altitudeLayer>Item</altitudeLayer>
  14.         <stackLimit>75</stackLimit>
  15.         <tradersCarry>true</tradersCarry>
  16.         <comps>
  17.             <li><compClass>CompForbiddable</compClass></li>
  18.         </comps>
  19.         <beauty>Ugly</beauty>
  20.         <alwaysHaulable>true</alwaysHaulable>
  21.         <drawGUIOverlay>true</drawGUIOverlay>
  22.         <rotatable>false</rotatable>
  23.         <pathCost>15</pathCost>
  24.     </ThingDef>
  25.    
  26.    
  27.    
  28.     <!-- Resources -->
  29.    
  30.     <ThingDef ParentName="ResourceBase">
  31.         <defName>VanillaPods</defName>
  32.         <label>Vanilla Pods</label>
  33.         <description>Dark, strong seed pods.</description>
  34.         <textureFolderPath>Things/Item/Resource/VanillaPods</textureFolderPath>
  35.         <tradersCarry>true</tradersCarry>
  36.         <soundInteract>Food_Drop</soundInteract>
  37.         <basePrice>2.5</basePrice>
  38.         <storeCategories>
  39.             <li>PlantFoodRaw</li>
  40.         </storeCategories>
  41.     </ThingDef>
  42.    
  43.     <ThingDef ParentName="ResourceBase">
  44.         <defName>Sugar</defName>
  45.         <label>Sugar</label>
  46.         <description>Oh so sweet.</description>
  47.         <textureFolderPath>Things/Item/Resource/Sugar</textureFolderPath>
  48.         <tradersCarry>true</tradersCarry>
  49.         <soundInteract>Food_Drop</soundInteract>
  50.         <basePrice>2.5</basePrice>
  51.         <storeCategories>
  52.             <li>PlantFoodRaw</li>
  53.         </storeCategories>
  54.     </ThingDef>
  55.  
  56.     <ThingDef ParentName="ResourceBase">
  57.         <defName>Milk</defName>
  58.         <label>Milk</label>
  59.         <description>Moo juice</description>
  60.         <textureFolderPath>Things/Item/Resource/Milk</textureFolderPath>
  61.         <tradersCarry>true</tradersCarry>
  62.         <soundInteract>Food_Drop</soundInteract>
  63.         <basePrice>2.5</basePrice>
  64.         <food>
  65.             <quality>MealFine</quality>
  66.             <eatenDirectThought>StrongBones</eatenDirectThought>
  67.             <nutrition>80</nutrition>
  68.             <eatEffect>EatVegetarian</eatEffect>
  69.             <ticksBeforeSpoil>40000</ticksBeforeSpoil>
  70.             <soundEat>Meal_Eat</soundEat>
  71.         </food>
  72.         <storeCategories>
  73.             <li>PlantFoodRaw</li>
  74.         </storeCategories>
  75.     </ThingDef>
  76.    
  77.     <ThingDef ParentName="ResourceBase">
  78.         <defName>IceBase</defName>
  79.         <label>Ice Cream Base</label>
  80.         <description>Just add flavour!</description>
  81.         <textureFolderPath>Things/Item/Resource/IceBase</textureFolderPath>
  82.         <tradersCarry>true</tradersCarry>
  83.         <soundInteract>Food_Drop</soundInteract>
  84.         <basePrice>2.5</basePrice>
  85.         <storeCategories>
  86.             <li>PlantFoodRaw</li>
  87.         </storeCategories>
  88.     </ThingDef>
  89.  
  90. </ThingDefs><?xml version="1.0" encoding="utf-8">
  91. <ThingDefs>
  92.  
  93.     <ThingDef Name="ResourceBase" Abstract="True">
  94.         <thingClass>ThingWithComponents</thingClass>
  95.         <label>Unspecified resource</label>
  96.         <category>Item</category>
  97.         <eType>Item</eType>
  98.         <resourceReadoutPriority>Middle</resourceReadoutPriority>
  99.         <useStandardHealth>true</useStandardHealth>
  100.         <selectable>true</selectable>
  101.         <maxHealth>100</maxHealth>
  102.         <altitudeLayer>Item</altitudeLayer>
  103.         <stackLimit>75</stackLimit>
  104.         <tradersCarry>true</tradersCarry>
  105.         <comps>
  106.             <li><compClass>CompForbiddable</compClass></li>
  107.         </comps>
  108.         <beauty>Ugly</beauty>
  109.         <alwaysHaulable>true</alwaysHaulable>
  110.         <drawGUIOverlay>true</drawGUIOverlay>
  111.         <rotatable>false</rotatable>
  112.         <pathCost>15</pathCost>
  113.     </ThingDef>
  114.    
  115.    
  116.    
  117.     <!-- Resources -->
  118.    
  119.     <ThingDef ParentName="ResourceBase">
  120.         <defName>VanillaPods</defName>
  121.         <label>Vanilla Pods</label>
  122.         <description>Dark, strong seed pods.</description>
  123.         <textureFolderPath>Things/Item/Resource/VanillaPods</textureFolderPath>
  124.         <tradersCarry>true</tradersCarry>
  125.         <soundInteract>Food_Drop</soundInteract>
  126.         <basePrice>2.5</basePrice>
  127.         <storeCategories>
  128.             <li>PlantFoodRaw</li>
  129.         </storeCategories>
  130.     </ThingDef>
  131.    
  132.     <ThingDef ParentName="ResourceBase">
  133.         <defName>Sugar</defName>
  134.         <label>Sugar</label>
  135.         <description>Oh so sweet.</description>
  136.         <textureFolderPath>Things/Item/Resource/Sugar</textureFolderPath>
  137.         <tradersCarry>true</tradersCarry>
  138.         <soundInteract>Food_Drop</soundInteract>
  139.         <basePrice>2.5</basePrice>
  140.         <storeCategories>
  141.             <li>PlantFoodRaw</li>
  142.         </storeCategories>
  143.     </ThingDef>
  144.  
  145.     <ThingDef ParentName="ResourceBase">
  146.         <defName>Milk</defName>
  147.         <label>Milk</label>
  148.         <description>Moo juice</description>
  149.         <textureFolderPath>Things/Item/Resource/Milk</textureFolderPath>
  150.         <tradersCarry>true</tradersCarry>
  151.         <soundInteract>Food_Drop</soundInteract>
  152.         <basePrice>2.5</basePrice>
  153.         <food>
  154.             <quality>MealFine</quality>
  155.             <eatenDirectThought>StrongBones</eatenDirectThought>
  156.             <nutrition>80</nutrition>
  157.             <eatEffect>EatVegetarian</eatEffect>
  158.             <ticksBeforeSpoil>40000</ticksBeforeSpoil>
  159.             <soundEat>Meal_Eat</soundEat>
  160.         </food>
  161.         <storeCategories>
  162.             <li>PlantFoodRaw</li>
  163.         </storeCategories>
  164.     </ThingDef>
  165.    
  166.     <ThingDef ParentName="ResourceBase">
  167.         <defName>IceBase</defName>
  168.         <label>Ice Cream Base</label>
  169.         <description>Just add flavour!</description>
  170.         <textureFolderPath>Things/Item/Resource/IceBase</textureFolderPath>
  171.         <tradersCarry>true</tradersCarry>
  172.         <soundInteract>Food_Drop</soundInteract>
  173.         <basePrice>2.5</basePrice>
  174.         <storeCategories>
  175.             <li>PlantFoodRaw</li>
  176.         </storeCategories>
  177.     </ThingDef>
  178.  
  179. </ThingDefs>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement