Guest User

IA_Apparel_Various.xml

a guest
Apr 8th, 2020
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.96 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Defs>
  3.  
  4.     <!-- ==================================== Advanced Marine Armor =====================================-->
  5.    
  6.     <ThingDef ParentName="ApparelArmorPowerBase">
  7.         <defName>Apparel_InsulatedPowerArmor</defName>
  8.         <label>insulated marine armor</label>
  9.         <description>An insulated suit of light powered armor. Insulates well against both cold and heat. Has a 7% movementspeed penalty.</description>
  10.         <statBases>
  11.             <WorkToMake>60000</WorkToMake>
  12.             <ArmorRating_Heat>0.7</ArmorRating_Heat>
  13.             <Insulation_Cold>80</Insulation_Cold>
  14.             <Insulation_Heat>80</Insulation_Heat>
  15.         </statBases>
  16.         <costList Inherit= "False">
  17.             <ComponentSpacer>4</ComponentSpacer>
  18.             <Plasteel>110</Plasteel>
  19.             <Uranium>22</Uranium>
  20.             <DevilstrandCloth>50</DevilstrandCloth>
  21.             <Cloth>100</Cloth>
  22.         </costList>
  23.         <apparel>
  24.           <tags>
  25.             <li>SpacerMilitary</li>
  26.             <li>RoyalCombatGear</li>
  27.           </tags>
  28.         </apparel>
  29.     </ThingDef>
  30.    
  31. </Defs>
Advertisement
Add Comment
Please, Sign In to add comment