Advertisement
Guest User

IA_Apparel_Headgear.xml

a guest
Apr 8th, 2020
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.82 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Defs>
  3.  
  4.     <ThingDef ParentName="ApparelArmorHelmetPowerBase">
  5.        <defName>Apparel_InsulatedPowerArmorHelmet</defName>
  6.        <label>insulated marine helmet</label>
  7.        <description>An insulated marine armor helmet. Insulates well against both cold and heat.</description>
  8.        <statBases>
  9.           <WorkToMake>32000</WorkToMake>
  10.           <ArmorRating_Heat>0.7</ArmorRating_Heat>
  11.           <Insulation_Cold>8</Insulation_Cold>
  12.           <Insulation_Heat>8</Insulation_Heat>
  13.        </statBases>
  14.        <costList Inherit="False">
  15.             <ComponentSpacer>1</ComponentSpacer>
  16.             <Plasteel>60</Plasteel>
  17.             <DevilstrandCloth>25</DevilstrandCloth>
  18.             <Cloth>50</Cloth>
  19.        </costList>
  20.        <apparel>
  21.           <tags>
  22.              <li>SpacerMilitary</li>
  23.              <li>RoyalCombatGear</li>
  24.           </tags>
  25.        </apparel>
  26.     </ThingDef>
  27. </Defs>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement