2025-6-28
This commit is contained in:
@@ -1,70 +1,5 @@
|
||||
<?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_Alloy_Framework_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>feedstock</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> -->
|
||||
<!-- 机械师专用配方,覆盖父元素 -->
|
||||
<mechanitorOnlyRecipe>false</mechanitorOnlyRecipe>
|
||||
<products>
|
||||
<WulaSpecies>1</WulaSpecies>
|
||||
</products>
|
||||
<descriptionHyperlinks>
|
||||
<ThingDef>WulaSpecies</ThingDef>
|
||||
</descriptionHyperlinks>
|
||||
</RecipeDef>
|
||||
</Defs>
|
||||
<!-- <RecipeDef ParentName="BaseMechanoidRecipe">
|
||||
<defName>WULA_Make_New_Synth</defName>
|
||||
<label>制造乌拉帝国合成人</label>
|
||||
@@ -73,7 +8,7 @@
|
||||
<li>
|
||||
<filter>
|
||||
<thingDefs>
|
||||
<li>WULA_Alloy_Framework_Base</li>
|
||||
<li>WULA_Antenna_Base</li>
|
||||
</thingDefs>
|
||||
</filter>
|
||||
<count>1</count>
|
||||
@@ -104,7 +39,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<filter>
|
||||
<customSummary>feedstock</customSummary>
|
||||
<customSummary>有机原料</customSummary>
|
||||
<categories>
|
||||
<li>Foods</li>
|
||||
<li>PlantMatter</li>
|
||||
@@ -120,15 +55,61 @@
|
||||
<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>
|
||||
<gestationCycles>3</gestationCycles>
|
||||
<researchPrerequisite>BasicMechtech</researchPrerequisite>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user