연구트리 연결
This commit is contained in:
parent
25d3679049
commit
e345ac42a1
@ -13,10 +13,15 @@
|
|||||||
<stackLimit>100</stackLimit>
|
<stackLimit>100</stackLimit>
|
||||||
<rotatable>false</rotatable>
|
<rotatable>false</rotatable>
|
||||||
<statBases>
|
<statBases>
|
||||||
<MarketValue>60</MarketValue>
|
<WorkToMake>600</WorkToMake>
|
||||||
<Mass>0.01</Mass>
|
<MarketValue>18</MarketValue>
|
||||||
|
<Mass>0.005</Mass>
|
||||||
|
<Flammability>0.7</Flammability>
|
||||||
</statBases>
|
</statBases>
|
||||||
<techLevel>Ultra</techLevel>
|
<costList>
|
||||||
|
<Neutroamine>2</Neutroamine>
|
||||||
|
</costList>
|
||||||
|
<techLevel>Industrial</techLevel>
|
||||||
<ingestible>
|
<ingestible>
|
||||||
<foodType>Processed</foodType>
|
<foodType>Processed</foodType>
|
||||||
<baseIngestTicks>30</baseIngestTicks>
|
<baseIngestTicks>30</baseIngestTicks>
|
||||||
@ -44,9 +49,19 @@
|
|||||||
<overdoseSeverityOffset>0</overdoseSeverityOffset>
|
<overdoseSeverityOffset>0</overdoseSeverityOffset>
|
||||||
</li>
|
</li>
|
||||||
</comps>
|
</comps>
|
||||||
<tradeTags>
|
<tradeTags Inherit="false">
|
||||||
<li>ExoticMisc</li>
|
|
||||||
</tradeTags>
|
</tradeTags>
|
||||||
|
<recipeMaker>
|
||||||
|
<workSpeedStat>DrugSynthesisSpeed</workSpeedStat>
|
||||||
|
<workSkill>Intellectual</workSkill>
|
||||||
|
<effectWorking>Cook</effectWorking>
|
||||||
|
<researchPrerequisite>PNRP_Production</researchPrerequisite>
|
||||||
|
<recipeUsers Inherit="false">
|
||||||
|
<li>PN_AutomatonBench</li>
|
||||||
|
</recipeUsers>
|
||||||
|
<soundWorking>Recipe_Drug</soundWorking>
|
||||||
|
</recipeMaker>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
|
||||||
<!--==================================== 항생제 효과 ====================================-->
|
<!--==================================== 항생제 효과 ====================================-->
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
</skillRequirements>
|
</skillRequirements>
|
||||||
<!--<researchPrerequisite>Prosthetics</researchPrerequisite>-->
|
<!--<researchPrerequisite>Prosthetics</researchPrerequisite>-->
|
||||||
<recipeUsers>
|
<recipeUsers>
|
||||||
<li>TableMachining</li>
|
<li>PN_AutomatonBench</li>
|
||||||
</recipeUsers>
|
</recipeUsers>
|
||||||
</recipeMaker>
|
</recipeMaker>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
@ -106,7 +106,7 @@
|
|||||||
</skillRequirements>
|
</skillRequirements>
|
||||||
<!--<researchPrerequisite>Bionics</researchPrerequisite>-->
|
<!--<researchPrerequisite>Bionics</researchPrerequisite>-->
|
||||||
<recipeUsers>
|
<recipeUsers>
|
||||||
<li>FabricationBench</li>
|
<li>PN_AutomatonBench</li>
|
||||||
</recipeUsers>
|
</recipeUsers>
|
||||||
</recipeMaker>
|
</recipeMaker>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
@ -173,6 +173,9 @@
|
|||||||
<statBases>
|
<statBases>
|
||||||
<Mass>0.3</Mass>
|
<Mass>0.3</Mass>
|
||||||
</statBases>
|
</statBases>
|
||||||
|
<recipeMaker>
|
||||||
|
<researchPrerequisite>PNRP_ResurrectModule</researchPrerequisite>
|
||||||
|
</recipeMaker>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
|
||||||
<RecipeDef ParentName="PN_SurgeryInstallImplantBase">
|
<RecipeDef ParentName="PN_SurgeryInstallImplantBase">
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
||||||
<recipeUsers>
|
<recipeUsers>
|
||||||
<li>PN_AutomatonBench</li>
|
<li>PN_AutomatonBench</li>
|
||||||
<li>CraftingSpot</li>
|
|
||||||
<li>BiofuelRefinery</li>
|
|
||||||
</recipeUsers>
|
</recipeUsers>
|
||||||
<ingredients>
|
<ingredients>
|
||||||
<li>
|
<li>
|
||||||
@ -41,6 +39,7 @@
|
|||||||
<products>
|
<products>
|
||||||
<PN_AutomatonFuel>4</PN_AutomatonFuel>
|
<PN_AutomatonFuel>4</PN_AutomatonFuel>
|
||||||
</products>
|
</products>
|
||||||
|
<researchPrerequisite>PNRP_Production</researchPrerequisite>
|
||||||
</RecipeDef>
|
</RecipeDef>
|
||||||
|
|
||||||
<RecipeDef>
|
<RecipeDef>
|
||||||
@ -53,8 +52,6 @@
|
|||||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
||||||
<recipeUsers>
|
<recipeUsers>
|
||||||
<li>PN_AutomatonBench</li>
|
<li>PN_AutomatonBench</li>
|
||||||
<li>CraftingSpot</li>
|
|
||||||
<li>BiofuelRefinery</li>
|
|
||||||
</recipeUsers>
|
</recipeUsers>
|
||||||
<ingredients>
|
<ingredients>
|
||||||
<li>
|
<li>
|
||||||
@ -83,6 +80,7 @@
|
|||||||
<products>
|
<products>
|
||||||
<PN_AutomatonFuel>16</PN_AutomatonFuel>
|
<PN_AutomatonFuel>16</PN_AutomatonFuel>
|
||||||
</products>
|
</products>
|
||||||
|
<researchPrerequisite>PNRP_Production</researchPrerequisite>
|
||||||
</RecipeDef>
|
</RecipeDef>
|
||||||
|
|
||||||
<!--==================================== 플러스 연료 ====================================-->
|
<!--==================================== 플러스 연료 ====================================-->
|
||||||
@ -96,8 +94,6 @@
|
|||||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
||||||
<recipeUsers>
|
<recipeUsers>
|
||||||
<li>PN_AutomatonBench</li>
|
<li>PN_AutomatonBench</li>
|
||||||
<li>CraftingSpot</li>
|
|
||||||
<li>BiofuelRefinery</li>
|
|
||||||
</recipeUsers>
|
</recipeUsers>
|
||||||
<ingredients>
|
<ingredients>
|
||||||
<li>
|
<li>
|
||||||
@ -126,6 +122,7 @@
|
|||||||
<products>
|
<products>
|
||||||
<PN_AutomatonFuel_Plus>4</PN_AutomatonFuel_Plus>
|
<PN_AutomatonFuel_Plus>4</PN_AutomatonFuel_Plus>
|
||||||
</products>
|
</products>
|
||||||
|
<researchPrerequisite>PNRP_Production</researchPrerequisite>
|
||||||
</RecipeDef>
|
</RecipeDef>
|
||||||
|
|
||||||
<RecipeDef>
|
<RecipeDef>
|
||||||
@ -138,8 +135,6 @@
|
|||||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
||||||
<recipeUsers>
|
<recipeUsers>
|
||||||
<li>PN_AutomatonBench</li>
|
<li>PN_AutomatonBench</li>
|
||||||
<li>CraftingSpot</li>
|
|
||||||
<li>BiofuelRefinery</li>
|
|
||||||
</recipeUsers>
|
</recipeUsers>
|
||||||
<ingredients>
|
<ingredients>
|
||||||
<li>
|
<li>
|
||||||
@ -168,6 +163,7 @@
|
|||||||
<products>
|
<products>
|
||||||
<PN_AutomatonFuel_Plus>16</PN_AutomatonFuel_Plus>
|
<PN_AutomatonFuel_Plus>16</PN_AutomatonFuel_Plus>
|
||||||
</products>
|
</products>
|
||||||
|
<researchPrerequisite>PNRP_Production</researchPrerequisite>
|
||||||
</RecipeDef>
|
</RecipeDef>
|
||||||
|
|
||||||
<!--==================================== 프리미엄 연료 ====================================-->
|
<!--==================================== 프리미엄 연료 ====================================-->
|
||||||
@ -181,8 +177,6 @@
|
|||||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
||||||
<recipeUsers>
|
<recipeUsers>
|
||||||
<li>PN_AutomatonBench</li>
|
<li>PN_AutomatonBench</li>
|
||||||
<li>CraftingSpot</li>
|
|
||||||
<li>BiofuelRefinery</li>
|
|
||||||
</recipeUsers>
|
</recipeUsers>
|
||||||
<ingredients>
|
<ingredients>
|
||||||
<li>
|
<li>
|
||||||
@ -220,6 +214,7 @@
|
|||||||
<products>
|
<products>
|
||||||
<PN_AutomatonFuel_Premium>4</PN_AutomatonFuel_Premium>
|
<PN_AutomatonFuel_Premium>4</PN_AutomatonFuel_Premium>
|
||||||
</products>
|
</products>
|
||||||
|
<researchPrerequisite>PNRP_Production</researchPrerequisite>
|
||||||
</RecipeDef>
|
</RecipeDef>
|
||||||
|
|
||||||
<RecipeDef>
|
<RecipeDef>
|
||||||
@ -232,8 +227,6 @@
|
|||||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
||||||
<recipeUsers>
|
<recipeUsers>
|
||||||
<li>PN_AutomatonBench</li>
|
<li>PN_AutomatonBench</li>
|
||||||
<li>CraftingSpot</li>
|
|
||||||
<li>BiofuelRefinery</li>
|
|
||||||
</recipeUsers>
|
</recipeUsers>
|
||||||
<ingredients>
|
<ingredients>
|
||||||
<li>
|
<li>
|
||||||
@ -271,5 +264,6 @@
|
|||||||
<products>
|
<products>
|
||||||
<PN_AutomatonFuel_Premium>16</PN_AutomatonFuel_Premium>
|
<PN_AutomatonFuel_Premium>16</PN_AutomatonFuel_Premium>
|
||||||
</products>
|
</products>
|
||||||
|
<researchPrerequisite>PNRP_Production</researchPrerequisite>
|
||||||
</RecipeDef>
|
</RecipeDef>
|
||||||
</Defs>
|
</Defs>
|
@ -12,7 +12,6 @@
|
|||||||
<workAmount>800</workAmount>
|
<workAmount>800</workAmount>
|
||||||
<recipeUsers>
|
<recipeUsers>
|
||||||
<li>PN_AutomatonBench</li>
|
<li>PN_AutomatonBench</li>
|
||||||
<li>TableMachining</li>
|
|
||||||
</recipeUsers>
|
</recipeUsers>
|
||||||
<ingredients>
|
<ingredients>
|
||||||
<li>
|
<li>
|
||||||
@ -45,7 +44,7 @@
|
|||||||
<Crafting>8</Crafting>
|
<Crafting>8</Crafting>
|
||||||
</skillRequirements>
|
</skillRequirements>
|
||||||
<workSkill>Crafting</workSkill>
|
<workSkill>Crafting</workSkill>
|
||||||
<researchPrerequisite></researchPrerequisite>
|
<researchPrerequisite>PNRP_SelfRepairKit</researchPrerequisite>
|
||||||
</RecipeDef>
|
</RecipeDef>
|
||||||
|
|
||||||
<!--오토마톤 피부-->
|
<!--오토마톤 피부-->
|
||||||
@ -61,8 +60,6 @@
|
|||||||
<allowMixingIngredients>true</allowMixingIngredients>
|
<allowMixingIngredients>true</allowMixingIngredients>
|
||||||
<recipeUsers>
|
<recipeUsers>
|
||||||
<li>PN_AutomatonBench</li>
|
<li>PN_AutomatonBench</li>
|
||||||
<li>HandTailoringBench</li>
|
|
||||||
<li>ElectricTailoringBench</li>
|
|
||||||
</recipeUsers>
|
</recipeUsers>
|
||||||
<ingredients>
|
<ingredients>
|
||||||
<li>
|
<li>
|
||||||
@ -100,6 +97,6 @@
|
|||||||
<Crafting>4</Crafting>
|
<Crafting>4</Crafting>
|
||||||
</skillRequirements>
|
</skillRequirements>
|
||||||
<workSkill>Crafting</workSkill>
|
<workSkill>Crafting</workSkill>
|
||||||
<researchPrerequisite></researchPrerequisite>
|
<researchPrerequisite>PNRP_Production</researchPrerequisite>
|
||||||
</RecipeDef>
|
</RecipeDef>
|
||||||
</Defs>
|
</Defs>
|
@ -1,830 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<Defs>
|
<Defs>
|
||||||
<!--가챠급조-->
|
|
||||||
<!--<RecipeDef>
|
|
||||||
<defName>PN_Make_Automaton_Improvised</defName>
|
|
||||||
<label>make improvised automaton</label>
|
|
||||||
<description>...</description>
|
|
||||||
<jobString>Making automaton.</jobString>
|
|
||||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
|
||||||
<effectWorking>Cook</effectWorking>
|
|
||||||
<soundWorking>Recipe_Machining</soundWorking>
|
|
||||||
<workAmount>12000</workAmount>
|
|
||||||
<unfinishedThingDef>UnfinishedAutomaton</unfinishedThingDef>
|
|
||||||
<recipeUsers>
|
|
||||||
<li>PN_AutomatonBench</li>
|
|
||||||
<li>CraftingSpot</li>
|
|
||||||
<li>TableMachining</li>
|
|
||||||
</recipeUsers>
|
|
||||||
<ingredients>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>PN_Brain</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>1</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>2</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Steel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>72</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>40</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>16</count>
|
|
||||||
</li>
|
|
||||||
</ingredients>
|
|
||||||
<fixedIngredientFilter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>PN_Brain</li>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
<li>Steel</li>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</fixedIngredientFilter>
|
|
||||||
<products>
|
|
||||||
<Packaged_ImprovisedAutomaton>1</Packaged_ImprovisedAutomaton>
|
|
||||||
</products>
|
|
||||||
<skillRequirements>
|
|
||||||
<Crafting>4</Crafting>
|
|
||||||
</skillRequirements>
|
|
||||||
<workSkill>Crafting</workSkill>
|
|
||||||
<researchPrerequisite></researchPrerequisite>
|
|
||||||
</RecipeDef>-->
|
|
||||||
|
|
||||||
<!--가챠일반-->
|
|
||||||
<!--<RecipeDef>
|
|
||||||
<defName>PN_Make_Automaton_Normal</defName>
|
|
||||||
<label>make automaton</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>PN_Brain</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>1</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>4</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Steel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>90</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>50</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>20</count>
|
|
||||||
</li>
|
|
||||||
</ingredients>
|
|
||||||
<fixedIngredientFilter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>PN_Brain</li>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
<li>Steel</li>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
<categories>
|
|
||||||
<li>Leathers</li>
|
|
||||||
</categories>
|
|
||||||
</fixedIngredientFilter>
|
|
||||||
<products>
|
|
||||||
<Packaged_NormalAutomaton>1</Packaged_NormalAutomaton>
|
|
||||||
</products>
|
|
||||||
<skillRequirements>
|
|
||||||
<Crafting>8</Crafting>
|
|
||||||
</skillRequirements>
|
|
||||||
<workSkill>Crafting</workSkill>
|
|
||||||
<researchPrerequisite></researchPrerequisite>
|
|
||||||
</RecipeDef>-->
|
|
||||||
|
|
||||||
<!--가챠고급-->
|
|
||||||
<!--<RecipeDef>
|
|
||||||
<defName>PN_Make_Automaton_Senior</defName>
|
|
||||||
<label>make senior automaton</label>
|
|
||||||
<description>...</description>
|
|
||||||
<jobString>Making automaton.</jobString>
|
|
||||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
|
||||||
<effectWorking>Cook</effectWorking>
|
|
||||||
<soundWorking>Recipe_Machining</soundWorking>
|
|
||||||
<workAmount>72000</workAmount>
|
|
||||||
<unfinishedThingDef>UnfinishedAutomaton</unfinishedThingDef>
|
|
||||||
<recipeUsers>
|
|
||||||
<li>PN_AutomatonBench</li>
|
|
||||||
</recipeUsers>
|
|
||||||
<ingredients>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>PN_Brain</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>1</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>ComponentSpacer</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>3</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>6</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Steel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>90</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>50</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>20</count>
|
|
||||||
</li>
|
|
||||||
</ingredients>
|
|
||||||
<fixedIngredientFilter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>PN_Brain</li>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
<li>ComponentSpacer</li>
|
|
||||||
<li>Steel</li>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
<categories>
|
|
||||||
<li>Leathers</li>
|
|
||||||
</categories>
|
|
||||||
</fixedIngredientFilter>
|
|
||||||
<products>
|
|
||||||
<Packaged_NobleAutomaton>1</Packaged_NobleAutomaton>
|
|
||||||
</products>
|
|
||||||
<skillRequirements>
|
|
||||||
<Crafting>12</Crafting>
|
|
||||||
</skillRequirements>
|
|
||||||
<workSkill>Crafting</workSkill>
|
|
||||||
<researchPrerequisite></researchPrerequisite>
|
|
||||||
</RecipeDef>-->
|
|
||||||
|
|
||||||
<!--가챠로열-->
|
|
||||||
<!--<RecipeDef>
|
|
||||||
<defName>PN_Make_Automaton_Royal</defName>
|
|
||||||
<label>make royal automaton</label>
|
|
||||||
<description>...</description>
|
|
||||||
<jobString>Making automaton.</jobString>
|
|
||||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
|
||||||
<effectWorking>Cook</effectWorking>
|
|
||||||
<soundWorking>Recipe_Machining</soundWorking>
|
|
||||||
<workAmount>144000</workAmount>
|
|
||||||
<unfinishedThingDef>UnfinishedAutomaton</unfinishedThingDef>
|
|
||||||
<recipeUsers>
|
|
||||||
<li>PN_AutomatonBench</li>
|
|
||||||
</recipeUsers>
|
|
||||||
<ingredients>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>PN_Brain</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>1</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>AIPersonaCore</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>1</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Luciferium</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>1</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>ComponentSpacer</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>4</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>6</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Steel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>90</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>50</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>20</count>
|
|
||||||
</li>
|
|
||||||
</ingredients>
|
|
||||||
<fixedIngredientFilter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>PN_Brain</li>
|
|
||||||
<li>AIPersonaCore</li>
|
|
||||||
<li>Luciferium</li>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
<li>ComponentSpacer</li>
|
|
||||||
<li>Steel</li>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</fixedIngredientFilter>
|
|
||||||
<products>
|
|
||||||
<Packaged_RoyalAutomaton>1</Packaged_RoyalAutomaton>
|
|
||||||
</products>
|
|
||||||
<skillRequirements>
|
|
||||||
<Crafting>16</Crafting>
|
|
||||||
</skillRequirements>
|
|
||||||
<workSkill>Crafting</workSkill>
|
|
||||||
<researchPrerequisite></researchPrerequisite>
|
|
||||||
</RecipeDef>-->
|
|
||||||
|
|
||||||
<!--가챠전투일반-->
|
|
||||||
<!--<RecipeDef>
|
|
||||||
<defName>PN_Make_NormalAutomaton_Soldier</defName>
|
|
||||||
<label>make automaton soldier</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>PN_Brain</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>1</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>4</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Steel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>90</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>50</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>20</count>
|
|
||||||
</li>
|
|
||||||
</ingredients>
|
|
||||||
<fixedIngredientFilter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>PN_Brain</li>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
<li>Steel</li>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</fixedIngredientFilter>
|
|
||||||
<products>
|
|
||||||
<Packaged_NormalAutomatonSoldier>1</Packaged_NormalAutomatonSoldier>
|
|
||||||
</products>
|
|
||||||
<skillRequirements>
|
|
||||||
<Crafting>8</Crafting>
|
|
||||||
</skillRequirements>
|
|
||||||
<workSkill>Crafting</workSkill>
|
|
||||||
<researchPrerequisite></researchPrerequisite>
|
|
||||||
</RecipeDef>-->
|
|
||||||
|
|
||||||
<!--가챠전투고급-->
|
|
||||||
<!--<RecipeDef>
|
|
||||||
<defName>PN_Make_NobleAutomaton_Soldier</defName>
|
|
||||||
<label>make noble automaton soldier</label>
|
|
||||||
<description>...</description>
|
|
||||||
<jobString>Making automaton.</jobString>
|
|
||||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
|
||||||
<effectWorking>Cook</effectWorking>
|
|
||||||
<soundWorking>Recipe_Machining</soundWorking>
|
|
||||||
<workAmount>72000</workAmount>
|
|
||||||
<unfinishedThingDef>UnfinishedAutomaton</unfinishedThingDef>
|
|
||||||
<recipeUsers>
|
|
||||||
<li>PN_AutomatonBench</li>
|
|
||||||
</recipeUsers>
|
|
||||||
<ingredients>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>PN_Brain</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>1</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>ComponentSpacer</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>3</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>6</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Steel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>90</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>50</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>20</count>
|
|
||||||
</li>
|
|
||||||
</ingredients>
|
|
||||||
<fixedIngredientFilter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>PN_Brain</li>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
<li>ComponentSpacer</li>
|
|
||||||
<li>Steel</li>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</fixedIngredientFilter>
|
|
||||||
<products>
|
|
||||||
<Packaged_NobleAutomatonSoldier>1</Packaged_NobleAutomatonSoldier>
|
|
||||||
</products>
|
|
||||||
<skillRequirements>
|
|
||||||
<Crafting>12</Crafting>
|
|
||||||
</skillRequirements>
|
|
||||||
<workSkill>Crafting</workSkill>
|
|
||||||
<researchPrerequisite></researchPrerequisite>
|
|
||||||
</RecipeDef>-->
|
|
||||||
|
|
||||||
<!--가챠제작일반-->
|
|
||||||
<!--<RecipeDef>
|
|
||||||
<defName>PN_Make_NormalAutomaton_Worker</defName>
|
|
||||||
<label>make automaton worker</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>PN_Brain</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>1</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>4</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Steel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>90</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>50</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>20</count>
|
|
||||||
</li>
|
|
||||||
</ingredients>
|
|
||||||
<fixedIngredientFilter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>PN_Brain</li>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
<li>Steel</li>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</fixedIngredientFilter>
|
|
||||||
<products>
|
|
||||||
<Packaged_NormalAutomatonWorker>1</Packaged_NormalAutomatonWorker>
|
|
||||||
</products>
|
|
||||||
<skillRequirements>
|
|
||||||
<Crafting>8</Crafting>
|
|
||||||
</skillRequirements>
|
|
||||||
<workSkill>Crafting</workSkill>
|
|
||||||
<researchPrerequisite></researchPrerequisite>
|
|
||||||
</RecipeDef>-->
|
|
||||||
|
|
||||||
<!--가챠제작고급-->
|
|
||||||
<!--<RecipeDef>
|
|
||||||
<defName>PN_Make_NobleAutomaton_Worker</defName>
|
|
||||||
<label>make noble automaton worker</label>
|
|
||||||
<description>...</description>
|
|
||||||
<jobString>Making automaton.</jobString>
|
|
||||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
|
||||||
<effectWorking>Cook</effectWorking>
|
|
||||||
<soundWorking>Recipe_Machining</soundWorking>
|
|
||||||
<workAmount>72000</workAmount>
|
|
||||||
<unfinishedThingDef>UnfinishedAutomaton</unfinishedThingDef>
|
|
||||||
<recipeUsers>
|
|
||||||
<li>PN_AutomatonBench</li>
|
|
||||||
</recipeUsers>
|
|
||||||
<ingredients>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>PN_Brain</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>1</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>ComponentSpacer</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>3</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>6</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Steel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>90</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>50</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>20</count>
|
|
||||||
</li>
|
|
||||||
</ingredients>
|
|
||||||
<fixedIngredientFilter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>PN_Brain</li>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
<li>ComponentSpacer</li>
|
|
||||||
<li>Steel</li>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</fixedIngredientFilter>
|
|
||||||
<products>
|
|
||||||
<Packaged_NobleAutomatonWorker>1</Packaged_NobleAutomatonWorker>
|
|
||||||
</products>
|
|
||||||
<skillRequirements>
|
|
||||||
<Crafting>12</Crafting>
|
|
||||||
</skillRequirements>
|
|
||||||
<workSkill>Crafting</workSkill>
|
|
||||||
<researchPrerequisite></researchPrerequisite>
|
|
||||||
</RecipeDef>-->
|
|
||||||
|
|
||||||
<!--가챠가정일반-->
|
|
||||||
<!--<RecipeDef>
|
|
||||||
<defName>PN_Make_NormalAutomaton_Maid</defName>
|
|
||||||
<label>make automaton maid</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>PN_Brain</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>1</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>4</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Steel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>90</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>50</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>20</count>
|
|
||||||
</li>
|
|
||||||
</ingredients>
|
|
||||||
<fixedIngredientFilter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>PN_Brain</li>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
<li>Steel</li>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</fixedIngredientFilter>
|
|
||||||
<products>
|
|
||||||
<Packaged_NormalAutomatonMaid>1</Packaged_NormalAutomatonMaid>
|
|
||||||
</products>
|
|
||||||
<skillRequirements>
|
|
||||||
<Crafting>8</Crafting>
|
|
||||||
</skillRequirements>
|
|
||||||
<workSkill>Crafting</workSkill>
|
|
||||||
<researchPrerequisite></researchPrerequisite>
|
|
||||||
</RecipeDef>-->
|
|
||||||
|
|
||||||
<!--가챠가정고급-->
|
|
||||||
<!--<RecipeDef>
|
|
||||||
<defName>PN_Make_NobleAutomaton_Maid</defName>
|
|
||||||
<label>make noble automaton maid</label>
|
|
||||||
<description>...</description>
|
|
||||||
<jobString>Making automaton.</jobString>
|
|
||||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
|
||||||
<effectWorking>Cook</effectWorking>
|
|
||||||
<soundWorking>Recipe_Machining</soundWorking>
|
|
||||||
<workAmount>72000</workAmount>
|
|
||||||
<unfinishedThingDef>UnfinishedAutomaton</unfinishedThingDef>
|
|
||||||
<recipeUsers>
|
|
||||||
<li>PN_AutomatonBench</li>
|
|
||||||
</recipeUsers>
|
|
||||||
<ingredients>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>PN_Brain</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>1</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>ComponentSpacer</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>3</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>6</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Steel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>90</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>50</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>20</count>
|
|
||||||
</li>
|
|
||||||
</ingredients>
|
|
||||||
<fixedIngredientFilter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>PN_Brain</li>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
<li>ComponentSpacer</li>
|
|
||||||
<li>Steel</li>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
<li>Leather_Automaton</li>
|
|
||||||
</thingDefs>
|
|
||||||
</fixedIngredientFilter>
|
|
||||||
<products>
|
|
||||||
<Packaged_NobleAutomatonMaid>1</Packaged_NobleAutomatonMaid>
|
|
||||||
</products>
|
|
||||||
<skillRequirements>
|
|
||||||
<Crafting>12</Crafting>
|
|
||||||
</skillRequirements>
|
|
||||||
<workSkill>Crafting</workSkill>
|
|
||||||
<researchPrerequisite></researchPrerequisite>
|
|
||||||
</RecipeDef>-->
|
|
||||||
|
|
||||||
<CustomizableRecipe.CustomizableRecipeDef>
|
<CustomizableRecipe.CustomizableRecipeDef>
|
||||||
<defName>PN_Make_Automaton</defName>
|
<defName>PN_Make_Automaton</defName>
|
||||||
<label>make automaton</label>
|
<label>make automaton</label>
|
||||||
@ -837,14 +12,13 @@
|
|||||||
<unfinishedThingDef>UnfinishedAutomaton</unfinishedThingDef>
|
<unfinishedThingDef>UnfinishedAutomaton</unfinishedThingDef>
|
||||||
<recipeUsers>
|
<recipeUsers>
|
||||||
<li>PN_AutomatonBench</li>
|
<li>PN_AutomatonBench</li>
|
||||||
<li>TableMachining</li>
|
|
||||||
</recipeUsers>
|
</recipeUsers>
|
||||||
<ingredients>
|
<ingredients>
|
||||||
<li>
|
<li>
|
||||||
<filter>
|
<filter>
|
||||||
<thingDefs>
|
<categories>
|
||||||
<li>PN_Brain</li>
|
<li>PN_BrainCoreCatagory</li>
|
||||||
</thingDefs>
|
</categories>
|
||||||
</filter>
|
</filter>
|
||||||
<count>1</count>
|
<count>1</count>
|
||||||
</li>
|
</li>
|
||||||
@ -882,6 +56,9 @@
|
|||||||
</li>
|
</li>
|
||||||
</ingredients>
|
</ingredients>
|
||||||
<fixedIngredientFilter>
|
<fixedIngredientFilter>
|
||||||
|
<categories>
|
||||||
|
<li>PN_BrainCoreCatagory</li>
|
||||||
|
</categories>
|
||||||
</fixedIngredientFilter>
|
</fixedIngredientFilter>
|
||||||
<products>
|
<products>
|
||||||
<Packaged_NormalAutomaton>1</Packaged_NormalAutomaton>
|
<Packaged_NormalAutomaton>1</Packaged_NormalAutomaton>
|
||||||
@ -910,9 +87,9 @@
|
|||||||
<fixedIngredients>
|
<fixedIngredients>
|
||||||
<li>
|
<li>
|
||||||
<filter>
|
<filter>
|
||||||
<thingDefs>
|
<categories>
|
||||||
<li>PN_Brain</li>
|
<li>PN_BrainCoreCatagory</li>
|
||||||
</thingDefs>
|
</categories>
|
||||||
</filter>
|
</filter>
|
||||||
<count>1</count>
|
<count>1</count>
|
||||||
</li>
|
</li>
|
||||||
|
@ -86,7 +86,8 @@
|
|||||||
<workerClass>AutomataRace.Recipe_RemoveBrain</workerClass>
|
<workerClass>AutomataRace.Recipe_RemoveBrain</workerClass>
|
||||||
<jobString>Remove central nervous.</jobString>
|
<jobString>Remove central nervous.</jobString>
|
||||||
<workAmount>2000</workAmount>
|
<workAmount>2000</workAmount>
|
||||||
<surgerySuccessChanceFactor>1.2</surgerySuccessChanceFactor>
|
<surgerySuccessChanceFactor>1.0</surgerySuccessChanceFactor>
|
||||||
|
<researchPrerequisite>PNRP_Brain</researchPrerequisite>
|
||||||
<ingredients>
|
<ingredients>
|
||||||
<li>
|
<li>
|
||||||
<filter>
|
<filter>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
<ResearchProjectDef>
|
<ResearchProjectDef>
|
||||||
<defName>PNRP_Brain</defName>
|
<defName>PNRP_Brain</defName>
|
||||||
<label>CPU analysis</label>
|
<label>core analysis</label>
|
||||||
<description>...</description>
|
<description>...</description>
|
||||||
<tab>PN_technology</tab>
|
<tab>PN_technology</tab>
|
||||||
<baseCost>700</baseCost>
|
<baseCost>700</baseCost>
|
||||||
@ -49,6 +49,22 @@
|
|||||||
</tags>
|
</tags>
|
||||||
</ResearchProjectDef>
|
</ResearchProjectDef>
|
||||||
|
|
||||||
|
<ResearchProjectDef>
|
||||||
|
<defName>PNRP_BrainCasing</defName>
|
||||||
|
<label>core casing</label>
|
||||||
|
<description>...</description>
|
||||||
|
<tab>PN_technology</tab>
|
||||||
|
<baseCost>700</baseCost>
|
||||||
|
<techLevel>Industrial</techLevel>
|
||||||
|
<prerequisites>
|
||||||
|
<li>PNRP_Brain</li>
|
||||||
|
<li>Bionics</li>
|
||||||
|
</prerequisites>
|
||||||
|
<researchViewX>3.0</researchViewX>
|
||||||
|
<researchViewY>0</researchViewY>
|
||||||
|
</ResearchProjectDef>
|
||||||
|
|
||||||
|
|
||||||
<!--==================================== 수리 키트 ====================================-->
|
<!--==================================== 수리 키트 ====================================-->
|
||||||
|
|
||||||
<ResearchProjectDef>
|
<ResearchProjectDef>
|
||||||
|
@ -259,6 +259,15 @@
|
|||||||
<Plasteel>10</Plasteel>
|
<Plasteel>10</Plasteel>
|
||||||
<DevilstrandCloth>80</DevilstrandCloth>
|
<DevilstrandCloth>80</DevilstrandCloth>
|
||||||
</costList>
|
</costList>
|
||||||
|
<recipeMaker>
|
||||||
|
<recipeUsers Inherit="false">
|
||||||
|
<li>PN_AutomatonBench</li>
|
||||||
|
</recipeUsers>
|
||||||
|
<skillRequirements Inherit="false">
|
||||||
|
<Crafting>3</Crafting>
|
||||||
|
</skillRequirements>
|
||||||
|
<researchPrerequisite>PNRP_TierB_Apparel</researchPrerequisite>
|
||||||
|
</recipeMaker>
|
||||||
<thingCategories>
|
<thingCategories>
|
||||||
<li>Apparel</li>
|
<li>Apparel</li>
|
||||||
</thingCategories>
|
</thingCategories>
|
||||||
@ -336,6 +345,15 @@
|
|||||||
<Plasteel>5</Plasteel>
|
<Plasteel>5</Plasteel>
|
||||||
<DevilstrandCloth>20</DevilstrandCloth>
|
<DevilstrandCloth>20</DevilstrandCloth>
|
||||||
</costList>
|
</costList>
|
||||||
|
<recipeMaker>
|
||||||
|
<recipeUsers Inherit="false">
|
||||||
|
<li>PN_AutomatonBench</li>
|
||||||
|
</recipeUsers>
|
||||||
|
<skillRequirements Inherit="false">
|
||||||
|
<Crafting>3</Crafting>
|
||||||
|
</skillRequirements>
|
||||||
|
<researchPrerequisite>PNRP_TierB_Apparel</researchPrerequisite>
|
||||||
|
</recipeMaker>
|
||||||
<statBases>
|
<statBases>
|
||||||
<WorkToMake>15750</WorkToMake>
|
<WorkToMake>15750</WorkToMake>
|
||||||
<MaxHitPoints>120</MaxHitPoints>
|
<MaxHitPoints>120</MaxHitPoints>
|
||||||
@ -401,6 +419,15 @@
|
|||||||
<Plasteel>10</Plasteel>
|
<Plasteel>10</Plasteel>
|
||||||
<DevilstrandCloth>80</DevilstrandCloth>
|
<DevilstrandCloth>80</DevilstrandCloth>
|
||||||
</costList>
|
</costList>
|
||||||
|
<recipeMaker>
|
||||||
|
<recipeUsers Inherit="false">
|
||||||
|
<li>PN_AutomatonBench</li>
|
||||||
|
</recipeUsers>
|
||||||
|
<skillRequirements Inherit="false">
|
||||||
|
<Crafting>3</Crafting>
|
||||||
|
</skillRequirements>
|
||||||
|
<researchPrerequisite>PNRP_TierB_Apparel</researchPrerequisite>
|
||||||
|
</recipeMaker>
|
||||||
<thingCategories>
|
<thingCategories>
|
||||||
<li>Apparel</li>
|
<li>Apparel</li>
|
||||||
</thingCategories>
|
</thingCategories>
|
||||||
@ -475,6 +502,15 @@
|
|||||||
<Plasteel>5</Plasteel>
|
<Plasteel>5</Plasteel>
|
||||||
<DevilstrandCloth>20</DevilstrandCloth>
|
<DevilstrandCloth>20</DevilstrandCloth>
|
||||||
</costList>
|
</costList>
|
||||||
|
<recipeMaker>
|
||||||
|
<recipeUsers Inherit="false">
|
||||||
|
<li>PN_AutomatonBench</li>
|
||||||
|
</recipeUsers>
|
||||||
|
<skillRequirements Inherit="false">
|
||||||
|
<Crafting>3</Crafting>
|
||||||
|
</skillRequirements>
|
||||||
|
<researchPrerequisite>PNRP_TierB_Apparel</researchPrerequisite>
|
||||||
|
</recipeMaker>
|
||||||
<statBases>
|
<statBases>
|
||||||
<WorkToMake>15750</WorkToMake>
|
<WorkToMake>15750</WorkToMake>
|
||||||
<MaxHitPoints>120</MaxHitPoints>
|
<MaxHitPoints>120</MaxHitPoints>
|
||||||
@ -540,6 +576,15 @@
|
|||||||
<Plasteel>20</Plasteel>
|
<Plasteel>20</Plasteel>
|
||||||
<DevilstrandCloth>100</DevilstrandCloth>
|
<DevilstrandCloth>100</DevilstrandCloth>
|
||||||
</costList>
|
</costList>
|
||||||
|
<recipeMaker>
|
||||||
|
<recipeUsers Inherit="false">
|
||||||
|
<li>PN_AutomatonBench</li>
|
||||||
|
</recipeUsers>
|
||||||
|
<skillRequirements Inherit="false">
|
||||||
|
<Crafting>3</Crafting>
|
||||||
|
</skillRequirements>
|
||||||
|
<researchPrerequisite>PNRP_TierB_Apparel</researchPrerequisite>
|
||||||
|
</recipeMaker>
|
||||||
<thingCategories>
|
<thingCategories>
|
||||||
<li>Apparel</li>
|
<li>Apparel</li>
|
||||||
</thingCategories>
|
</thingCategories>
|
||||||
@ -612,6 +657,15 @@
|
|||||||
<Plasteel>10</Plasteel>
|
<Plasteel>10</Plasteel>
|
||||||
<DevilstrandCloth>30</DevilstrandCloth>
|
<DevilstrandCloth>30</DevilstrandCloth>
|
||||||
</costList>
|
</costList>
|
||||||
|
<recipeMaker>
|
||||||
|
<recipeUsers Inherit="false">
|
||||||
|
<li>PN_AutomatonBench</li>
|
||||||
|
</recipeUsers>
|
||||||
|
<skillRequirements Inherit="false">
|
||||||
|
<Crafting>3</Crafting>
|
||||||
|
</skillRequirements>
|
||||||
|
<researchPrerequisite>PNRP_TierB_Apparel</researchPrerequisite>
|
||||||
|
</recipeMaker>
|
||||||
<statBases>
|
<statBases>
|
||||||
<WorkToMake>21000</WorkToMake>
|
<WorkToMake>21000</WorkToMake>
|
||||||
<MaxHitPoints>150</MaxHitPoints>
|
<MaxHitPoints>150</MaxHitPoints>
|
||||||
@ -662,7 +716,7 @@
|
|||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
|
||||||
<!--==================================== 근위대 ====================================-->
|
<!--==================================== 근위대 ====================================-->
|
||||||
<ThingDef ParentName="PN_ApparelRoyaltyBase">
|
<ThingDef ParentName="PN_ApparelBase">
|
||||||
<defName>PN_ApparelRoyalguard</defName>
|
<defName>PN_ApparelRoyalguard</defName>
|
||||||
<label>Paniel royal guard uniform</label>
|
<label>Paniel royal guard uniform</label>
|
||||||
<description>...</description>
|
<description>...</description>
|
||||||
@ -677,6 +731,15 @@
|
|||||||
<Plasteel>50</Plasteel>
|
<Plasteel>50</Plasteel>
|
||||||
<DevilstrandCloth>150</DevilstrandCloth>
|
<DevilstrandCloth>150</DevilstrandCloth>
|
||||||
</costList>
|
</costList>
|
||||||
|
<recipeMaker>
|
||||||
|
<recipeUsers Inherit="false">
|
||||||
|
<li>PN_AutomatonBench</li>
|
||||||
|
</recipeUsers>
|
||||||
|
<skillRequirements Inherit="false">
|
||||||
|
<Crafting>3</Crafting>
|
||||||
|
</skillRequirements>
|
||||||
|
<researchPrerequisite>PNRP_TierC_Apparel</researchPrerequisite>
|
||||||
|
</recipeMaker>
|
||||||
<thingCategories>
|
<thingCategories>
|
||||||
<li>Apparel</li>
|
<li>Apparel</li>
|
||||||
</thingCategories>
|
</thingCategories>
|
||||||
@ -735,7 +798,7 @@
|
|||||||
</colorGenerator>
|
</colorGenerator>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
|
||||||
<ThingDef ParentName="PN_HatRoyaltyBase">
|
<ThingDef ParentName="PN_HatBase">
|
||||||
<defName>PN_ApparelRoyalguardHat</defName>
|
<defName>PN_ApparelRoyalguardHat</defName>
|
||||||
<label>Paniel royal guard hat</label>
|
<label>Paniel royal guard hat</label>
|
||||||
<description>...</description>
|
<description>...</description>
|
||||||
@ -749,6 +812,15 @@
|
|||||||
<Plasteel>15</Plasteel>
|
<Plasteel>15</Plasteel>
|
||||||
<DevilstrandCloth>35</DevilstrandCloth>
|
<DevilstrandCloth>35</DevilstrandCloth>
|
||||||
</costList>
|
</costList>
|
||||||
|
<recipeMaker>
|
||||||
|
<recipeUsers Inherit="false">
|
||||||
|
<li>PN_AutomatonBench</li>
|
||||||
|
</recipeUsers>
|
||||||
|
<skillRequirements Inherit="false">
|
||||||
|
<Crafting>3</Crafting>
|
||||||
|
</skillRequirements>
|
||||||
|
<researchPrerequisite>PNRP_TierC_Apparel</researchPrerequisite>
|
||||||
|
</recipeMaker>
|
||||||
<statBases>
|
<statBases>
|
||||||
<WorkToMake>26250</WorkToMake>
|
<WorkToMake>26250</WorkToMake>
|
||||||
<MaxHitPoints>180</MaxHitPoints>
|
<MaxHitPoints>180</MaxHitPoints>
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
<li>PlaceWorker_PreventInteractionSpotOverlap</li>
|
<li>PlaceWorker_PreventInteractionSpotOverlap</li>
|
||||||
</placeWorkers>
|
</placeWorkers>
|
||||||
<researchPrerequisites>
|
<researchPrerequisites>
|
||||||
<li>Fabrication</li>
|
<li>PNRP_Production</li>
|
||||||
</researchPrerequisites>
|
</researchPrerequisites>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
|
||||||
@ -161,7 +161,7 @@
|
|||||||
<li>PlaceWorker_TurretTop</li>
|
<li>PlaceWorker_TurretTop</li>
|
||||||
</placeWorkers>
|
</placeWorkers>
|
||||||
<researchPrerequisites>
|
<researchPrerequisites>
|
||||||
<li>Mortars</li>
|
<li>PNRP_AutoArtillery</li>
|
||||||
</researchPrerequisites>
|
</researchPrerequisites>
|
||||||
<uiIconScale>0.6</uiIconScale>
|
<uiIconScale>0.6</uiIconScale>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
@ -212,7 +212,7 @@
|
|||||||
</verbs>
|
</verbs>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
|
||||||
<ThingDef ParentName="MakeableShellBase">
|
<ThingDef ParentName="MakeableShellBase">
|
||||||
<defName>PN_Shell_HighExplosive</defName>
|
<defName>PN_Shell_HighExplosive</defName>
|
||||||
<label>PnL high-explosive shell</label>
|
<label>PnL high-explosive shell</label>
|
||||||
<description>A shell filled with high explosives. Can be fired from mortars or installed as a trap. Explodes when damaged.</description>
|
<description>A shell filled with high explosives. Can be fired from mortars or installed as a trap. Explodes when damaged.</description>
|
||||||
@ -234,11 +234,11 @@
|
|||||||
<Chemfuel>15</Chemfuel>
|
<Chemfuel>15</Chemfuel>
|
||||||
</costList>
|
</costList>
|
||||||
<recipeMaker>
|
<recipeMaker>
|
||||||
<researchPrerequisite>Mortars</researchPrerequisite>
|
<researchPrerequisite>PNRP_AutoArtillery</researchPrerequisite>
|
||||||
</recipeMaker>
|
</recipeMaker>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
|
||||||
<ThingDef ParentName="BaseBullet">
|
<ThingDef ParentName="BaseBullet">
|
||||||
<defName>PN_Bullet_Shell_HighExplosive</defName>
|
<defName>PN_Bullet_Shell_HighExplosive</defName>
|
||||||
<label>high-explosive shell</label>
|
<label>high-explosive shell</label>
|
||||||
<graphicData>
|
<graphicData>
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<Defs>
|
<Defs>
|
||||||
|
<ThingCategoryDef>
|
||||||
|
<defName>PN_AutomatonCatagory</defName>
|
||||||
|
<label>Automaton</label>
|
||||||
|
<parent>Manufactured</parent>
|
||||||
|
<resourceReadoutRoot>true</resourceReadoutRoot>
|
||||||
|
<iconPath>UI/Icons/ThingCategories/Manufactured</iconPath>
|
||||||
|
</ThingCategoryDef>
|
||||||
|
|
||||||
<!--==================================== 미완성 오토마톤 ====================================-->
|
<!--==================================== 미완성 오토마톤 ====================================-->
|
||||||
<ThingDef ParentName="UnfinishedBase">
|
<ThingDef ParentName="UnfinishedBase">
|
||||||
<defName>UnfinishedAutomaton</defName>
|
<defName>UnfinishedAutomaton</defName>
|
||||||
@ -29,13 +37,27 @@
|
|||||||
<StuffPower_Insulation_Cold>12</StuffPower_Insulation_Cold>
|
<StuffPower_Insulation_Cold>12</StuffPower_Insulation_Cold>
|
||||||
<StuffPower_Insulation_Heat>12</StuffPower_Insulation_Heat>
|
<StuffPower_Insulation_Heat>12</StuffPower_Insulation_Heat>
|
||||||
</statBases>
|
</statBases>
|
||||||
|
<thingCategories>
|
||||||
|
<li>PN_AutomatonCatagory</li>
|
||||||
|
</thingCategories>
|
||||||
|
<tradeTags Inherit="false">
|
||||||
|
|
||||||
|
</tradeTags>
|
||||||
<stuffProps>
|
<stuffProps>
|
||||||
<color>(255,240,227)</color>
|
<color>(255,240,227)</color>
|
||||||
<commonality>0.0025</commonality>
|
<commonality>0.0025</commonality>
|
||||||
</stuffProps>
|
</stuffProps>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
|
||||||
<!--==================================== 생체 중추신경 ====================================-->
|
<!--==================================== 브레인 코어 ====================================-->
|
||||||
|
<ThingCategoryDef>
|
||||||
|
<defName>PN_BrainCoreCatagory</defName>
|
||||||
|
<label>Automaton core</label>
|
||||||
|
<parent>PN_AutomatonCatagory</parent>
|
||||||
|
<resourceReadoutRoot>true</resourceReadoutRoot>
|
||||||
|
<iconPath>UI/Icons/ThingCategories/Medicine</iconPath>
|
||||||
|
</ThingCategoryDef>
|
||||||
|
|
||||||
<ThingDef ParentName="BodyPartNaturalBase">
|
<ThingDef ParentName="BodyPartNaturalBase">
|
||||||
<defName>PN_Brain</defName>
|
<defName>PN_Brain</defName>
|
||||||
<label>central nervous</label>
|
<label>central nervous</label>
|
||||||
@ -45,10 +67,16 @@
|
|||||||
<graphicClass>Graphic_Single</graphicClass>
|
<graphicClass>Graphic_Single</graphicClass>
|
||||||
<drawSize>0.8</drawSize>
|
<drawSize>0.8</drawSize>
|
||||||
</graphicData>
|
</graphicData>
|
||||||
|
<thingCategories Inherit="false">
|
||||||
|
<li>PN_BrainCoreCatagory</li>
|
||||||
|
</thingCategories>
|
||||||
<statBases>
|
<statBases>
|
||||||
<MarketValue>500</MarketValue>
|
<MarketValue>500</MarketValue>
|
||||||
<Mass>1</Mass>
|
<Mass>1</Mass>
|
||||||
</statBases>
|
</statBases>
|
||||||
|
<tradeTags Inherit="false">
|
||||||
|
|
||||||
|
</tradeTags>
|
||||||
<comps>
|
<comps>
|
||||||
<li Class="CompProperties_Lifespan">
|
<li Class="CompProperties_Lifespan">
|
||||||
<lifespanTicks>240000</lifespanTicks>
|
<lifespanTicks>240000</lifespanTicks>
|
||||||
@ -58,11 +86,56 @@
|
|||||||
<tickerType>Normal</tickerType>
|
<tickerType>Normal</tickerType>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
|
||||||
|
<ThingDef ParentName="BodyPartBase">
|
||||||
|
<defName>PN_BrainCasing</defName>
|
||||||
|
<label>Automaton brain core</label>
|
||||||
|
<description>...</description>
|
||||||
|
<graphicData Inherit="false">
|
||||||
|
<texPath>Things/Item/PNBrainCore</texPath>
|
||||||
|
<graphicClass>Graphic_Single</graphicClass>
|
||||||
|
<drawSize>0.8</drawSize>
|
||||||
|
</graphicData>
|
||||||
|
<thingCategories Inherit="false">
|
||||||
|
<li>PN_BrainCoreCatagory</li>
|
||||||
|
</thingCategories>
|
||||||
|
<statBases>
|
||||||
|
<MarketValue>500</MarketValue>
|
||||||
|
<Mass>1</Mass>
|
||||||
|
<WorkToMake>13000</WorkToMake>
|
||||||
|
<Flammability>0.7</Flammability>
|
||||||
|
</statBases>
|
||||||
|
<costList>
|
||||||
|
<ComponentSpacer>1</ComponentSpacer>
|
||||||
|
<Steel>15</Steel>
|
||||||
|
<PN_AutomatonFuel>2</PN_AutomatonFuel>
|
||||||
|
</costList>
|
||||||
|
<tradeTags Inherit="false">
|
||||||
|
|
||||||
|
</tradeTags>
|
||||||
|
<recipeMaker>
|
||||||
|
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
||||||
|
<workSkill>Crafting</workSkill>
|
||||||
|
<effectWorking>Smith</effectWorking>
|
||||||
|
<soundWorking>Recipe_Smith</soundWorking>
|
||||||
|
<unfinishedThingDef>UnfinishedHealthItemBionic</unfinishedThingDef>
|
||||||
|
<skillRequirements>
|
||||||
|
<Crafting>8</Crafting>
|
||||||
|
</skillRequirements>
|
||||||
|
<researchPrerequisite>PNRP_BrainCasing</researchPrerequisite>
|
||||||
|
<recipeUsers>
|
||||||
|
<li>PN_AutomatonBench</li>
|
||||||
|
</recipeUsers>
|
||||||
|
</recipeMaker>
|
||||||
|
<comps>
|
||||||
|
|
||||||
|
</comps>
|
||||||
|
</ThingDef>
|
||||||
|
|
||||||
<!--==================================== 수리키트 ====================================-->
|
<!--==================================== 수리키트 ====================================-->
|
||||||
<ThingCategoryDef>
|
<ThingCategoryDef>
|
||||||
<defName>PNKit</defName>
|
<defName>PNKit</defName>
|
||||||
<label>Automaton kit</label>
|
<label>Repair kit</label>
|
||||||
<parent>Manufactured</parent>
|
<parent>PN_AutomatonCatagory</parent>
|
||||||
<resourceReadoutRoot>true</resourceReadoutRoot>
|
<resourceReadoutRoot>true</resourceReadoutRoot>
|
||||||
<iconPath>UI/Icons/ThingCategories/Medicine</iconPath>
|
<iconPath>UI/Icons/ThingCategories/Medicine</iconPath>
|
||||||
</ThingCategoryDef>
|
</ThingCategoryDef>
|
||||||
@ -102,13 +175,15 @@
|
|||||||
<workSkill>Crafting</workSkill>
|
<workSkill>Crafting</workSkill>
|
||||||
<recipeUsers>
|
<recipeUsers>
|
||||||
<li>PN_AutomatonBench</li>
|
<li>PN_AutomatonBench</li>
|
||||||
<li>TableMachining</li>
|
|
||||||
</recipeUsers>
|
</recipeUsers>
|
||||||
<researchPrerequisite></researchPrerequisite>
|
<researchPrerequisite>PNRP_Production</researchPrerequisite>
|
||||||
<skillRequirements>
|
<skillRequirements>
|
||||||
<Crafting>4</Crafting>
|
<Crafting>4</Crafting>
|
||||||
</skillRequirements>
|
</skillRequirements>
|
||||||
</recipeMaker>
|
</recipeMaker>
|
||||||
|
<tradeTags Inherit="false">
|
||||||
|
|
||||||
|
</tradeTags>
|
||||||
<comps>
|
<comps>
|
||||||
|
|
||||||
</comps>
|
</comps>
|
||||||
@ -150,13 +225,15 @@
|
|||||||
<workSkill>Crafting</workSkill>
|
<workSkill>Crafting</workSkill>
|
||||||
<recipeUsers>
|
<recipeUsers>
|
||||||
<li>PN_AutomatonBench</li>
|
<li>PN_AutomatonBench</li>
|
||||||
<li>TableMachining</li>
|
|
||||||
</recipeUsers>
|
</recipeUsers>
|
||||||
<researchPrerequisite></researchPrerequisite>
|
<researchPrerequisite>PNRP_SelfRepairKit</researchPrerequisite>
|
||||||
<skillRequirements>
|
<skillRequirements>
|
||||||
<Crafting>8</Crafting>
|
<Crafting>8</Crafting>
|
||||||
</skillRequirements>
|
</skillRequirements>
|
||||||
</recipeMaker>
|
</recipeMaker>
|
||||||
|
<tradeTags Inherit="false">
|
||||||
|
|
||||||
|
</tradeTags>
|
||||||
<comps>
|
<comps>
|
||||||
<li Class="CompProperties_Usable">
|
<li Class="CompProperties_Usable">
|
||||||
<useJob>UseItem</useJob>
|
<useJob>UseItem</useJob>
|
||||||
|
@ -44,8 +44,7 @@
|
|||||||
<effectWorking>Smith</effectWorking>
|
<effectWorking>Smith</effectWorking>
|
||||||
<soundWorking>Recipe_Smith</soundWorking>
|
<soundWorking>Recipe_Smith</soundWorking>
|
||||||
<recipeUsers>
|
<recipeUsers>
|
||||||
<li>ElectricSmithy</li>
|
<li>PN_AutomatonBench</li>
|
||||||
<li>FueledSmithy</li>
|
|
||||||
</recipeUsers>
|
</recipeUsers>
|
||||||
<unfinishedThingDef>UnfinishedWeapon</unfinishedThingDef>
|
<unfinishedThingDef>UnfinishedWeapon</unfinishedThingDef>
|
||||||
</recipeMaker>
|
</recipeMaker>
|
||||||
@ -140,11 +139,10 @@
|
|||||||
<workSkill>Crafting</workSkill>
|
<workSkill>Crafting</workSkill>
|
||||||
<effectWorking>Smith</effectWorking>
|
<effectWorking>Smith</effectWorking>
|
||||||
<soundWorking>Recipe_Smith</soundWorking>
|
<soundWorking>Recipe_Smith</soundWorking>
|
||||||
<recipeUsers>
|
<recipeUsers Inherit="false">
|
||||||
<li>TableMachining</li>
|
<li>PN_AutomatonBench</li>
|
||||||
</recipeUsers>
|
</recipeUsers>
|
||||||
<unfinishedThingDef>UnfinishedGun</unfinishedThingDef>
|
<unfinishedThingDef>UnfinishedGun</unfinishedThingDef>
|
||||||
<researchPrerequisite>Gunsmithing</researchPrerequisite>
|
|
||||||
</recipeMaker>
|
</recipeMaker>
|
||||||
<comps>
|
<comps>
|
||||||
<li Class="CompProperties_BiocodableWeapon"/>
|
<li Class="CompProperties_BiocodableWeapon"/>
|
||||||
@ -164,10 +162,69 @@
|
|||||||
</graphicData>
|
</graphicData>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
|
||||||
|
<!--==================================== 삽 ====================================-->
|
||||||
|
<ThingDef ParentName="PN_BaseMeleeWeapon_Sharp">
|
||||||
|
<defName>PN_Shovel</defName>
|
||||||
|
<label>PnL shovel</label>
|
||||||
|
<description>...</description>
|
||||||
|
<graphicData>
|
||||||
|
<texPath>Things/Weapons/PNShovel</texPath>
|
||||||
|
<graphicClass>Graphic_Single</graphicClass>
|
||||||
|
<shaderType>CutoutComplex</shaderType>
|
||||||
|
</graphicData>
|
||||||
|
<weaponTags>
|
||||||
|
<li>PN_Shovel</li>
|
||||||
|
</weaponTags>
|
||||||
|
<costStuffCount>100</costStuffCount>
|
||||||
|
<thingSetMakerTags>
|
||||||
|
<li>RewardStandardQualitySuper</li>
|
||||||
|
</thingSetMakerTags>
|
||||||
|
<statBases>
|
||||||
|
<WorkToMake>18000</WorkToMake>
|
||||||
|
<Mass>2</Mass>
|
||||||
|
</statBases>
|
||||||
|
<equippedAngleOffset>-65</equippedAngleOffset>
|
||||||
|
<stuffCategories>
|
||||||
|
<li>Metallic</li>
|
||||||
|
</stuffCategories>
|
||||||
|
<tools>
|
||||||
|
<li>
|
||||||
|
<label>handle</label>
|
||||||
|
<capacities>
|
||||||
|
<li>Blunt</li>
|
||||||
|
</capacities>
|
||||||
|
<power>9</power>
|
||||||
|
<cooldownTime>2</cooldownTime>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<label>point</label>
|
||||||
|
<capacities>
|
||||||
|
<li>Stab</li>
|
||||||
|
</capacities>
|
||||||
|
<power>23</power>
|
||||||
|
<cooldownTime>2.6</cooldownTime>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<label>edge</label>
|
||||||
|
<capacities>
|
||||||
|
<li>Cut</li>
|
||||||
|
</capacities>
|
||||||
|
<power>23</power>
|
||||||
|
<cooldownTime>2.6</cooldownTime>
|
||||||
|
</li>
|
||||||
|
</tools>
|
||||||
|
<recipeMaker>
|
||||||
|
<researchPrerequisite>PNRP_AutomatonWeapons</researchPrerequisite>
|
||||||
|
<skillRequirements>
|
||||||
|
<Crafting>5</Crafting>
|
||||||
|
</skillRequirements>
|
||||||
|
</recipeMaker>
|
||||||
|
</ThingDef>
|
||||||
|
|
||||||
<!--==================================== 체인소드 ====================================-->
|
<!--==================================== 체인소드 ====================================-->
|
||||||
<ThingDef ParentName="PN_BaseMeleeWeapon_Sharp">
|
<ThingDef ParentName="PN_BaseMeleeWeapon_Sharp">
|
||||||
<defName>PN_Chainsword</defName>
|
<defName>PN_Chainsword</defName>
|
||||||
<label>automaton chainsword</label>
|
<label>PnL chainsword</label>
|
||||||
<description>...</description>
|
<description>...</description>
|
||||||
<graphicData>
|
<graphicData>
|
||||||
<texPath>Things/Weapons/PNSword</texPath>
|
<texPath>Things/Weapons/PNSword</texPath>
|
||||||
@ -216,7 +273,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</tools>
|
</tools>
|
||||||
<recipeMaker>
|
<recipeMaker>
|
||||||
<researchPrerequisite>LongBlades</researchPrerequisite>
|
<researchPrerequisite>PNRP_AutomatonWeapons</researchPrerequisite>
|
||||||
<skillRequirements>
|
<skillRequirements>
|
||||||
<Crafting>5</Crafting>
|
<Crafting>5</Crafting>
|
||||||
</skillRequirements>
|
</skillRequirements>
|
||||||
@ -226,7 +283,7 @@
|
|||||||
<!--==================================== 리볼버 ====================================-->
|
<!--==================================== 리볼버 ====================================-->
|
||||||
<ThingDef ParentName="PN_BaseMakeableGun">
|
<ThingDef ParentName="PN_BaseMakeableGun">
|
||||||
<defName>PN_Revolver</defName>
|
<defName>PN_Revolver</defName>
|
||||||
<label>automaton revolver</label>
|
<label>PnL revolver</label>
|
||||||
<description>...</description>
|
<description>...</description>
|
||||||
<graphicData>
|
<graphicData>
|
||||||
<texPath>Things/Weapons/PNRevolver</texPath>
|
<texPath>Things/Weapons/PNRevolver</texPath>
|
||||||
@ -258,6 +315,7 @@
|
|||||||
<skillRequirements>
|
<skillRequirements>
|
||||||
<Crafting>3</Crafting>
|
<Crafting>3</Crafting>
|
||||||
</skillRequirements>
|
</skillRequirements>
|
||||||
|
<researchPrerequisite>PNRP_AutomatonWeapons</researchPrerequisite>
|
||||||
</recipeMaker>
|
</recipeMaker>
|
||||||
<comps>
|
<comps>
|
||||||
<li>
|
<li>
|
||||||
@ -358,7 +416,7 @@
|
|||||||
<!--==================================== 레버액션 ====================================-->
|
<!--==================================== 레버액션 ====================================-->
|
||||||
<ThingDef ParentName="PN_BaseMakeableGun">
|
<ThingDef ParentName="PN_BaseMakeableGun">
|
||||||
<defName>PN_Rifle</defName>
|
<defName>PN_Rifle</defName>
|
||||||
<label>automaton rifle</label>
|
<label>PnL rifle</label>
|
||||||
<description>...</description>
|
<description>...</description>
|
||||||
<graphicData>
|
<graphicData>
|
||||||
<texPath>Things/Weapons/PNRifle</texPath>
|
<texPath>Things/Weapons/PNRifle</texPath>
|
||||||
@ -366,7 +424,7 @@
|
|||||||
</graphicData>
|
</graphicData>
|
||||||
<soundInteract>Interact_Rifle</soundInteract>
|
<soundInteract>Interact_Rifle</soundInteract>
|
||||||
<recipeMaker>
|
<recipeMaker>
|
||||||
<researchPrerequisite>PrecisionRifling</researchPrerequisite>
|
<researchPrerequisite>PNRP_AutomatonWeapons</researchPrerequisite>
|
||||||
<skillRequirements>
|
<skillRequirements>
|
||||||
<Crafting>6</Crafting>
|
<Crafting>6</Crafting>
|
||||||
</skillRequirements>
|
</skillRequirements>
|
||||||
@ -468,10 +526,10 @@
|
|||||||
</graphicData>
|
</graphicData>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
|
||||||
<!--==================================== 기관총 ====================================-->
|
<!--==================================== 기관총 ====================================-->
|
||||||
<ThingDef ParentName="PN_BaseMakeableGun">
|
<ThingDef ParentName="PN_BaseMakeableGun">
|
||||||
<defName>PN_Machinegun</defName>
|
<defName>PN_Machinegun</defName>
|
||||||
<label>automaton machine gun</label>
|
<label>PnL machine gun</label>
|
||||||
<description>...</description>
|
<description>...</description>
|
||||||
<graphicData>
|
<graphicData>
|
||||||
<texPath>Things/Weapons/PNMachinegun</texPath>
|
<texPath>Things/Weapons/PNMachinegun</texPath>
|
||||||
@ -479,7 +537,7 @@
|
|||||||
</graphicData>
|
</graphicData>
|
||||||
<soundInteract>Interact_Rifle</soundInteract>
|
<soundInteract>Interact_Rifle</soundInteract>
|
||||||
<recipeMaker>
|
<recipeMaker>
|
||||||
<researchPrerequisite>MultibarrelWeapons</researchPrerequisite>
|
<researchPrerequisite>PNRP_MachineGun</researchPrerequisite>
|
||||||
<skillRequirements>
|
<skillRequirements>
|
||||||
<Crafting>7</Crafting>
|
<Crafting>7</Crafting>
|
||||||
</skillRequirements>
|
</skillRequirements>
|
||||||
@ -561,7 +619,7 @@
|
|||||||
<!--==================================== 포터블 캐논 ====================================-->
|
<!--==================================== 포터블 캐논 ====================================-->
|
||||||
<ThingDef ParentName="PN_BaseMakeableGun">
|
<ThingDef ParentName="PN_BaseMakeableGun">
|
||||||
<defName>PN_Cannon</defName>
|
<defName>PN_Cannon</defName>
|
||||||
<label>automaton Cannon</label>
|
<label>PnL Cannon</label>
|
||||||
<description>...</description>
|
<description>...</description>
|
||||||
<graphicData>
|
<graphicData>
|
||||||
<texPath>Things/Weapons/PNCannon</texPath>
|
<texPath>Things/Weapons/PNCannon</texPath>
|
||||||
@ -569,7 +627,7 @@
|
|||||||
</graphicData>
|
</graphicData>
|
||||||
<soundInteract>Interact_Rifle</soundInteract>
|
<soundInteract>Interact_Rifle</soundInteract>
|
||||||
<recipeMaker>
|
<recipeMaker>
|
||||||
<researchPrerequisite>Mortars</researchPrerequisite>
|
<researchPrerequisite>PNRP_Cannon</researchPrerequisite>
|
||||||
<skillRequirements>
|
<skillRequirements>
|
||||||
<Crafting>8</Crafting>
|
<Crafting>8</Crafting>
|
||||||
</skillRequirements>
|
</skillRequirements>
|
||||||
@ -728,7 +786,7 @@
|
|||||||
<!--==================================== 체인 롱소드 ====================================-->
|
<!--==================================== 체인 롱소드 ====================================-->
|
||||||
<ThingDef ParentName="PN_BaseMeleeWeapon_Sharp">
|
<ThingDef ParentName="PN_BaseMeleeWeapon_Sharp">
|
||||||
<defName>PN_Chainlongsword</defName>
|
<defName>PN_Chainlongsword</defName>
|
||||||
<label>automaton chain longsword</label>
|
<label>PnL chain longsword</label>
|
||||||
<description>...</description>
|
<description>...</description>
|
||||||
<graphicData>
|
<graphicData>
|
||||||
<texPath>Things/Weapons/PNSwordLong</texPath>
|
<texPath>Things/Weapons/PNSwordLong</texPath>
|
||||||
@ -777,38 +835,38 @@
|
|||||||
</li>
|
</li>
|
||||||
</tools>
|
</tools>
|
||||||
<recipeMaker>
|
<recipeMaker>
|
||||||
<researchPrerequisite>LongBlades</researchPrerequisite>
|
<researchPrerequisite>PNRP_RoyalWeapons</researchPrerequisite>
|
||||||
<skillRequirements>
|
<skillRequirements>
|
||||||
<Crafting>5</Crafting>
|
<Crafting>5</Crafting>
|
||||||
</skillRequirements>
|
</skillRequirements>
|
||||||
</recipeMaker>
|
</recipeMaker>
|
||||||
<comps>
|
<comps>
|
||||||
<li Class="SYS.CompProperties_WeaponExtention">
|
<li Class="SYS.CompProperties_WeaponExtention">
|
||||||
<littleDown>True</littleDown>
|
<littleDown>True</littleDown>
|
||||||
<northOffset>
|
<northOffset>
|
||||||
<position>(0.2,0,0.25)</position>
|
<position>(0.2,0,0.25)</position>
|
||||||
<angle>-45</angle>
|
<angle>-45</angle>
|
||||||
</northOffset>
|
</northOffset>
|
||||||
<southOffset>
|
<southOffset>
|
||||||
<position>(-0.25,0.3,0.2)</position>
|
<position>(-0.25,0.3,0.2)</position>
|
||||||
<angle>45</angle>
|
<angle>45</angle>
|
||||||
</southOffset>
|
</southOffset>
|
||||||
<eastOffset>
|
<eastOffset>
|
||||||
<position>(0.15,0.3,0.2)</position>
|
<position>(0.15,0.3,0.2)</position>
|
||||||
<angle>-45</angle>
|
<angle>-45</angle>
|
||||||
</eastOffset>
|
</eastOffset>
|
||||||
<westOffset>
|
<westOffset>
|
||||||
<position>(-0.15,-0.3,0.2)</position>
|
<position>(-0.15,-0.3,0.2)</position>
|
||||||
<angle>45</angle>
|
<angle>45</angle>
|
||||||
</westOffset>
|
</westOffset>
|
||||||
</li>
|
</li>
|
||||||
</comps>
|
</comps>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
|
||||||
<!--==================================== 로열 트윈 피스톨 ====================================-->
|
<!--==================================== 로열 트윈 피스톨 ====================================-->
|
||||||
<ThingDef ParentName="PN_BaseMakeableGun">
|
<ThingDef ParentName="PN_BaseMakeableGun">
|
||||||
<defName>PN_TwinPistol</defName>
|
<defName>PN_TwinPistol</defName>
|
||||||
<label>automaton twin pistol</label>
|
<label>PnL twin pistol</label>
|
||||||
<description>...</description>
|
<description>...</description>
|
||||||
<techLevel>Spacer</techLevel>
|
<techLevel>Spacer</techLevel>
|
||||||
<graphicData>
|
<graphicData>
|
||||||
@ -817,7 +875,7 @@
|
|||||||
</graphicData>
|
</graphicData>
|
||||||
<soundInteract>Interact_Rifle</soundInteract>
|
<soundInteract>Interact_Rifle</soundInteract>
|
||||||
<recipeMaker>
|
<recipeMaker>
|
||||||
<researchPrerequisite>ChargedShot</researchPrerequisite>
|
<researchPrerequisite>PNRP_RoyalWeapons</researchPrerequisite>
|
||||||
<skillRequirements>
|
<skillRequirements>
|
||||||
<Crafting>7</Crafting>
|
<Crafting>7</Crafting>
|
||||||
</skillRequirements>
|
</skillRequirements>
|
||||||
@ -896,7 +954,7 @@
|
|||||||
<!--==================================== 로열 라이플 ====================================-->
|
<!--==================================== 로열 라이플 ====================================-->
|
||||||
<ThingDef ParentName="PN_BaseMakeableGun">
|
<ThingDef ParentName="PN_BaseMakeableGun">
|
||||||
<defName>PN_RoyalRifle</defName>
|
<defName>PN_RoyalRifle</defName>
|
||||||
<label>automaton royal rifle</label>
|
<label>PnL royal rifle</label>
|
||||||
<description>...</description>
|
<description>...</description>
|
||||||
<techLevel>Spacer</techLevel>
|
<techLevel>Spacer</techLevel>
|
||||||
<graphicData>
|
<graphicData>
|
||||||
@ -905,7 +963,7 @@
|
|||||||
</graphicData>
|
</graphicData>
|
||||||
<soundInteract>Interact_Rifle</soundInteract>
|
<soundInteract>Interact_Rifle</soundInteract>
|
||||||
<recipeMaker>
|
<recipeMaker>
|
||||||
<researchPrerequisite>ChargedShot</researchPrerequisite>
|
<researchPrerequisite>PNRP_RoyalWeapons</researchPrerequisite>
|
||||||
<skillRequirements>
|
<skillRequirements>
|
||||||
<Crafting>7</Crafting>
|
<Crafting>7</Crafting>
|
||||||
</skillRequirements>
|
</skillRequirements>
|
||||||
@ -1012,7 +1070,7 @@
|
|||||||
<!--==================================== 일회용 레일건 ====================================-->
|
<!--==================================== 일회용 레일건 ====================================-->
|
||||||
<ThingDef ParentName="PN_BaseGun">
|
<ThingDef ParentName="PN_BaseGun">
|
||||||
<defName>PN_PrototypeRailGun</defName>
|
<defName>PN_PrototypeRailGun</defName>
|
||||||
<label>prototype rail gun</label>
|
<label>PnL prototype rail gun</label>
|
||||||
<description>...</description>
|
<description>...</description>
|
||||||
<tickerType>Normal</tickerType>
|
<tickerType>Normal</tickerType>
|
||||||
<techLevel>Spacer</techLevel>
|
<techLevel>Spacer</techLevel>
|
||||||
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
Loading…
x
Reference in New Issue
Block a user