부품 제작 연구 필요하게 변경

This commit is contained in:
Cocopomel 2021-08-26 01:07:47 +09:00
parent dabb378c0c
commit 5435f1ec8a
2 changed files with 36 additions and 1 deletions

View File

@ -132,4 +132,39 @@
<workSkill>Crafting</workSkill> <workSkill>Crafting</workSkill>
<researchPrerequisite></researchPrerequisite> <researchPrerequisite></researchPrerequisite>
</RecipeDef> </RecipeDef>
<RecipeDef>
<defName>PN_Make_ComponentIndustrial</defName>
<label>make component</label>
<description>Make a component.</description>
<jobString>Making component.</jobString>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<effectWorking>Cook</effectWorking>
<soundWorking>Recipe_Machining</soundWorking>
<workAmount>5000</workAmount>
<unfinishedThingDef>UnfinishedComponent</unfinishedThingDef>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</filter>
<count>12</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<ComponentIndustrial>1</ComponentIndustrial>
</products>
<skillRequirements>
<Crafting>8</Crafting>
</skillRequirements>
<workSkill>Crafting</workSkill>
<researchPrerequisite>Fabrication</researchPrerequisite>
</RecipeDef>
</Defs> </Defs>

View File

@ -36,7 +36,7 @@
<li Class="CompProperties_Breakdownable"/> <li Class="CompProperties_Breakdownable"/>
</comps> </comps>
<recipes> <recipes>
<li>Make_ComponentIndustrial</li> <li>PN_Make_ComponentIndustrial</li>
<li>Make_ComponentSpacer</li> <li>Make_ComponentSpacer</li>
</recipes> </recipes>
<graphicData> <graphicData>