update assembly and add sample
This commit is contained in:
parent
bee7fb8c0f
commit
513fbf11bb
BIN
1.2/Assemblies/1_CustomizableRecipe.dll
Normal file
BIN
1.2/Assemblies/1_CustomizableRecipe.dll
Normal file
Binary file not shown.
BIN
1.2/Assemblies/2_AutomataRace.dll
Normal file
BIN
1.2/Assemblies/2_AutomataRace.dll
Normal file
Binary file not shown.
Binary file not shown.
@ -824,4 +824,55 @@
|
||||
<workSkill>Crafting</workSkill>
|
||||
<researchPrerequisite></researchPrerequisite>
|
||||
</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>
|
Loading…
x
Reference in New Issue
Block a user