This commit is contained in:
2025-10-14 17:20:44 +08:00
parent ef15d0039c
commit c46cef4acc
7 changed files with 94 additions and 58 deletions

Binary file not shown.

View File

@@ -5,7 +5,7 @@
<organicAddedBodypart>true</organicAddedBodypart>
</HediffDef>
<HediffDef ParentName="AddedMutationBase">
<HediffDef ParentName="ARA_AddedMutationBase">
<defName>ArachnaeFighter_Swarm_Claws_Part</defName>
<label>战士种虫镰</label>
<labelNoun>战士种虫镰</labelNoun>
@@ -51,7 +51,7 @@
</comps>
</HediffDef>
<HediffDef ParentName="AddedMutationBase">
<HediffDef ParentName="ARA_AddedMutationBase">
<defName>ArachnaeNode_Race_Myrmecocystus_Tail_Part</defName>
<label>蜜罐种虫尾</label>
<labelNoun>蜜罐种虫尾</labelNoun>
@@ -146,7 +146,7 @@
</comps>
</HediffDef>
<HediffDef ParentName="AddedMutationBase">
<HediffDef ParentName="ARA_AddedMutationBase">
<defName>ArachnaeNode_Race_Skyraider_Wings_Part</defName>
<label>空天种翼翅</label>
<labelNoun>空天种翼翅</labelNoun>

View File

@@ -195,7 +195,7 @@
<hediffClass>Hediff_High</hediffClass>
<defaultLabelColor>(0.6, 0.8, 0.9)</defaultLabelColor>
<minSeverity>0.01</minSeverity>
<initialSeverity>0</initialSeverity>
<initialSeverity>0.01</initialSeverity>
<label>寿命记录</label>
<description>阿拉克涅虫族记录寿命的hediff正常情况下你不应该看见这个。</description>
<stages>

View File

@@ -1333,7 +1333,7 @@
<AccuracyLong>0.3</AccuracyLong>
<RangedWeapon_Cooldown>0.5</RangedWeapon_Cooldown>
<ARA_IncubationCost>450</ARA_IncubationCost>
<ARA_IncubationTime>15</ARA_IncubationTime>
<ARA_IncubationTime>0.5</ARA_IncubationTime>
</statBases>
<verbs>
<li>

View File

@@ -7,7 +7,8 @@
<SafeTemperatureRange>安全范围</SafeTemperatureRange>
<CannotStartProduction>无法开始生产</CannotStartProduction>
<NoFuel>无燃料</NoFuel>
<StartProduction>开始生产 {0}{1} 营养)</StartProduction>
<StartProduction>开始生产 {0}</StartProduction>
<ARA_ProductionCost>({0} 营养)</ARA_ProductionCost>
<CommandCancelProduction>取消生产</CommandCancelProduction>
<CommandCancelProductionDesc>停止当前的生产流程。</CommandCancelProductionDesc>
<Producing>正在生产 {0}</Producing>
@@ -23,4 +24,6 @@
<ARA_Incubate>孵化 {0}</ARA_Incubate>
<ARA_CocoonCooldown>茧正在稳定中:{0}</ARA_CocoonCooldown>
<ARA_ProducingListTitle>正在生产:</ARA_ProducingListTitle>
</LanguageData>