update assembly and add sample

This commit is contained in:
gguake 2021-03-14 23:26:28 +09:00
parent bee7fb8c0f
commit 513fbf11bb
4 changed files with 51 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -824,4 +824,55 @@
<workSkill>Crafting</workSkill> <workSkill>Crafting</workSkill>
<researchPrerequisite></researchPrerequisite> <researchPrerequisite></researchPrerequisite>
</RecipeDef> </RecipeDef>
<!--가챠가정일반-->
<CustomizableRecipe.CustomizableRecipeDef>
<defName>PN_Make_NormalAutomaton_Test</defName>
<label>make automaton test</label>
<description>...</description>
<jobString>Making automaton.</jobString>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<effectWorking>Cook</effectWorking>
<soundWorking>Recipe_Machining</soundWorking>
<workAmount>48000</workAmount>
<unfinishedThingDef>UnfinishedAutomaton</unfinishedThingDef>
<recipeUsers>
<li>PN_AutomatonBench</li>
<li>TableMachining</li>
</recipeUsers>
<ingredients>
<li>
<filter>
<thingDefs>
<li>ComponentIndustrial</li>
</thingDefs>
</filter>
<count>4</count>
</li>
<li>
<filter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</filter>
<count>90</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>ComponentIndustrial</li>
<li>Steel</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Packaged_NormalAutomatonMaid>1</Packaged_NormalAutomatonMaid>
</products>
<skillRequirements>
<Crafting>1</Crafting>
</skillRequirements>
<workSkill>Crafting</workSkill>
<researchPrerequisite></researchPrerequisite>
<billEventHandlerClass>AutomataRace.CustomizableBillEventHandler_MakeAutomata</billEventHandlerClass>
</CustomizableRecipe.CustomizableRecipeDef>
</Defs> </Defs>