2025-6-29
This commit is contained in:
@@ -1,87 +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_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>
|
||||
@@ -110,33 +28,3 @@
|
||||
<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> -->
|
||||
|
||||
Reference in New Issue
Block a user