Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8" ?>
- <Defs>
- <!-- ==================================== Advanced Marine Armor =====================================-->
- <ThingDef ParentName="ApparelArmorPowerBase">
- <defName>Apparel_InsulatedPowerArmor</defName>
- <label>insulated marine armor</label>
- <description>An insulated suit of light powered armor. Insulates well against both cold and heat. Has a 7% movementspeed penalty.</description>
- <statBases>
- <WorkToMake>60000</WorkToMake>
- <ArmorRating_Heat>0.7</ArmorRating_Heat>
- <Insulation_Cold>80</Insulation_Cold>
- <Insulation_Heat>80</Insulation_Heat>
- </statBases>
- <costList Inherit= "False">
- <ComponentSpacer>4</ComponentSpacer>
- <Plasteel>110</Plasteel>
- <Uranium>22</Uranium>
- <DevilstrandCloth>50</DevilstrandCloth>
- <Cloth>100</Cloth>
- </costList>
- <apparel>
- <tags>
- <li>SpacerMilitary</li>
- <li>RoyalCombatGear</li>
- </tags>
- </apparel>
- </ThingDef>
- </Defs>
Advertisement
Add Comment
Please, Sign In to add comment