Files
WulaFallenEmpireRW/1.6/Defs/RecipeDefs/Recipes_WULA.xml
2025-07-27 05:16:31 +08:00

720 lines
22 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<RecipeDef>
<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>2</count>
</li>
<li>
<filter>
<thingDefs>
<li>Chemfuel</li>
</thingDefs>
</filter>
<count>2</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentIndustrial</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<products>
<WULA_Charge_Cube>1</WULA_Charge_Cube>
</products>
<workSkill>Crafting</workSkill>
<displayPriority>100</displayPriority>
<researchPrerequisites>
<li>WULA_Base_Technology</li>
</researchPrerequisites>
</RecipeDef>
<RecipeDef>
<defName>Make_WULA_Charge_Cube_Group</defName>
<label>制造乌拉帝国能源核心4个</label>
<description>制造4块乌拉帝国能源核心包括可复冲的电容器与供给机械运转的能量这是机械乌拉唯一可接受的外部输入性能量来源也是多种乌拉帝国产物的前体。</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>8</count>
</li>
<li>
<filter>
<thingDefs>
<li>Chemfuel</li>
</thingDefs>
</filter>
<count>8</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentIndustrial</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<products>
<WULA_Charge_Cube>4</WULA_Charge_Cube>
</products>
<workSkill>Crafting</workSkill>
<displayPriority>100</displayPriority>
<researchPrerequisites>
<li>WULA_Base_Technology</li>
</researchPrerequisites>
</RecipeDef>
<RecipeDef>
<defName>Recharge_WULA_Charge_Cube</defName>
<label>以化合燃料充能能源核心</label>
<description>使用化合燃料,将被使用过的失去能量的乌拉帝国能源核心重新充能。</description>
<jobString>正在为乌拉帝国能源核心充能</jobString>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<!-- <requiredGiverWorkType>Crafting</requiredGiverWorkType> -->
<effectWorking>Smith</effectWorking>
<soundWorking>Recipe_Smith</soundWorking>
<workAmount>200</workAmount>
<!-- 允许混合成分 -->
<allowMixingIngredients>true</allowMixingIngredients>
<ingredients Inherit="False">
<li>
<filter>
<thingDefs>
<li>Chemfuel</li>
</thingDefs>
</filter>
<count>2</count>
</li>
<li>
<filter>
<thingDefs>
<li>WULA_Charge_Cube_No_Power</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<products>
<WULA_Charge_Cube>1</WULA_Charge_Cube>
</products>
<workSkill>Crafting</workSkill>
<displayPriority>100</displayPriority>
<researchPrerequisites>
<li>WULA_Base_Technology</li>
</researchPrerequisites>
</RecipeDef>
<RecipeDef>
<defName>Recharge_WULA_Charge_Cube_Energy</defName>
<label>充能能源核心</label>
<description>使用电力,将被使用过的失去能量的乌拉帝国能源核心重新充能。</description>
<jobString>正在为乌拉帝国能源核心充能</jobString>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<!-- <requiredGiverWorkType>Crafting</requiredGiverWorkType> -->
<effectWorking>Smith</effectWorking>
<soundWorking>Recipe_Smith</soundWorking>
<workAmount>100</workAmount>
<!-- 允许混合成分 -->
<allowMixingIngredients>true</allowMixingIngredients>
<ingredients Inherit="False">
<li>
<filter>
<thingDefs>
<li>WULA_Charge_Cube_No_Power</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<products>
<WULA_Charge_Cube>1</WULA_Charge_Cube>
</products>
<workSkill>Crafting</workSkill>
<displayPriority>100</displayPriority>
<researchPrerequisites>
<li>WULA_Base_Technology</li>
</researchPrerequisites>
</RecipeDef>
<RecipeDef>
<defName>Recharge_WULA_Charge_Cube_Energy_Group</defName>
<label>充能能源核心4个</label>
<description>使用电力,将被使用过的失去能量的乌拉帝国能源核心重新充能。</description>
<jobString>正在为乌拉帝国能源核心充能</jobString>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<!-- <requiredGiverWorkType>Crafting</requiredGiverWorkType> -->
<effectWorking>Smith</effectWorking>
<soundWorking>Recipe_Smith</soundWorking>
<workAmount>350</workAmount>
<!-- 允许混合成分 -->
<allowMixingIngredients>true</allowMixingIngredients>
<ingredients Inherit="False">
<li>
<filter>
<thingDefs>
<li>WULA_Charge_Cube_No_Power</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<products>
<WULA_Charge_Cube>4</WULA_Charge_Cube>
</products>
<workSkill>Crafting</workSkill>
<displayPriority>100</displayPriority>
<researchPrerequisites>
<li>WULA_Base_Technology</li>
</researchPrerequisites>
</RecipeDef>
<RecipeDef>
<defName>Make_Component_By_WULA_Cube_Productor</defName>
<label>制作零部件</label>
<description>用乌拉帝国编织体制造零部件,耗时较精密装配台更长,并且耗费的资源更多。</description>
<jobString>正在为乌拉帝国能源核心充能</jobString>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<!-- <requiredGiverWorkType>Crafting</requiredGiverWorkType> -->
<effectWorking>Smith</effectWorking>
<soundWorking>Recipe_Smith</soundWorking>
<workAmount>8500</workAmount>
<unfinishedThingDef>UnfinishedComponent</unfinishedThingDef>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</filter>
<count>20</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<ComponentIndustrial>1</ComponentIndustrial>
</products>
<workSkill>Crafting</workSkill>
<displayPriority>100</displayPriority>
<researchPrerequisites>
<li>WULA_Adv_WorkTable_Technology</li>
</researchPrerequisites>
</RecipeDef>
<RecipeDef>
<defName>Make_WULA_Dark_Matter_Item</defName>
<label>制造乌拉帝国暗物质</label>
<description>制造1份封装的暗物质由暗物质约束装置和暗物质组成是乌拉帝国大型设施和武备所必须的能量来源。</description>
<jobString>正在制造乌拉帝国暗物质</jobString>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<!-- <requiredGiverWorkType>Crafting</requiredGiverWorkType> -->
<effectWorking>Smith</effectWorking>
<soundWorking>Recipe_Smith</soundWorking>
<!-- 允许混合成分 -->
<allowMixingIngredients>false</allowMixingIngredients>
<skillRequirements>
<Crafting>15</Crafting>
</skillRequirements>
<ingredients Inherit="False">
<li>
<filter>
<thingDefs>
<li>WULA_Charge_Cube</li>
</thingDefs>
</filter>
<count>25</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentSpacer</li>
</thingDefs>
</filter>
<count>8</count>
</li>
</ingredients>
<products>
<WULA_Dark_Matter_Item>1</WULA_Dark_Matter_Item>
</products>
<workSkill>Crafting</workSkill>
<displayPriority>100</displayPriority>
<researchPrerequisites>
<li>WULA_Dark_Matter_Technology</li>
</researchPrerequisites>
</RecipeDef>
<RecipeDef ParentName="MediumMechanoidRecipe">
<defName>WULA_Build_AI_Heavy_Panzer</defName>
<label>建造SMp-38"萨克森"</label>
<description>建造一台SMp-38"萨克森"智能战车。</description>
<ingredients Inherit="False">
<li>
<filter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</filter>
<count>600</count>
</li>
<li>
<filter>
<thingDefs>
<li>Plasteel</li>
</thingDefs>
</filter>
<count>250</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentIndustrial</li>
</thingDefs>
</filter>
<count>24</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentSpacer</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<products>
<Wula_AI_Heavy_Panzer>1</Wula_AI_Heavy_Panzer>
</products>
<descriptionHyperlinks>
<ThingDef>Wula_AI_Heavy_Panzer</ThingDef>
</descriptionHyperlinks>
<researchPrerequisite>WULA_AI_Machine_Panzer_Technology</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="MediumMechanoidRecipe">
<defName>WULA_Build_AI_Heavy_Panzer_Gunnery</defName>
<label>建造SMp-38A"斯佩萨特"</label>
<description>建造一台SMp-38A"斯佩萨特"智能战车。</description>
<ingredients Inherit="False">
<li>
<filter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</filter>
<count>600</count>
</li>
<li>
<filter>
<thingDefs>
<li>Plasteel</li>
</thingDefs>
</filter>
<count>250</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentIndustrial</li>
</thingDefs>
</filter>
<count>24</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentSpacer</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<products>
<Wula_AI_Heavy_Panzer_Gunnery>1</Wula_AI_Heavy_Panzer_Gunnery>
</products>
<descriptionHyperlinks>
<ThingDef>Wula_AI_Heavy_Panzer_Gunnery</ThingDef>
</descriptionHyperlinks>
<researchPrerequisite>WULA_AI_Machine_Panzer_Technology</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="MediumMechanoidRecipe">
<defName>WULA_Build_AI_Engineer_Mother</defName>
<label>建造PMu-7"西比尔卡"</label>
<description>建造一台PMu-7"西比尔卡"开拓单元。</description>
<ingredients Inherit="False">
<li>
<filter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</filter>
<count>600</count>
</li>
<li>
<filter>
<thingDefs>
<li>Plasteel</li>
</thingDefs>
</filter>
<count>250</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentIndustrial</li>
</thingDefs>
</filter>
<count>24</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentSpacer</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<products>
<Wula_AI_Engineer_Mother>1</Wula_AI_Engineer_Mother>
</products>
<descriptionHyperlinks>
<ThingDef>Wula_AI_Engineer_Mother</ThingDef>
</descriptionHyperlinks>
<researchPrerequisite>Wula_AI_Engineer_Mother_Technology</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="MediumMechanoidRecipe">
<defName>WULA_Build_AI_Engineer_Mother_Attack</defName>
<label>建造PMu-7A"斯托洛维耶"</label>
<description>建造一台PMu-7A"斯托洛维耶"开拓单元。</description>
<ingredients Inherit="False">
<li>
<filter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</filter>
<count>600</count>
</li>
<li>
<filter>
<thingDefs>
<li>Plasteel</li>
</thingDefs>
</filter>
<count>250</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentIndustrial</li>
</thingDefs>
</filter>
<count>24</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentSpacer</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<products>
<Wula_AI_Engineer_Mother_Attack>1</Wula_AI_Engineer_Mother_Attack>
</products>
<descriptionHyperlinks>
<ThingDef>Wula_AI_Engineer_Mother_Attack</ThingDef>
</descriptionHyperlinks>
<researchPrerequisite>Wula_AI_Engineer_Mother_Technology</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="LightMechanoidRecipe">
<defName>WULA_Build_Wula_Synth</defName>
<label>建造URa-00"机械乌拉"</label>
<description>建造一台URa-00"机械乌拉"合成人,是乌拉帝国合成人殖民地的主体种族,作为机械体的同时拥有复杂拟真的模拟情感。\n\n以此方法建造的合成人被称为新生代合成人它们在出厂时只会设置人格不会拥有任何技能等级需要通过乌拉帝国数据库下载相关技能</description>
<ingredients Inherit="False">
<li>
<filter>
<thingDefs>
<li>WULA_Addons_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_Charge_Cube</li>
</thingDefs>
</filter>
<count>30</count>
</li>
<li>
<filter>
<thingDefs>
<li>Chemfuel</li>
</thingDefs>
</filter>
<count>140</count>
</li>
<li>
<filter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</filter>
<count>400</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentIndustrial</li>
</thingDefs>
</filter>
<count>8</count>
</li>
</ingredients>
<products>
<WulaSpecies>1</WulaSpecies>
</products>
<descriptionHyperlinks>
<ThingDef>WulaSpecies</ThingDef>
</descriptionHyperlinks>
<researchPrerequisite>WULA_Synth_Productor_Technology</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="LightMechanoidRecipe">
<defName>WULA_Build_Mech_Cat</defName>
<label>建造CAt-11"猫猫"</label>
<description>建造一台CAt-11"猫猫"辅助机器人,可以执行包括搬运、烹饪、种植收割、清理、急救和灭火一类的简单工作。</description>
<ingredients Inherit="False">
<li>
<filter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</filter>
<count>50</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentIndustrial</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<products>
<Mech_WULA_Cat>1</Mech_WULA_Cat>
</products>
<descriptionHyperlinks>
<ThingDef>Mech_WULA_Cat</ThingDef>
</descriptionHyperlinks>
<researchPrerequisite>WULA_Machine_Productor_Technology</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="LightMechanoidRecipe">
<defName>WULA_Build_Mech_Cat_Constructor</defName>
<label>建造CAt-86"土木猫猫"</label>
<description>建造一台CAt-86"土木猫猫"辅助机器人,允许执行挖矿和建造的工作,并且拥有一把可以砸碎敌人膝盖的锤子。</description>
<ingredients Inherit="False">
<li>
<filter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</filter>
<count>50</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentIndustrial</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<products>
<Mech_WULA_Cat_Constructor>1</Mech_WULA_Cat_Constructor>
</products>
<descriptionHyperlinks>
<ThingDef>Mech_WULA_Cat_Constructor</ThingDef>
</descriptionHyperlinks>
<researchPrerequisite>WULA_Machine_Productor_Technology</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="LightMechanoidRecipe">
<defName>WULA_Build_Mech_Cat_EMP</defName>
<label>建造CAt-23"闪电猫猫"</label>
<description>建造一台CAt-23"闪电猫猫"辅助机器人可以执行搬运、清理、和灭火工作配备EMP手榴弹。</description>
<ingredients Inherit="False">
<li>
<filter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</filter>
<count>50</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentIndustrial</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<products>
<Mech_WULA_Cat_EMP>1</Mech_WULA_Cat_EMP>
</products>
<descriptionHyperlinks>
<ThingDef>Mech_WULA_Cat_EMP</ThingDef>
</descriptionHyperlinks>
<researchPrerequisite>WULA_Machine_Productor_1_Technology</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="LightMechanoidRecipe">
<defName>WULA_Build_Mech_Cat_Fire</defName>
<label>建造CAt-42"烈焰猫猫"</label>
<description>建造一台CAt-42"烈焰猫猫"辅助机器人,可以执行搬运、清理、和灭火工作,配备燃烧瓶。</description>
<ingredients Inherit="False">
<li>
<filter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</filter>
<count>50</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentIndustrial</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<products>
<Mech_WULA_Cat_Fire>1</Mech_WULA_Cat_Fire>
</products>
<descriptionHyperlinks>
<ThingDef>Mech_WULA_Cat_Fire</ThingDef>
</descriptionHyperlinks>
<researchPrerequisite>WULA_Machine_Productor_1_Technology</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="LightMechanoidRecipe">
<defName>WULA_Build_Mech_Cat_Assault</defName>
<label>建造CAt-46"突击猫猫"</label>
<description>建造一台CAt-46"突击猫猫"辅助机器人可以执行搬运、狩猎和割除任务配备与DLa-1"页岩"性能相近的DLa-4"云母"突击步枪。</description>
<ingredients Inherit="False">
<li>
<filter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</filter>
<count>50</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentIndustrial</li>
</thingDefs>
</filter>
<count>4</count>
</li>
</ingredients>
<products>
<Mech_WULA_Cat_Assault>1</Mech_WULA_Cat_Assault>
</products>
<descriptionHyperlinks>
<ThingDef>Mech_WULA_Cat_Assault</ThingDef>
</descriptionHyperlinks>
<researchPrerequisite>WULA_Machine_Productor_1_Technology</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="LightMechanoidRecipe">
<defName>WULA_Build_Mech_Cat_DM</defName>
<label>建造CAt-96"暗物质猫猫"</label>
<description>建造一台CAt-96"暗物质猫猫"辅助机器人,可以执行包括搬运、烹饪、种植收割、清理、急救和灭火一类的简单工作,无需充电,但是死亡时会产生湮灭爆炸。</description>
<ingredients Inherit="False">
<li>
<filter>
<thingDefs>
<li>Steel</li>
</thingDefs>
</filter>
<count>50</count>
</li>
<li>
<filter>
<thingDefs>
<li>ComponentIndustrial</li>
</thingDefs>
</filter>
<count>4</count>
</li>
<li>
<filter>
<thingDefs>
<li>WULA_Dark_Matter_Item</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<products>
<Mech_WULA_Cat_DM>1</Mech_WULA_Cat_DM>
</products>
<descriptionHyperlinks>
<ThingDef>Mech_WULA_Cat_DM</ThingDef>
</descriptionHyperlinks>
<researchPrerequisite>WULA_Mech_WULA_Cat_DM_Technology</researchPrerequisite>
</RecipeDef>
</Defs>