Files
WulaFallenEmpireRW/1.5/Defs/RecipeDefs/Recipes_WULA.xml
2025-06-28 13:36:03 +08:00

143 lines
4.3 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!-- <RecipeDef ParentName="BaseMechanoidRecipe">
<defName>WULA_Make_New_Synth</defName>
<label>制造乌拉帝国合成人</label>
<description>制造一个新的机械乌拉,这是乌拉帝国合成人派系增加人口的唯一方式。</description>
<ingredients Inherit="False">
<li>
<filter>
<thingDefs>
<li>WULA_Antenna_Base</li>
</thingDefs>
</filter>
<count>1</count>
</li>
<li>
<filter>
<thingDefs>
<li>WULA_Energy_Furnace_Base</li>
</thingDefs>
</filter>
<count>1</count>
</li>
<li>
<filter>
<thingDefs>
<li>WULA_Alloy_Framework_Base</li>
</thingDefs>
</filter>
<count>1</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentIndustrial</li>
</thingDefs>
</filter>
<count>4</count>
</li>
<li>
<filter>
<customSummary>有机原料</customSummary>
<categories>
<li>Foods</li>
<li>PlantMatter</li>
</categories>
<disallowedThingDefs>
<li>Hay</li>
<li>Dye</li>
</disallowedThingDefs>
<disallowedCategories>
<li>FoodMeals</li>
</disallowedCategories>
</filter>
<count>50</count>
</li>
</ingredients>
<fixedIngredientFilter>
<categories>
<li>Foods</li>
<li>PlantMatter</li>
</categories>
<disallowedThingDefs>
<li>Hay</li>
<li>Dye</li>
<li MayRequire="Ludeon.RimWorld.Biotech">HemogenPack</li>
<li MayRequire="Ludeon.RimWorld.Biotech">BabyFood</li>
</disallowedThingDefs>
<disallowedCategories>
<li>FoodMeals</li>
</disallowedCategories>
</fixedIngredientFilter>
<mechanitorOnlyRecipe>false</mechanitorOnlyRecipe>
<products>
<WulaSpecies>1</WulaSpecies>
</products>
<descriptionHyperlinks>
<ThingDef>WulaSpecies</ThingDef>
<ThingDef>WULA_Antenna_Base</ThingDef>
<ThingDef>WULA_Energy_Furnace_Base</ThingDef>
<ThingDef>WULA_Alloy_Framework_Base</ThingDef>
</descriptionHyperlinks>
</RecipeDef> -->
<RecipeDef ParentName="ResourceBase">
<defName>Make_WULA_Charge_Cube</defName>
<label>制造乌拉帝国能源核心</label>
<description>制造一块乌拉帝国能源核心,内部包括供给有机部分的营养与供给机械部分的能量,这是机械乌拉唯一可接受的外部输入性能量来源。</description>
<jobString>正在制造乌拉帝国能源核心</jobString>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<!-- <requiredGiverWorkType>Crafting</requiredGiverWorkType> -->
<effectWorking>Smith</effectWorking>
<soundWorking>Recipe_Smith</soundWorking>
<!-- 允许混合成分 -->
<allowMixingIngredients>true</allowMixingIngredients>
<ingredients Inherit="False">
<li>
<filter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</filter>
<count>0.5</count>
</li>
</ingredients>
<products>
<WULA_Charge_Cube>1</WULA_Charge_Cube>
</products>
<workSkill>Crafting</workSkill>
<displayPriority>100</displayPriority>
</RecipeDef>
</Defs>
<!-- <RecipeDef ParentName="SurgeryInstallImplantBase">
<defName>WULA_Install_Energy_Furnace_Base</defName>
<label>install ghoul barbs</label>
<description>Install ghoul barbs.</description>
<jobString>Installing ghoul barbs.</jobString>
<skillRequirements Inherit="false" />
<anesthetize>false</anesthetize>
<surgeryOutcomeEffect IsNull="True" />
<mutantPrerequisite>
<li>Ghoul</li>
</mutantPrerequisite>
<ingredients Inherit="false">
<li>
<filter>
<thingDefs>
<li>WULA_Energy_Furnace_Base</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>WULA_Energy_Furnace_Base</li>
</thingDefs>
</fixedIngredientFilter>
<appliedOnFixedBodyParts>
<li>WULA_Energy_Furnace_Bodypart</li>
</appliedOnFixedBodyParts>
</RecipeDef> -->