Files
WulaFallenEmpireRW/1.6/Defs/HediffDefs/Hediffs_WULA_Charging.xml
2025-07-22 19:07:21 +08:00

26 lines
904 B
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>
<HediffDef>
<defName>WULA_ChargingHediff</defName>
<label>能量充盈</label>
<description>乌拉正在从能量核心中持续吸收能量。</description>
<hediffClass>HediffWithComps</hediffClass>
<defaultLabelColor>(0.5, 0.5, 0.9)</defaultLabelColor>
<isBad>false</isBad>
<comps>
<li Class="WulaFallenEmpire.HediffCompProperties_WulaCharging">
<!-- 充能效果的总持续时间(以 tick 为单位60 ticks = 1 秒) -->
<durationTicks>600</durationTicks>
<!-- 备用能量恢复值:如果能量核心没有定义具体的能量值,则每 tick 恢复这么多能量 -->
<energyPerTick>0.02</energyPerTick>
</li>
</comps>
<stages>
<li>
<label>充能中</label>
<minSeverity>0</minSeverity>
</li>
</stages>
</HediffDef>
</Defs>