fix fuel categories
This commit is contained in:
parent
e816acd9b9
commit
fca70f5c59
@ -1,5 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<ThingCategoryDef>
|
||||
<defName>PN_Fuel</defName>
|
||||
<label>Automaton Fuel</label>
|
||||
<parent>Drugs</parent>
|
||||
</ThingCategoryDef>
|
||||
<!--==================================== 오토마톤 연료 ====================================-->
|
||||
<ThingDef ParentName="DrugPillBase">
|
||||
<defName>PN_AutomatonFuel</defName>
|
||||
@ -63,9 +68,12 @@
|
||||
<wickTicks>70~150</wickTicks>
|
||||
</li>
|
||||
</comps>
|
||||
<tradeTags>
|
||||
<li>ExoticMisc</li>
|
||||
<tradeTags Inherit="false">
|
||||
|
||||
</tradeTags>
|
||||
<thingCategories Inherit="false">
|
||||
<li>PN_Fuel</li>
|
||||
</thingCategories>
|
||||
</ThingDef>
|
||||
|
||||
<ThoughtDef>
|
||||
@ -298,9 +306,12 @@
|
||||
<wickTicks>70~150</wickTicks>
|
||||
</li>
|
||||
</comps>
|
||||
<tradeTags>
|
||||
<li>ExoticMisc</li>
|
||||
<tradeTags Inherit="false">
|
||||
|
||||
</tradeTags>
|
||||
<thingCategories Inherit="false">
|
||||
<li>PN_Fuel</li>
|
||||
</thingCategories>
|
||||
</ThingDef>
|
||||
|
||||
<ThoughtDef>
|
||||
@ -391,9 +402,12 @@
|
||||
<wickTicks>70~150</wickTicks>
|
||||
</li>
|
||||
</comps>
|
||||
<tradeTags>
|
||||
<li>ExoticMisc</li>
|
||||
<tradeTags Inherit="false">
|
||||
|
||||
</tradeTags>
|
||||
<thingCategories Inherit="false">
|
||||
<li>PN_Fuel</li>
|
||||
</thingCategories>
|
||||
</ThingDef>
|
||||
|
||||
<ThoughtDef>
|
||||
|
@ -96,6 +96,14 @@
|
||||
</filter>
|
||||
<count>1</count>
|
||||
</li>
|
||||
<li>
|
||||
<filter>
|
||||
<categories>
|
||||
<li>PN_Fuel</li>
|
||||
</categories>
|
||||
</filter>
|
||||
<count>1</count>
|
||||
</li>
|
||||
<li>
|
||||
<filter>
|
||||
<thingDefs>
|
||||
@ -112,23 +120,15 @@
|
||||
</filter>
|
||||
<count>1</count>
|
||||
</li>
|
||||
<li>
|
||||
<filter>
|
||||
<thingDefs>
|
||||
<li>PN_AutomatonFuel</li>
|
||||
</thingDefs>
|
||||
</filter>
|
||||
<count>1</count>
|
||||
</li>
|
||||
</ingredients>
|
||||
<fixedIngredientFilter>
|
||||
<thingDefs>
|
||||
<li>Steel</li>
|
||||
<li>ComponentIndustrial</li>
|
||||
<li>PN_AutomatonFuel</li>
|
||||
</thingDefs>
|
||||
<categories>
|
||||
<li>Medicine</li>
|
||||
<li>PN_Fuel</li>
|
||||
</categories>
|
||||
</fixedIngredientFilter>
|
||||
</RecipeDef>
|
||||
|
Loading…
x
Reference in New Issue
Block a user