부품 제작 연구 필요하게 변경
This commit is contained in:
parent
dabb378c0c
commit
5435f1ec8a
@ -132,4 +132,39 @@
|
||||
<workSkill>Crafting</workSkill>
|
||||
<researchPrerequisite></researchPrerequisite>
|
||||
</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>
|
@ -36,7 +36,7 @@
|
||||
<li Class="CompProperties_Breakdownable"/>
|
||||
</comps>
|
||||
<recipes>
|
||||
<li>Make_ComponentIndustrial</li>
|
||||
<li>PN_Make_ComponentIndustrial</li>
|
||||
<li>Make_ComponentSpacer</li>
|
||||
</recipes>
|
||||
<graphicData>
|
||||
|
Loading…
x
Reference in New Issue
Block a user