많은 수정
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user