mirror of
https://github.com/FalloutCollaborationProject/FCP-Power-Armor.git
synced 2026-07-27 17:03:15 -07:00
Merge branch 'main' of https://github.com/FalloutCollaborationProject/FCP-Power-Armor
This commit is contained in:
@@ -266,7 +266,7 @@
|
||||
|
||||
<!--___ T-51 Helmet Paintjob Base ___-->
|
||||
|
||||
<ThingDef ParentName="ApparelUpgradeableBase" Name="FCP_Apparel_T51_Helmet_Paintjob_Base" Abstract="True">
|
||||
<ThingDef ParentName="FCP_ApparelUpgradeableBase" Name="FCP_Apparel_T51_Helmet_Paintjob_Base" Abstract="True">
|
||||
<generateCommonality>0</generateCommonality>
|
||||
<techLevel>Industrial</techLevel>
|
||||
<smeltable>false</smeltable>
|
||||
@@ -420,7 +420,7 @@
|
||||
|
||||
<!--___ T-60 Helmet Paintjob Base ___-->
|
||||
|
||||
<ThingDef ParentName="ApparelUpgradeableBase" Name="FCP_Apparel_T60_Helmet_Paintjob_Base" Abstract="True">
|
||||
<ThingDef ParentName="FCP_ApparelUpgradeableBase" Name="FCP_Apparel_T60_Helmet_Paintjob_Base" Abstract="True">
|
||||
<generateCommonality>0</generateCommonality>
|
||||
<techLevel>Industrial</techLevel>
|
||||
<smeltable>false</smeltable>
|
||||
|
||||
@@ -1,65 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
<!-- Parent for armor that is upgraded from other armor pieces, not crafted from raw materials -->
|
||||
<ThingDef Name="ApparelUpgradeableBase" ParentName="ApparelBase" Abstract="True">
|
||||
<thingClass>Apparel</thingClass>
|
||||
<category>Item</category>
|
||||
<selectable>true</selectable>
|
||||
<pathCost>14</pathCost>
|
||||
<useHitPoints>true</useHitPoints>
|
||||
<graphicData>
|
||||
<onGroundRandomRotateAngle>35</onGroundRandomRotateAngle>
|
||||
</graphicData>
|
||||
<drawGUIOverlay>true</drawGUIOverlay>
|
||||
<statBases>
|
||||
<MaxHitPoints>100</MaxHitPoints>
|
||||
<Flammability>1.0</Flammability>
|
||||
<DeteriorationRate>2</DeteriorationRate>
|
||||
<SellPriceFactor>0.5</SellPriceFactor>
|
||||
</statBases>
|
||||
<altitudeLayer>Item</altitudeLayer>
|
||||
<alwaysHaulable>true</alwaysHaulable>
|
||||
<tickerType>Never</tickerType>
|
||||
<burnableByRecipe>true</burnableByRecipe>
|
||||
<smeltable>false</smeltable>
|
||||
<thingCategories>
|
||||
<li>ApparelArmor</li>
|
||||
</thingCategories>
|
||||
<statBases Inherit="False">
|
||||
<MaxHitPoints>250</MaxHitPoints>
|
||||
<Mass>6.0</Mass>
|
||||
<Insulation_Cold>3</Insulation_Cold>
|
||||
<Insulation_Heat>3</Insulation_Heat>
|
||||
<EquipDelay>1.2</EquipDelay>
|
||||
<Flammability>1.0</Flammability>
|
||||
<DeteriorationRate>2</DeteriorationRate>
|
||||
<SellPriceFactor>0.5</SellPriceFactor>
|
||||
</statBases>
|
||||
<apparel>
|
||||
<bodyPartGroups>
|
||||
<li>Hands</li>
|
||||
<li>Feet</li>
|
||||
<li>Neck</li>
|
||||
<li>Legs</li>
|
||||
<li>Arms</li>
|
||||
<li>Torso</li>
|
||||
<li>Waist</li>
|
||||
<li>Shoulders</li>
|
||||
</bodyPartGroups>
|
||||
<layers>
|
||||
<li>Shell</li>
|
||||
</layers>
|
||||
<shellRenderedBehindHead>true</shellRenderedBehindHead>
|
||||
<canBeGeneratedToSatisfyWarmth>false</canBeGeneratedToSatisfyWarmth>
|
||||
<developmentalStageFilter>Adult</developmentalStageFilter>
|
||||
</apparel>
|
||||
<comps>
|
||||
<li Class="CompProperties_Forbiddable"/>
|
||||
<li>
|
||||
<compClass>CompColorable</compClass>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
</Defs>
|
||||
Reference in New Issue
Block a user