2025-8-8
This commit is contained in:
@@ -49,14 +49,6 @@
|
||||
<li>MuscleParasites</li>
|
||||
<li>OrganDecay</li>
|
||||
</makeImmuneTo>
|
||||
<!-- 能力修改 -->
|
||||
<capMods>
|
||||
<!-- 初始意识+20% -->
|
||||
<li>
|
||||
<capacity>Consciousness</capacity>
|
||||
<offset>0.20</offset>
|
||||
</li>
|
||||
</capMods>
|
||||
<enablesNeeds>
|
||||
<li>WULA_Energy</li>
|
||||
</enablesNeeds>
|
||||
@@ -67,6 +59,28 @@
|
||||
</li>
|
||||
</stages>
|
||||
</HediffDef>
|
||||
<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>
|
||||
|
||||
<HediffDef ParentName="ImplantHediffBase">
|
||||
<defName>WULA_Heavy_Infantry_PowerArmor_PowerFist</defName>
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user