73 lines
2.2 KiB
XML
73 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Defs>
|
|
<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>
|
|
|
|
<researchPrerequisites>
|
|
<li>WULA_Base_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>100</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>Plasteel</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>40</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>ComponentIndustrial</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>
|
|
</RecipeDef>
|
|
</Defs>
|