Advertisement
Zerithos

drakearmor

Oct 7th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. <Defs>
  2.  
  3. <ThingDef ParentName="ArmorHelmetMakeableBase">
  4. <defName>Apparel_NiHalDrakeArmor</defName>
  5. <label>Drake Armor</label>
  6. <description>Heavy armor plating designed to fit a Drake's strange physical structure and intimidate the heck out of enemies. Also helps with cold environments.</description>
  7. <techLevel>Medieval</techLevel>
  8. <recipeMaker>
  9. <researchPrerequisite>Smithing</researchPrerequisite>
  10. <recipeUsers>
  11. <li>ElectricSmithy</li>
  12. <li>FueledSmithy</li>
  13. </recipeUsers>
  14. </recipeMaker>
  15. <graphicData>
  16. <texPath>Things/Pawn/Animal/Apparel/Body/drakearmor</texPath>
  17. <graphicClass>Graphic_Single</graphicClass>
  18. </graphicData>
  19. <statBases>
  20. <WorkToMake>40000</WorkToMake>
  21. <MaxHitPoints>800</MaxHitPoints>
  22. <MarketValue>330</MarketValue>
  23. <Mass>9</Mass>
  24. <Flammability>0.1</Flammability>
  25. <ArmorRating_Blunt>0.55</ArmorRating_Blunt>
  26. <ArmorRating_Sharp>0.70</ArmorRating_Sharp>
  27. <ArmorRating_Heat>0.30</ArmorRating_Heat>
  28. <Insulation_Cold>12</Insulation_Cold>
  29. <Insulation_Heat>1</Insulation_Heat>
  30. </statBases>
  31. <costStuffCount>440</costStuffCount>
  32. <stuffCategories>
  33. <li>Metallic</li>
  34. </stuffCategories>
  35. <costList>
  36. </costList>
  37. <thingCategories>
  38. <li>Apparel</li>
  39. </thingCategories>
  40. <apparel>
  41. <careIfWornByCorpse>false</careIfWornByCorpse>
  42. <bodyPartGroups>
  43. <li>Torso</li>
  44. <li>Tail</li>
  45. <li>Neck</li>
  46. <li>FullHead</li>
  47. <li>Legs</li>
  48. </bodyPartGroups>
  49. <wornGraphicPath>Things/Pawn/Animal/Apparel/Body/drakearmor</wornGraphicPath>
  50. <layers>
  51. <li>OnSkin</li>
  52. </layers>
  53. <tags>
  54. <li>Animal</li>
  55. <li>Drake</li>
  56. </tags>
  57. </apparel>
  58. <colorGenerator Class="ColorGenerator_StandardApparel" />
  59. </ThingDef>
  60.  
  61.  
  62. </Defs>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement