Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.47 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Defs>
  3.  
  4. <!-- Bases to use to make more leathers and eggs
  5.  
  6. leather
  7.  
  8. <ThingDef ParentName="LeatherBase">
  9. <defName>Leather_Plain</defName>
  10. <label>plainleather</label>
  11. <graphicData>
  12. <color>(162,106,57)</color>
  13. </graphicData>
  14. <stuffProps>
  15. <color>(162,106,57)</color>
  16. <commonality>0.2</commonality>
  17. </stuffProps>
  18. </ThingDef>
  19.  
  20.  
  21. eggs
  22.  
  23. <ThingDef ParentName="EggUnfertBase">
  24. <defName>EggChickenUnfertilized</defName>
  25. <label>chicken egg (unfert.)</label>
  26. <description>An unfertilized chicken egg. It can be eaten raw, but it's much, much better cooked.</description>
  27. <graphicData>
  28. <color>(228,185,135)</color>
  29. </graphicData>
  30. <statBases>
  31. <MarketValue>7.0</MarketValue>
  32. </statBases>
  33. </ThingDef>
  34.  
  35. <ThingDef ParentName="EggFertBase">
  36. <defName>EggChickenFertilized</defName>
  37. <label>chicken egg (fert.)</label>
  38. <description>A fertilized chicken egg. If all goes well, it should hatch into a chick. It can be eaten raw, but it's much better cooked.</description>
  39. <graphicData>
  40. <color>(245,245,245)</color>
  41. </graphicData>
  42. <statBases>
  43. <MarketValue>7.0</MarketValue>
  44. </statBases>
  45. <comps>
  46. <li Class="CompProperties_Hatcher">
  47. <hatcherDaystoHatch>3.5</hatcherDaystoHatch>
  48. <hatcherPawn>Chicken</hatcherPawn>
  49. </li>
  50. </comps>
  51. </ThingDef>
  52.  
  53. egg-laying
  54.  
  55.  
  56. <comps>
  57. <li Class="CompProperties_EggLayer">
  58. <eggUnfertilizedDef>EggChickenUnfertilized</eggUnfertilizedDef>
  59. <eggFertilizedDef>EggChickenFertilized</eggFertilizedDef>
  60. <eggFertilizationCountMax>1</eggFertilizationCountMax>
  61. <eggLayIntervalDays>2</eggLayIntervalDays>
  62. <eggCountRange>1</eggCountRange>
  63. </li>
  64. </comps>
  65.  
  66.  
  67. Wools
  68.  
  69. <ThingDef ParentName="WoolBase">
  70. <defName>WoolMuffalo</defName>
  71. <label>muffalo wool</label>
  72. <description>Soft, light and provides very good insulation. Muffalo wool clothes can keep the body warm even in very cold conditions.</description>
  73. <graphicData>
  74. <color>(179,192,186)</color>
  75. </graphicData>
  76. <statBases>
  77. <StuffPower_Insulation_Cold>30</StuffPower_Insulation_Cold>
  78. <StuffPower_Insulation_Heat>12</StuffPower_Insulation_Heat>
  79. </statBases>
  80. <stuffProps>
  81. <color>(179,192,186)</color>
  82. </stuffProps>
  83. </ThingDef>
  84.  
  85. sheerable
  86.  
  87. <li Class="CompProperties_Shearable">
  88. <woolDef>WoolDefName</woolDef>
  89. <shearIntervalDays>25</shearIntervalDays>
  90. <woolAmount>100</woolAmount>
  91. </li>
  92.  
  93. Milk
  94.  
  95. <ThingDef ParentName="OrganicProductBase">
  96. <defName>Milk</defName>
  97. <label>milk</label>
  98. <description>Milk from an animal.</description>
  99. <graphicData>
  100. <texPath>Things/Item/Resource/Milk</texPath>
  101. </graphicData>
  102. <socialPropernessMatters>true</socialPropernessMatters>
  103. <statBases>
  104. <MarketValue>3.1</MarketValue>
  105. <Mass>0.045</Mass>
  106. <MaxHitPoints>60</MaxHitPoints>
  107. <Flammability>0.2</Flammability>
  108. <Nutrition>0.05</Nutrition>
  109. <FoodPoisonChanceFixedHuman>0.02</FoodPoisonChanceFixedHuman>
  110. </statBases>
  111. <comps>
  112. <li Class="CompProperties_Rottable">
  113. <daysToRotStart>14</daysToRotStart>
  114. <rotDestroys>true</rotDestroys>
  115. </li>
  116. </comps>
  117. <ingestible>
  118. <preferability>RawTasty</preferability>
  119. <foodType>AnimalProduct, Fluid</foodType>
  120. </ingestible>
  121. <thingCategories>
  122. <li>AnimalProductRaw</li>
  123. </thingCategories>
  124. </ThingDef>
  125.  
  126. milkable
  127.  
  128. <comps>
  129. <li Class="CompProperties_Milkable">
  130. <milkDef>Milk</milkDef>
  131. <milkIntervalDays>1</milkIntervalDays>
  132. <milkAmount>8</milkAmount>
  133. </li>
  134. </comps>
  135.  
  136. -->
  137.  
  138. <ThingDef ParentName="LeatherBase">
  139. <defName>Leather_Bardelot</defName>
  140. <label>bardelot leather</label>
  141. <graphicData>
  142. <color>(162,106,57)</color>
  143. </graphicData>
  144. <stuffProps>
  145. <color>(162,106,57)</color>
  146. <commonality>0.2</commonality>
  147. </stuffProps>
  148. </ThingDef>
  149.  
  150. <ThingDef ParentName="LeatherBase">
  151. <defName>Leather_Giantala</defName>
  152. <label>giantala leather</label>
  153. <graphicData>
  154. <color>(102, 0, 102)</color>
  155. </graphicData>
  156. <stuffProps>
  157. <color>(102, 0, 102)</color>
  158. <commonality>0.2</commonality>
  159. </stuffProps>
  160. </ThingDef>
  161.  
  162. <ThingDef ParentName="LeatherBase">
  163. <defName>Leather_Gigantelope</defName>
  164. <label>gigantelope leather</label>
  165. <graphicData>
  166. <color>(233, 233, 233)</color>
  167. </graphicData>
  168. <stuffProps>
  169. <color>(233, 233, 233)</color>
  170. <commonality>0.2</commonality>
  171. </stuffProps>
  172. </ThingDef>
  173.  
  174. <ThingDef ParentName="EggUnfertBase">
  175. <defName>EggToratonUnfertilized</defName>
  176. <label>toraton egg (unfert.)</label>
  177. <description>An unfertilized toraton egg. It can be eaten raw, but it's much, much better cooked.</description>
  178. <graphicData>
  179. <color>(228,185,135)</color>
  180. </graphicData>
  181. <statBases>
  182. <MarketValue>300</MarketValue>
  183. <Nutrition>8</Nutrition>
  184. </statBases>
  185. </ThingDef>
  186.  
  187. <ThingDef ParentName="EggFertBase">
  188. <defName>EggToratonFertilized</defName>
  189. <label>toraton egg (fert.)</label>
  190. <description>A fertilized toraton egg. If all goes well, it should hatch into a chick. It can be eaten raw, but it's much better cooked.</description>
  191. <graphicData>
  192. <color>(245,245,245)</color>
  193. </graphicData>
  194. <statBases>
  195. <MarketValue>500</MarketValue>
  196. <Nutrition>8</Nutrition>
  197. </statBases>
  198. <comps>
  199. <li Class="CompProperties_Hatcher">
  200. <hatcherDaystoHatch>3.5</hatcherDaystoHatch>
  201. <hatcherPawn>Toraton</hatcherPawn>
  202. </li>
  203. </comps>
  204. </ThingDef>
  205.  
  206.  
  207. <ThingDef ParentName="OrganicProductBase">
  208. <defName>Ink</defName>
  209. <label>megasquid ink</label>
  210. <description>I milked a giant squid and ink came out. I guess I should have seen that coming.</description>
  211. <graphicData>
  212. <texPath>Things/Item/Resource/Milk</texPath>
  213. </graphicData>
  214. <statBases>
  215. <MarketValue>10</MarketValue>
  216. <Mass>0.045</Mass>
  217. <MaxHitPoints>60</MaxHitPoints>
  218. <Flammability>0.2</Flammability>
  219. </statBases>
  220. <thingCategories>
  221. <li>AnimalProductRaw</li>
  222. </thingCategories>
  223. </ThingDef>
  224.  
  225. </Defs>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement