Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Defs>
  3.  
  4. <!--=============== Pure stuffs: Basics ====================-->
  5. <ThingDef ParentName="ResourceBase">
  6. <defName>Plaster</defName>
  7. <label>plaster</label>
  8. <description>Plaster is a building material used for chemical and rain protective walls and wall coatings, once dried it turns solid like stone. This variation is made using Slaked lime.</description>
  9. <graphicData>
  10. <texPath>Things/Plaster</texPath>
  11. <graphicClass>Graphic_Single</graphicClass>
  12. </graphicData>
  13. <soundInteract>Silver_Drop</soundInteract>
  14. <soundDrop>Silver_Drop</soundDrop>
  15. <statBases>
  16. <MarketValue>2</MarketValue>
  17. <Mass>0.2</Mass>
  18. <SharpDamageMultiplier>0.5</SharpDamageMultiplier>
  19. <BluntDamageMultiplier>1.2</BluntDamageMultiplier>
  20. </statBases>
  21. <useHitPoints>false</useHitPoints>
  22. <thingCategories>
  23. <li>ResourcesRaw</li>
  24. </thingCategories>
  25. <deepCommonality>0.1</deepCommonality>
  26. <stuffProps>
  27. <categories>
  28. <li>Stony</li>
  29. </categories>
  30. <color>(240,240,240)</color>
  31. <commonality>0.2</commonality>
  32. <constructEffect>ConstructMetal</constructEffect>
  33. <soundImpactStuff>BulletImpactMetal</soundImpactStuff>
  34. <soundMeleeHitSharp>MeleeHit_Metal_Sharp</soundMeleeHitSharp>
  35. <soundMeleeHitBlunt>MeleeHit_Metal_Blunt</soundMeleeHitBlunt>
  36. <statFactors>
  37. <MaxHitPoints>1.3</MaxHitPoints>
  38. <Beauty>1.1</Beauty>
  39. <Flammability>0</Flammability>
  40. <MeleeWeapon_CooldownMultiplier>1.6</MeleeWeapon_CooldownMultiplier>
  41. <WorkToBuild>2</WorkToBuild>
  42. </statFactors>
  43. </stuffProps>
  44.  
  45. </ThingDef>
  46. <!--Recipe-->
  47. <RecipeDef>
  48. <defName>Plaster</defName>
  49. <label>Make Plaster</label>
  50. <description>Slake limestone and dry it out to produce plaster powder.</description>
  51. <jobString>Making Plaster.</jobString>
  52. <allowMixingIngredients>false</allowMixingIngredients>
  53. <ingredients>
  54. <li>
  55. <filter>
  56. <thingDefs>
  57. <li>ChunkLimestone</li>
  58. </thingDefs>
  59. </filter>
  60. <count>1</count>
  61. </li>
  62. </ingredients>
  63. <products>
  64. <Plaster>20</Plaster>
  65. </products>
  66. <researchPrerequisite>CementProduction</researchPrerequisite>
  67. <skillRequirements>
  68. <Crafting>3</Crafting>
  69. </skillRequirements>
  70. <workAmount>3000</workAmount>
  71. <workSpeedStat>SculptingSpeed</workSpeedStat>
  72. <workSkill>Crafting</workSkill>
  73. <effectWorking>Smelt</effectWorking>
  74. <soundWorking>Recipe_Smelt</soundWorking>
  75. <recipeUsers>
  76. <li>ElectricSmelter</li>
  77. </recipeUsers>
  78.  
  79. </RecipeDef>
  80.  
  81. <ResearchProjectDef>
  82. <defName>CementProduction</defName>
  83. <label>Cement Production</label>
  84. <description>Learn to slake lime and create cement, plaster, mortar and more.</description>
  85. <baseCost>800</baseCost>
  86. <techLevel>Medieval</techLevel>
  87. <prerequisites>
  88. <li>Stonecutting</li>
  89. </prerequisites>
  90. <researchViewX>5.35</researchViewX>
  91. <researchViewY>2.7</researchViewY>
  92. </ResearchProjectDef>
  93.  
  94. </Defs>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement