많은 수정

This commit is contained in:
Cocopomel 2021-08-28 21:02:21 +09:00
parent d0d6bfe28e
commit afd0be3418
6 changed files with 70 additions and 11 deletions

View File

@ -813,8 +813,9 @@
</hediffGiverSets>
</race>
<butcherProducts>
<Steel>60</Steel>
<ComponentIndustrial>2</ComponentIndustrial>
<Steel>75</Steel>
<ComponentIndustrial>4</ComponentIndustrial>
<Leather_Automaton>25</Leather_Automaton>
</butcherProducts>
<recipes>
<li>Anesthetize</li>

View File

@ -133,7 +133,7 @@
<researchPrerequisite></researchPrerequisite>
</RecipeDef>
<RecipeDef>
<RecipeDef>
<defName>PN_Make_ComponentIndustrial</defName>
<label>make component</label>
<description>Make a component.</description>
@ -167,4 +167,51 @@
<workSkill>Crafting</workSkill>
<researchPrerequisite>Fabrication</researchPrerequisite>
</RecipeDef>
<!--<RecipeDef>
<defName>PN_Disassemble_AutomatonPackage</defName>
<label>disassemble automaton package</label>
<description>...</description>
<jobString>disassembling package.</jobString>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<effectWorking>Cook</effectWorking>
<soundWorking>Recipe_Machining</soundWorking>
<workAmount>8000</workAmount>
<recipeUsers>
<li>PN_AutomatonBench</li>
</recipeUsers>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Packaged_NormalAutomaton</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Packaged_NormalAutomaton</li>
</thingDefs>
<categories>
<li>PN_AutomatonCatagory</li>
</categories>
</fixedIngredientFilter>
<defaultIngredientFilter>
<thingDefs>
<li>Packaged_NormalAutomaton</li>
</thingDefs>
</defaultIngredientFilter>
<products>
<Steel>75</Steel>
<ComponentIndustrial>4</ComponentIndustrial>
<Leather_Automaton>25</Leather_Automaton>
</products>
<skillRequirements>
<Crafting>6</Crafting>
</skillRequirements>
<workSkill>Crafting</workSkill>
<researchPrerequisite></researchPrerequisite>
</RecipeDef>-->
</Defs>

View File

@ -4,7 +4,6 @@
<defName>PN_AutomatonCatagory</defName>
<label>PnL Industry</label>
<parent>Manufactured</parent>
<resourceReadoutRoot>true</resourceReadoutRoot>
<iconPath>UI/Icons/ThingCategories/Manufactured</iconPath>
</ThingCategoryDef>
@ -17,7 +16,7 @@
<Flammability>0.5</Flammability>
</statBases>
<graphicData>
<texPath>Things/Item/Unfinished/UnfinishedTechArmor</texPath>
<texPath>Things/Item/UnfinishedAutomaton</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<stuffCategories Inherit="false" />
@ -54,7 +53,6 @@
<defName>PN_BrainCoreCatagory</defName>
<label>automaton core</label>
<parent>PN_AutomatonCatagory</parent>
<resourceReadoutRoot>true</resourceReadoutRoot>
<iconPath>UI/Icons/ThingCategories/Medicine</iconPath>
</ThingCategoryDef>
@ -187,7 +185,6 @@
<defName>PNKit</defName>
<label>Repair kit</label>
<parent>PN_AutomatonCatagory</parent>
<resourceReadoutRoot>true</resourceReadoutRoot>
<iconPath>UI/Icons/ThingCategories/Medicine</iconPath>
</ThingCategoryDef>

View File

@ -1,18 +1,31 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<ThingDef ParentName="ResourceBase" Name="BasePackagedAutomaton" Abstract="True">
<ThingDef Name="BasePackagedAutomaton" Abstract="True">
<thingClass>ThingWithComps</thingClass>
<category>Item</category>
<drawerType>MapMeshOnly</drawerType>
<useHitPoints>true</useHitPoints>
<selectable>true</selectable>
<altitudeLayer>Item</altitudeLayer>
<tradeability>None</tradeability>
<stackLimit>1</stackLimit>
<useHitPoints>true</useHitPoints>
<statBases>
<MaxHitPoints>100</MaxHitPoints>
<Mass>80.0</Mass>
<Flammability>0.2</Flammability>
</statBases>
<comps>
<li Class="CompProperties_Forbiddable"/>
</comps>
<alwaysHaulable>true</alwaysHaulable>
<drawGUIOverlay>true</drawGUIOverlay>
<rotatable>false</rotatable>
<pathCost>14</pathCost>
<allowedArchonexusCount>-1</allowedArchonexusCount>
<thingCategories Inherit="false">
<li>PN_AutomatonCatagory</li>
</thingCategories>
<smeltable>true</smeltable>
</ThingDef>
<!--확률:개별weight값/전체weight합-->
@ -65,7 +78,9 @@
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<comps>
<li><compClass>CompQuality</compClass></li>
<li>
<compClass>CompQuality</compClass>
</li>
<li Class="AutomataRace.CompPropeties_AutomataDataHolder"></li>
<li Class="CompProperties_Usable">
<useJob>UseItem</useJob>

View File

@ -182,7 +182,6 @@
<defName>PN_Shell</defName>
<label>PnL Shell</label>
<parent>PN_AutomatonCatagory</parent>
<resourceReadoutRoot>true</resourceReadoutRoot>
<iconPath>UI/Icons/ThingCategories/Manufactured</iconPath>
</ThingCategoryDef>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB