많은 수정

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> </hediffGiverSets>
</race> </race>
<butcherProducts> <butcherProducts>
<Steel>60</Steel> <Steel>75</Steel>
<ComponentIndustrial>2</ComponentIndustrial> <ComponentIndustrial>4</ComponentIndustrial>
<Leather_Automaton>25</Leather_Automaton>
</butcherProducts> </butcherProducts>
<recipes> <recipes>
<li>Anesthetize</li> <li>Anesthetize</li>

View File

@ -167,4 +167,51 @@
<workSkill>Crafting</workSkill> <workSkill>Crafting</workSkill>
<researchPrerequisite>Fabrication</researchPrerequisite> <researchPrerequisite>Fabrication</researchPrerequisite>
</RecipeDef> </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> </Defs>

View File

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

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB