mirror of
https://github.com/FalloutCollaborationProject/FCP-Wastelanders.git
synced 2026-07-27 17:03:26 -07:00
Update Wastelander apparel recipes and materials
Increased crafting skill requirements and changed recipe users to the armor workbench for all Wastelander apparel. Updated material costs from Cloth to Steel, Plasteel, and ComponentIndustrial, scaling with item tier.
This commit is contained in:
@@ -71,15 +71,16 @@
|
||||
<recipeMaker Inherit="false">
|
||||
<unfinishedThingDef>UnfinishedArmor</unfinishedThingDef>
|
||||
<skillRequirements>
|
||||
<Crafting>4</Crafting>
|
||||
<Crafting>5</Crafting>
|
||||
</skillRequirements>
|
||||
<researchPrerequisite>FCP_Research_CombatArmorStandard</researchPrerequisite>
|
||||
<recipeUsers>
|
||||
<li>FCP_Production_Tailoring_Workbench</li>
|
||||
<li>FCP_Production_Armor_Workbench</li>
|
||||
</recipeUsers>
|
||||
</recipeMaker>
|
||||
<costList>
|
||||
<Cloth>25</Cloth>
|
||||
<Steel>45</Steel>
|
||||
<ComponentIndustrial>1</ComponentIndustrial>
|
||||
</costList>
|
||||
<statBases>
|
||||
<MaxHitPoints>250</MaxHitPoints>
|
||||
@@ -133,15 +134,16 @@
|
||||
<recipeMaker Inherit="false">
|
||||
<unfinishedThingDef>UnfinishedArmor</unfinishedThingDef>
|
||||
<skillRequirements>
|
||||
<Crafting>4</Crafting>
|
||||
<Crafting>6</Crafting>
|
||||
</skillRequirements>
|
||||
<researchPrerequisite>FCP_Research_CombatArmorStandard</researchPrerequisite>
|
||||
<recipeUsers>
|
||||
<li>FCP_Production_Tailoring_Workbench</li>
|
||||
<li>FCP_Production_Armor_Workbench</li>
|
||||
</recipeUsers>
|
||||
</recipeMaker>
|
||||
<costList>
|
||||
<Cloth>25</Cloth>
|
||||
<Steel>55</Steel>
|
||||
<ComponentIndustrial>2</ComponentIndustrial>
|
||||
</costList>
|
||||
<statBases>
|
||||
<MaxHitPoints>250</MaxHitPoints>
|
||||
@@ -194,15 +196,16 @@
|
||||
<recipeMaker Inherit="false">
|
||||
<unfinishedThingDef>UnfinishedArmor</unfinishedThingDef>
|
||||
<skillRequirements>
|
||||
<Crafting>4</Crafting>
|
||||
<Crafting>7</Crafting>
|
||||
</skillRequirements>
|
||||
<researchPrerequisite>FCP_Research_CombatArmorStandard</researchPrerequisite>
|
||||
<recipeUsers>
|
||||
<li>FCP_Production_Tailoring_Workbench</li>
|
||||
<li>FCP_Production_Armor_Workbench</li>
|
||||
</recipeUsers>
|
||||
</recipeMaker>
|
||||
<costList>
|
||||
<Cloth>25</Cloth>
|
||||
<Steel>70</Steel>
|
||||
<ComponentIndustrial>3</ComponentIndustrial>
|
||||
</costList>
|
||||
<statBases>
|
||||
<MaxHitPoints>250</MaxHitPoints>
|
||||
@@ -258,15 +261,17 @@
|
||||
<recipeMaker Inherit="false">
|
||||
<unfinishedThingDef>UnfinishedArmor</unfinishedThingDef>
|
||||
<skillRequirements>
|
||||
<Crafting>4</Crafting>
|
||||
<Crafting>8</Crafting>
|
||||
</skillRequirements>
|
||||
<researchPrerequisite>FCP_Research_CombatArmorStandard</researchPrerequisite>
|
||||
<recipeUsers>
|
||||
<li>FCP_Production_Tailoring_Workbench</li>
|
||||
<li>FCP_Production_Armor_Workbench</li>
|
||||
</recipeUsers>
|
||||
</recipeMaker>
|
||||
<costList>
|
||||
<Cloth>25</Cloth>
|
||||
<Steel>80</Steel>
|
||||
<Plasteel>10</Plasteel>
|
||||
<ComponentIndustrial>4</ComponentIndustrial>
|
||||
</costList>
|
||||
<smeltable>false</smeltable>
|
||||
<statBases>
|
||||
@@ -324,15 +329,17 @@
|
||||
<recipeMaker Inherit="false">
|
||||
<unfinishedThingDef>UnfinishedArmor</unfinishedThingDef>
|
||||
<skillRequirements>
|
||||
<Crafting>4</Crafting>
|
||||
<Crafting>9</Crafting>
|
||||
</skillRequirements>
|
||||
<researchPrerequisite>FCP_Research_CombatArmorStandard</researchPrerequisite>
|
||||
<recipeUsers>
|
||||
<li>FCP_Production_Tailoring_Workbench</li>
|
||||
<li>FCP_Production_Armor_Workbench</li>
|
||||
</recipeUsers>
|
||||
</recipeMaker>
|
||||
<costList>
|
||||
<Cloth>25</Cloth>
|
||||
<Steel>90</Steel>
|
||||
<Plasteel>15</Plasteel>
|
||||
<ComponentIndustrial>5</ComponentIndustrial>
|
||||
</costList>
|
||||
<smeltable>false</smeltable>
|
||||
<statBases>
|
||||
|
||||
Reference in New Issue
Block a user