31 lines
1.0 KiB
XML
31 lines
1.0 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>false</allowMixingIngredients>
|
|
<ingredients>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>Steel</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>2</count>
|
|
</li>
|
|
</ingredients>
|
|
<products>
|
|
<WULA_Charge_Cube>1</WULA_Charge_Cube>
|
|
</products>
|
|
<workSkill>Crafting</workSkill>
|
|
<displayPriority>100</displayPriority>
|
|
</RecipeDef>
|
|
</Defs>
|