ThingCategoryDef 변경
This commit is contained in:
parent
b594798fd9
commit
5e5255a03d
@ -9,7 +9,7 @@
|
|||||||
<ThingCategoryDef>
|
<ThingCategoryDef>
|
||||||
<defName>PNApparelModule</defName>
|
<defName>PNApparelModule</defName>
|
||||||
<label>Automaton Module</label>
|
<label>Automaton Module</label>
|
||||||
<parent>PNApparel</parent>
|
<parent>PN_AutomatonCatagory</parent>
|
||||||
</ThingCategoryDef>
|
</ThingCategoryDef>
|
||||||
|
|
||||||
<ThingDef Name="PN_ApparelModuleBase" ParentName="ApparelNoQualityBase" Abstract="True">
|
<ThingDef Name="PN_ApparelModuleBase" ParentName="ApparelNoQualityBase" Abstract="True">
|
||||||
@ -34,6 +34,11 @@
|
|||||||
</skillRequirements>
|
</skillRequirements>
|
||||||
</recipeMaker>
|
</recipeMaker>
|
||||||
<apparel>
|
<apparel>
|
||||||
|
<countsAsClothingForNudity>false</countsAsClothingForNudity>
|
||||||
|
<careIfWornByCorpse>false</careIfWornByCorpse>
|
||||||
|
<careIfDamaged>false</careIfDamaged>
|
||||||
|
<ignoredByNonViolent>true</ignoredByNonViolent>
|
||||||
|
<wearPerDay>0</wearPerDay>
|
||||||
<bodyPartGroups>
|
<bodyPartGroups>
|
||||||
<li>Torso</li>
|
<li>Torso</li>
|
||||||
</bodyPartGroups>
|
</bodyPartGroups>
|
||||||
@ -53,7 +58,7 @@
|
|||||||
</options>
|
</options>
|
||||||
</colorGenerator>
|
</colorGenerator>
|
||||||
<smeltable>true</smeltable>
|
<smeltable>true</smeltable>
|
||||||
<tradeability>Buyable</tradeability>
|
<tradeability>None</tradeability>
|
||||||
<tradeTags Inherit="false">
|
<tradeTags Inherit="false">
|
||||||
|
|
||||||
</tradeTags>
|
</tradeTags>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user