Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. <ThingDef ParentName="ApparelMedievalBase">
  2. <defName>Apparello_NorbalSagecowl</defName>
  3. <label>Cowl</label>
  4. <description>A hardened leather cowl. Often worn by the sages of the Norbal communities.</description>
  5. <graphicData>
  6. <texPath>Things/Apparel/NorbalHelmet/Sagecowl</texPath>
  7. <graphicClass>Graphic_Single</graphicClass>
  8. </graphicData>
  9. <stuffCategories>
  10. <li>Leathery</li>
  11. </stuffCategories>
  12. <costStuffCount>35</costStuffCount>
  13. <costList>
  14. <ComponentIndustrial>3</ComponentIndustrial>
  15. </costList>
  16. <statBases>
  17. <WorkToMake>6000</WorkToMake>
  18. <MaxHitPoints>40</MaxHitPoints>
  19. <Flammability>5</Flammability>
  20. <Mass>0.2</Mass>
  21. <Bulk>3</Bulk>
  22. <WornBulk>0</WornBulk>
  23. <EquipDelay>1.1</EquipDelay>
  24. <Insulation_Heat>2.5</Insulation_Heat>
  25. <Insulation_Cold>2.5</Insulation_Cold>
  26. <StuffEffectMultiplierArmor>0.1</StuffEffectMultiplierArmor>
  27. <StuffEffectMultiplierInsulation_Cold>0.25</StuffEffectMultiplierInsulation_Cold>
  28. <StuffEffectMultiplierInsulation_Heat>0.25</StuffEffectMultiplierInsulation_Heat>
  29. </statBases>
  30. <equippedStatOffsets>
  31. <MoveSpeed>-0.03</MoveSpeed>
  32. <WorkSpeedGlobal>-0.01</WorkSpeedGlobal>
  33. <SocialImpact>0.15</SocialImpact>
  34. <MentalBreakThreshold>-0.02</MentalBreakThreshold>
  35. <GlobalLearningFactor>0.02</GlobalLearningFactor>
  36. <NegotiationAbility>0.07</NegotiationAbility>
  37. <TradePriceImprovement>0.1</TradePriceImprovement>
  38. <TrainAnimalChance>0.05</TrainAnimalChance>
  39. <TameAnimalChance>0.04</TameAnimalChance>
  40. </equippedStatOffsets>
  41. <generateCommonality>1.5</generateCommonality>
  42. <apparel>
  43. <bodyPartGroups>
  44. <li>FullHead</li>
  45. </bodyPartGroups>
  46. <wornGraphicPath>Things/Apparel/NorbalHelmet/Sagecowl</wornGraphicPath>
  47. <layers>
  48. <li>Overhead</li>
  49. </layers>
  50. <tags>
  51. <li>Medieval</li>
  52. <li>NorbalSage</li>
  53. <li>PredatorsLight</li>
  54. <li>PredatorsMedium</li>
  55. <li>PredatorsScout</li>
  56. </tags>
  57. <defaultOutfitTags>
  58. <li>Worker</li>
  59. </defaultOutfitTags>
  60. </apparel>
  61. <thingCategories>
  62. <li>HeaddressCat</li>
  63. </thingCategories>
  64. </ThingDef>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement