fix fuel categories

This commit is contained in:
Cocopomel 2021-06-13 22:22:09 +09:00
parent e816acd9b9
commit fca70f5c59
2 changed files with 29 additions and 15 deletions

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<Defs> <Defs>
<ThingCategoryDef>
<defName>PN_Fuel</defName>
<label>Automaton Fuel</label>
<parent>Drugs</parent>
</ThingCategoryDef>
<!--==================================== 오토마톤 연료 ====================================--> <!--==================================== 오토마톤 연료 ====================================-->
<ThingDef ParentName="DrugPillBase"> <ThingDef ParentName="DrugPillBase">
<defName>PN_AutomatonFuel</defName> <defName>PN_AutomatonFuel</defName>
@ -63,9 +68,12 @@
<wickTicks>70~150</wickTicks> <wickTicks>70~150</wickTicks>
</li> </li>
</comps> </comps>
<tradeTags> <tradeTags Inherit="false">
<li>ExoticMisc</li>
</tradeTags> </tradeTags>
<thingCategories Inherit="false">
<li>PN_Fuel</li>
</thingCategories>
</ThingDef> </ThingDef>
<ThoughtDef> <ThoughtDef>
@ -298,9 +306,12 @@
<wickTicks>70~150</wickTicks> <wickTicks>70~150</wickTicks>
</li> </li>
</comps> </comps>
<tradeTags> <tradeTags Inherit="false">
<li>ExoticMisc</li>
</tradeTags> </tradeTags>
<thingCategories Inherit="false">
<li>PN_Fuel</li>
</thingCategories>
</ThingDef> </ThingDef>
<ThoughtDef> <ThoughtDef>
@ -391,9 +402,12 @@
<wickTicks>70~150</wickTicks> <wickTicks>70~150</wickTicks>
</li> </li>
</comps> </comps>
<tradeTags> <tradeTags Inherit="false">
<li>ExoticMisc</li>
</tradeTags> </tradeTags>
<thingCategories Inherit="false">
<li>PN_Fuel</li>
</thingCategories>
</ThingDef> </ThingDef>
<ThoughtDef> <ThoughtDef>

View File

@ -96,6 +96,14 @@
</filter> </filter>
<count>1</count> <count>1</count>
</li> </li>
<li>
<filter>
<categories>
<li>PN_Fuel</li>
</categories>
</filter>
<count>1</count>
</li>
<li> <li>
<filter> <filter>
<thingDefs> <thingDefs>
@ -112,23 +120,15 @@
</filter> </filter>
<count>1</count> <count>1</count>
</li> </li>
<li>
<filter>
<thingDefs>
<li>PN_AutomatonFuel</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients> </ingredients>
<fixedIngredientFilter> <fixedIngredientFilter>
<thingDefs> <thingDefs>
<li>Steel</li> <li>Steel</li>
<li>ComponentIndustrial</li> <li>ComponentIndustrial</li>
<li>PN_AutomatonFuel</li>
</thingDefs> </thingDefs>
<categories> <categories>
<li>Medicine</li> <li>Medicine</li>
<li>PN_Fuel</li>
</categories> </categories>
</fixedIngredientFilter> </fixedIngredientFilter>
</RecipeDef> </RecipeDef>