Files
FCP-NCR/1.5/Defs/ThingDefs_Apparel/ThingDefs_Accessories.xml
T
2024-10-13 00:38:54 -05:00

109 lines
3.8 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<Defs>
<!-- Trooper Bandoleer -->
<ThingDef ParentName="ArmorMachineableBase">
<defName>FCP_Accessories_NCR_Bandoleer</defName>
<description>A bandoleer often worn by NCR troopers. Its used to store ammunition as well as personal trinkets or talismans.</description>
<techLevel>Industrial</techLevel>
<label>Trooper Bandoleer</label>
<recipeMaker>
<researchPrerequisite>FCP_NCR_Trooper_Variations</researchPrerequisite>
<unfinishedThingDef>UnfinishedArmor</unfinishedThingDef>
<skillRequirements>
<Crafting>2</Crafting>
</skillRequirements>
<recipeUsers>
<li>FCP_Production_Armor_Workbench</li>
</recipeUsers>
</recipeMaker>
<graphicData>
<texPath>Apparel/NCR_Accessories/NCR_Bandoleer/FCP_NCR_Bandoleer</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<thingCategories>
<li>ApparelArmor</li>
</thingCategories>
<statBases>
<MaxHitPoints>200</MaxHitPoints>
<WorkToMake>1000</WorkToMake>
<Mass>4.0</Mass>
<EquipDelay>1.2</EquipDelay>
</statBases>
<equippedStatOffsets>
<CarryingCapacity>5</CarryingCapacity>
</equippedStatOffsets>
<costList>
<Cloth>15</Cloth>
</costList>
<apparel>
<bodyPartGroups>
<li>Torso</li>
</bodyPartGroups>
<wornGraphicPath>Apparel/NCR_Accessories/NCR_Bandoleer/FCP_NCR_Bandoleer</wornGraphicPath>
<layers>
<li>Shell</li>
</layers>
<tags>
<li>FCP_NCR_Trooper_Accessory</li>
</tags>
<defaultOutfitTags>
<li>Soldier</li>
</defaultOutfitTags>
</apparel>
</ThingDef>
<!-- Trooper Mantle -->
<ThingDef ParentName="ArmorMachineableBase">
<defName>FCP_Accessories_NCR_Mantle</defName>
<description>A simple mantle made from heavy fabrics. NCR officers often strap these to their shoulder. It doesnt offer much protection but insulates fairly well.</description>
<techLevel>Industrial</techLevel>
<label>Trooper Mantle</label>
<recipeMaker>
<researchPrerequisite>FCP_NCR_Trooper_Variations</researchPrerequisite>
<unfinishedThingDef>UnfinishedArmor</unfinishedThingDef>
<skillRequirements>
<Crafting>2</Crafting>
</skillRequirements>
<recipeUsers>
<li>FCP_Production_Armor_Workbench</li>
</recipeUsers>
</recipeMaker>
<graphicData>
<texPath>Apparel/NCR_Accessories/NCR_Mantle/FCP_NCR_Mantle</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<thingCategories>
<li>ApparelArmor</li>
</thingCategories>
<statBases>
<MaxHitPoints>200</MaxHitPoints>
<WorkToMake>1000</WorkToMake>
<Mass>4.0</Mass>
<EquipDelay>1.2</EquipDelay>
<Insulation_Heat>7</Insulation_Heat>
</statBases>
<costList>
<Cloth>35</Cloth>
</costList>
<apparel>
<bodyPartGroups>
<li>Torso</li>
</bodyPartGroups>
<wornGraphicPath>Apparel/NCR_Accessories/NCR_Mantle/FCP_NCR_Mantle</wornGraphicPath>
<layers>
<li>Shell</li>
</layers>
<tags>
<li>FCP_NCR_Trooper_Accessory</li>
</tags>
<defaultOutfitTags>
<li>Soldier</li>
</defaultOutfitTags>
</apparel>
</ThingDef>
</Defs>