Skip to content

Commit

Permalink
Consolidated Mining Helmet Recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLoneTec committed Mar 3, 2025
1 parent 1a7c4ab commit 41acd5a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
33 changes: 31 additions & 2 deletions Mods/Core_SK/Defs/RecipeDefs/Recipes_Items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,39 @@
<li>Metallic</li>
</categories>
</filter>
<count>80</count>
<count>20</count>
</li>
<li>
<filter>
<categories>
<li>Textiles</li>
</categories>
</filter>
<count>40</count>
<count>10</count>
</li>
<li>
<filter>
<thingDefs>
<li>Glass</li>
</thingDefs>
</filter>
<count>2</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentIndustrial</li>
</thingDefs>
</filter>
<count>2</count>
</li>
<li>
<filter>
<thingDefs>
<li>ElectronicComponents</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<fixedIngredientFilter>
Expand All @@ -39,6 +63,11 @@
<li>BTextiles</li>
<li>HTextiles</li>
</categories>
<thingDefs>
<li>Glass</li>
<li>ComponentIndustrial</li>
<li>ElectronicComponents</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<MiningHelmet>1</MiningHelmet>
Expand Down
5 changes: 3 additions & 2 deletions Mods/Core_SK/Defs/ThingDefs_Apparel/Apparel_Special.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
<stuffCategories>
<li>StrongMetallic</li>
</stuffCategories>
<costStuffCount>30</costStuffCount>
<recipeMaker IsNull="True"/>
<costStuffCount>30</costStuffCount><!--
<costList>
<Glass>2</Glass>
<ComponentIndustrial>2</ComponentIndustrial>
<ElectronicComponents>1</ElectronicComponents>
</costList>
</costList>-->
<statBases>
<WorkToMake>9000</WorkToMake>
<MaxHitPoints>55</MaxHitPoints>
Expand Down

0 comments on commit 41acd5a

Please sign in to comment.