Files
WulaFallenEmpireRW/1.6/Defs/NeedDefs/WULA_Needs.xml
2025-07-21 11:37:01 +08:00

26 lines
1.1 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>
<NeedDef>
<defName>WULA_Energy</defName>
<needClass>WulaFallenEmpire.Need_WulaEnergy</needClass>
<label>能量</label>
<description>乌拉帝国的合成人正常活动需要能量维持,在缺少能量时将倒地不起,无法进行任何工作。\n\n机械乌拉和常规机械体不同她们只有一种指定的能量接口只能通过能源核心补充能量在乌拉帝国编织体工作台制造这种核心。</description>
<listPriority>800</listPriority>
<major>true</major>
<onlyIfCausedByHediff>true</onlyIfCausedByHediff>
<hediffRequiredAny>
<li>Wula_Synth</li>
</hediffRequiredAny>
<showForCaravanMembers>true</showForCaravanMembers>
<developmentalStageFilter>Baby, Child, Adult</developmentalStageFilter>
<showUnitTicks>true</showUnitTicks>
<modExtensions>
<li Class="WulaFallenEmpire.NeedDefExtension_Energy">
<fallPerDay>1</fallPerDay>
<maxLevel>1.0</maxLevel>
<deliverEnergyThreshold>0.05</deliverEnergyThreshold>
</li>
</modExtensions>
</NeedDef>
</Defs>