fix RepairKits
This commit is contained in:
parent
fc574bf5b0
commit
e69a0cce8c
@ -1,25 +1,24 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<Defs>
|
<Defs>
|
||||||
<!--수리키트-->
|
<!--==================================== 수리 키트 업그레이드 ====================================-->
|
||||||
<RecipeDef>
|
<RecipeDef>
|
||||||
<defName>PN_Make_RepairKit</defName>
|
<defName>PN_upgrade_SelfRepairKit</defName>
|
||||||
<label>make automaton repair kit</label>
|
<label>upgrade automaton repair kit</label>
|
||||||
<description>...</description>
|
<description>...</description>
|
||||||
<jobString>Making automaton repair kit.</jobString>
|
<jobString>Upgrading automaton repair kit.</jobString>
|
||||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
||||||
<effectWorking>Cook</effectWorking>
|
<effectWorking>Cook</effectWorking>
|
||||||
<soundWorking>Recipe_Machining</soundWorking>
|
<soundWorking>Recipe_Machining</soundWorking>
|
||||||
<workAmount>10000</workAmount>
|
<workAmount>800</workAmount>
|
||||||
<recipeUsers>
|
<recipeUsers>
|
||||||
<li>PN_AutomatonBench</li>
|
<li>PN_AutomatonBench</li>
|
||||||
<li>CraftingSpot</li>
|
|
||||||
<li>TableMachining</li>
|
<li>TableMachining</li>
|
||||||
</recipeUsers>
|
</recipeUsers>
|
||||||
<ingredients>
|
<ingredients>
|
||||||
<li>
|
<li>
|
||||||
<filter>
|
<filter>
|
||||||
<thingDefs>
|
<thingDefs>
|
||||||
<li>MedicineHerbal</li>
|
<li>PN_RepairKit</li>
|
||||||
</thingDefs>
|
</thingDefs>
|
||||||
</filter>
|
</filter>
|
||||||
<count>1</count>
|
<count>1</count>
|
||||||
@ -27,88 +26,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<filter>
|
<filter>
|
||||||
<thingDefs>
|
<thingDefs>
|
||||||
<li>ComponentIndustrial</li>
|
<li>MechSerumHealer</li>
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>1</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Steel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>16</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>8</count>
|
|
||||||
</li>
|
|
||||||
</ingredients>
|
|
||||||
<fixedIngredientFilter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>MedicineHerbal</li>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
<li>Steel</li>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</fixedIngredientFilter>
|
|
||||||
<products>
|
|
||||||
<PN_RepairKit>1</PN_RepairKit>
|
|
||||||
</products>
|
|
||||||
<skillRequirements>
|
|
||||||
<Crafting>4</Crafting>
|
|
||||||
<Medicine>4</Medicine>
|
|
||||||
</skillRequirements>
|
|
||||||
<workSkill>Crafting</workSkill>
|
|
||||||
<researchPrerequisite></researchPrerequisite>
|
|
||||||
</RecipeDef>
|
|
||||||
|
|
||||||
<RecipeDef>
|
|
||||||
<defName>PN_Make_SelfRepairKit</defName>
|
|
||||||
<label>make automaton self repair kit</label>
|
|
||||||
<description>...</description>
|
|
||||||
<jobString>Making automaton self repair kit.</jobString>
|
|
||||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
|
||||||
<effectWorking>Cook</effectWorking>
|
|
||||||
<soundWorking>Recipe_Machining</soundWorking>
|
|
||||||
<workAmount>10000</workAmount>
|
|
||||||
<recipeUsers>
|
|
||||||
<li>PN_AutomatonBench</li>
|
|
||||||
</recipeUsers>
|
|
||||||
<ingredients>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>MedicineUltratech</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>1</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>ComponentIndustrial</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>1</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Steel</li>
|
|
||||||
</thingDefs>
|
|
||||||
</filter>
|
|
||||||
<count>8</count>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<filter>
|
|
||||||
<thingDefs>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
</thingDefs>
|
</thingDefs>
|
||||||
</filter>
|
</filter>
|
||||||
<count>1</count>
|
<count>1</count>
|
||||||
@ -116,18 +34,15 @@
|
|||||||
</ingredients>
|
</ingredients>
|
||||||
<fixedIngredientFilter>
|
<fixedIngredientFilter>
|
||||||
<thingDefs>
|
<thingDefs>
|
||||||
<li>MedicineUltratech</li>
|
<li>PN_RepairKit</li>
|
||||||
<li>ComponentIndustrial</li>
|
<li>MechSerumHealer</li>
|
||||||
<li>Steel</li>
|
|
||||||
<li>Chemfuel</li>
|
|
||||||
</thingDefs>
|
</thingDefs>
|
||||||
</fixedIngredientFilter>
|
</fixedIngredientFilter>
|
||||||
<products>
|
<products>
|
||||||
<PN_SelfRepairKit>1</PN_SelfRepairKit>
|
<PN_SelfRepairKit>1</PN_SelfRepairKit>
|
||||||
</products>
|
</products>
|
||||||
<skillRequirements>
|
<skillRequirements>
|
||||||
<Crafting>4</Crafting>
|
<Crafting>8</Crafting>
|
||||||
<Medicine>4</Medicine>
|
|
||||||
</skillRequirements>
|
</skillRequirements>
|
||||||
<workSkill>Crafting</workSkill>
|
<workSkill>Crafting</workSkill>
|
||||||
<researchPrerequisite></researchPrerequisite>
|
<researchPrerequisite></researchPrerequisite>
|
||||||
|
@ -76,18 +76,39 @@
|
|||||||
<graphicClass>Graphic_StackCount</graphicClass>
|
<graphicClass>Graphic_StackCount</graphicClass>
|
||||||
<drawSize>1.0</drawSize>
|
<drawSize>1.0</drawSize>
|
||||||
</graphicData>
|
</graphicData>
|
||||||
|
<techLevel>Industrial</techLevel>
|
||||||
<stackLimit>10</stackLimit>
|
<stackLimit>10</stackLimit>
|
||||||
|
<uiIconForStackCount>1</uiIconForStackCount>
|
||||||
<healthAffectsPrice>false</healthAffectsPrice>
|
<healthAffectsPrice>false</healthAffectsPrice>
|
||||||
<statBases>
|
<statBases>
|
||||||
<MarketValue>18</MarketValue>
|
<MarketValue>18</MarketValue>
|
||||||
<Mass>0.50</Mass>
|
<MaxHitPoints>60</MaxHitPoints>
|
||||||
|
<Mass>2</Mass>
|
||||||
<Flammability>0.7</Flammability>
|
<Flammability>0.7</Flammability>
|
||||||
<WorkToMake>350</WorkToMake>
|
<WorkToMake>700</WorkToMake>
|
||||||
</statBases>
|
</statBases>
|
||||||
<thingCategories>
|
<thingCategories>
|
||||||
<li>PNKit</li>
|
<li>PNKit</li>
|
||||||
</thingCategories>
|
</thingCategories>
|
||||||
<tradeability>Sellable</tradeability>
|
<tradeability>Sellable</tradeability>
|
||||||
|
<costList>
|
||||||
|
<ComponentIndustrial>2</ComponentIndustrial>
|
||||||
|
<Steel>15</Steel>
|
||||||
|
<Chemfuel>2</Chemfuel>
|
||||||
|
<Leather_Automaton>5</Leather_Automaton>
|
||||||
|
</costList>
|
||||||
|
<recipeMaker>
|
||||||
|
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
||||||
|
<workSkill>Crafting</workSkill>
|
||||||
|
<recipeUsers>
|
||||||
|
<li>PN_AutomatonBench</li>
|
||||||
|
<li>TableMachining</li>
|
||||||
|
</recipeUsers>
|
||||||
|
<researchPrerequisite></researchPrerequisite>
|
||||||
|
<skillRequirements>
|
||||||
|
<Crafting>4</Crafting>
|
||||||
|
</skillRequirements>
|
||||||
|
</recipeMaker>
|
||||||
<comps>
|
<comps>
|
||||||
|
|
||||||
</comps>
|
</comps>
|
||||||
@ -103,17 +124,39 @@
|
|||||||
<graphicClass>Graphic_StackCount</graphicClass>
|
<graphicClass>Graphic_StackCount</graphicClass>
|
||||||
<drawSize>1.0</drawSize>
|
<drawSize>1.0</drawSize>
|
||||||
</graphicData>
|
</graphicData>
|
||||||
|
<techLevel>Spacer</techLevel>
|
||||||
<stackLimit>10</stackLimit>
|
<stackLimit>10</stackLimit>
|
||||||
|
<uiIconForStackCount>1</uiIconForStackCount>
|
||||||
<statBases>
|
<statBases>
|
||||||
<MarketValue>18</MarketValue>
|
<MarketValue>18</MarketValue>
|
||||||
<Mass>0.50</Mass>
|
<Mass>2</Mass>
|
||||||
|
<MaxHitPoints>60</MaxHitPoints>
|
||||||
<Flammability>0.7</Flammability>
|
<Flammability>0.7</Flammability>
|
||||||
<WorkToMake>700</WorkToMake>
|
<WorkToMake>1500</WorkToMake>
|
||||||
</statBases>
|
</statBases>
|
||||||
<thingCategories>
|
<thingCategories>
|
||||||
<li>PNKit</li>
|
<li>PNKit</li>
|
||||||
</thingCategories>
|
</thingCategories>
|
||||||
<tradeability>Sellable</tradeability>
|
<tradeability>Sellable</tradeability>
|
||||||
|
<costList>
|
||||||
|
<MechSerumHealer>1</MechSerumHealer>
|
||||||
|
<ComponentIndustrial>2</ComponentIndustrial>
|
||||||
|
<Steel>15</Steel>
|
||||||
|
<Chemfuel>2</Chemfuel>
|
||||||
|
<Leather_Automaton>5</Leather_Automaton>
|
||||||
|
</costList>
|
||||||
|
<recipeMaker>
|
||||||
|
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
||||||
|
<workSkill>Crafting</workSkill>
|
||||||
|
<recipeUsers>
|
||||||
|
<li>PN_AutomatonBench</li>
|
||||||
|
<li>TableMachining</li>
|
||||||
|
</recipeUsers>
|
||||||
|
<researchPrerequisite></researchPrerequisite>
|
||||||
|
<skillRequirements>
|
||||||
|
<Crafting>8</Crafting>
|
||||||
|
</skillRequirements>
|
||||||
|
</recipeMaker>
|
||||||
<comps>
|
<comps>
|
||||||
<li Class="CompProperties_Usable">
|
<li Class="CompProperties_Usable">
|
||||||
<useJob>UseItem</useJob>
|
<useJob>UseItem</useJob>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user