2025-6-24
This commit is contained in:
30
1.5/Defs/RecipeDefs/Recipes_WULA.xml
Normal file
30
1.5/Defs/RecipeDefs/Recipes_WULA.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user