2025-8-7
This commit is contained in:
@@ -193,7 +193,7 @@
|
||||
<graphicClass>Graphic_Single</graphicClass>
|
||||
</graphicData>
|
||||
<recipeMaker Inherit="False">
|
||||
<!-- <researchPrerequisite>WULA_Synth_Addons_Technology</researchPrerequisite> -->
|
||||
<researchPrerequisite>WULA_FE_Spiritualist_CPU_Psienhance_Technology</researchPrerequisite>
|
||||
<recipeUsers>
|
||||
<li>WULA_Cube_Productor_Energy</li>
|
||||
</recipeUsers>
|
||||
@@ -247,7 +247,7 @@
|
||||
<graphicClass>Graphic_Single</graphicClass>
|
||||
</graphicData>
|
||||
<recipeMaker Inherit="False">
|
||||
<!-- <researchPrerequisite>WULA_Synth_Addons_Technology</researchPrerequisite> -->
|
||||
<researchPrerequisite>WULA_FE_Spiritualist_CPU_Prophet_Technology</researchPrerequisite>
|
||||
<recipeUsers>
|
||||
<li>WULA_Cube_Productor_Energy</li>
|
||||
</recipeUsers>
|
||||
@@ -293,8 +293,6 @@
|
||||
</li>
|
||||
</stages>
|
||||
</HediffDef>
|
||||
|
||||
|
||||
<HediffDef ParentName="AddedBodyPartBase">
|
||||
<defName>WULA_Brain_Hediff_Soul_Wedge_Extract</defName>
|
||||
<label>魂楔提取</label>
|
||||
@@ -303,11 +301,21 @@
|
||||
<ThingDef>WULA_Soul_Wedge</ThingDef>
|
||||
<ThingDef>WULA_Brain_Soul_Wedge_Extract</ThingDef>
|
||||
</descriptionHyperlinks>
|
||||
<hediffClass>HediffWithComps</hediffClass>
|
||||
<spawnThingOnRemoved>WULA_Brain_Hediff_Soul_Wedge_Extract</spawnThingOnRemoved>
|
||||
<addedPartProps>
|
||||
<partEfficiency>0.01</partEfficiency>
|
||||
<betterThanNatural>true</betterThanNatural>
|
||||
</addedPartProps>
|
||||
<stages>
|
||||
<li>
|
||||
<capMods>
|
||||
<li>
|
||||
<capacity>Consciousness</capacity>
|
||||
<setMax>0.1</setMax>
|
||||
</li>
|
||||
</capMods>
|
||||
</li>
|
||||
</stages>
|
||||
<comps>
|
||||
<li Class="WulaFallenEmpire.MoharHediffs.HediffCompProperties_Spawner">
|
||||
<!--
|
||||
@@ -371,7 +379,7 @@
|
||||
<li>RewardStandardMidFreq</li>
|
||||
</thingSetMakerTags>
|
||||
<recipeMaker>
|
||||
<researchPrerequisite>WULA_FE_Spiritualist_Base_Technology</researchPrerequisite>
|
||||
<researchPrerequisite>WULA_FE_Spiritualist_Soul_Wedge_Extract_Technology</researchPrerequisite>
|
||||
<recipeUsers>
|
||||
<li>WULA_Cube_Productor_Energy</li>
|
||||
</recipeUsers>
|
||||
|
||||
@@ -1,74 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
<HediffDef>
|
||||
<defName>WULA_SoulCondensation</defName>
|
||||
<label>灵魂凝聚</label>
|
||||
<description>此人的灵魂似乎在缓慢地凝聚,随着时间的推移,会周期性地产生魂楔。年龄越大,凝聚速度越快。</description>
|
||||
<hediffClass>HediffWithComps</hediffClass>
|
||||
<defaultLabelColor>(178, 153, 255)</defaultLabelColor>
|
||||
<isBad>false</isBad>
|
||||
<comps>
|
||||
<li Class="WulaFallenEmpire.MoharHediffs.HediffCompProperties_Spawner">
|
||||
<!--
|
||||
==================================================
|
||||
基础设置 (Basic Settings)
|
||||
==================================================
|
||||
-->
|
||||
|
||||
<!-- [DEBUG] 如果为true,则为此组件启用详细的调试日志记录。 -->
|
||||
<debug>true</debug>
|
||||
|
||||
<!-- 要生成的物品的ThingDef。这里我们生成魂楔。 -->
|
||||
<thingToSpawn>WULA_Soul_Wedge</thingToSpawn>
|
||||
|
||||
<!-- 每次生成的基础物品数量。 -->
|
||||
<spawnCount>5</spawnCount>
|
||||
|
||||
<!--
|
||||
==================================================
|
||||
生成周期 (Spawning Interval)
|
||||
==================================================
|
||||
-->
|
||||
|
||||
<!-- 下一次生成事件发生前的最少天数。 -->
|
||||
<minDaysB4Next>5</minDaysB4Next>
|
||||
|
||||
<!-- 下一次生成事件发生前的最大天数。 -->
|
||||
<maxDaysB4Next>10</maxDaysB4Next>
|
||||
|
||||
<!--
|
||||
==================================================
|
||||
与年龄相关的调整 (Age-Related Adjustments)
|
||||
==================================================
|
||||
-->
|
||||
|
||||
<!-- 如果为true,生成数量将根据宿主的年龄进行调整。 -->
|
||||
<ageWeightedQuantity>true</ageWeightedQuantity>
|
||||
|
||||
<!-- 如果为true且ageWeightedQuantity为true,则随着宿主年龄增长,生成数量变多。 -->
|
||||
<olderBiggerQuantity>true</olderBiggerQuantity>
|
||||
|
||||
<!-- 如果为true且ageWeightedQuantity为true,则随年龄增长的数量缩放将是指数性的而非线性的。 -->
|
||||
<exponentialQuantity>true</exponentialQuantity>
|
||||
|
||||
<!-- 指数级数量缩放的最大乘数,以防止出现荒谬的数字。 -->
|
||||
<exponentialRatioLimit>20</exponentialRatioLimit>
|
||||
|
||||
<!--
|
||||
==================================================
|
||||
生成条件 (Spawning Conditions)
|
||||
==================================================
|
||||
-->
|
||||
|
||||
<!-- 如果为true,当宿主Pawn饥饿时,生成将暂停。 -->
|
||||
<hungerRelative>true</hungerRelative>
|
||||
|
||||
<!-- 如果为true,当宿主Pawn受伤时,生成将暂停。 -->
|
||||
<healthRelative>true</healthRelative>
|
||||
|
||||
</li>
|
||||
</comps>
|
||||
</HediffDef>
|
||||
|
||||
</Defs>
|
||||
@@ -141,10 +141,44 @@
|
||||
<description>灵能泰坦是效力于乌拉帝国国教的重型灵能机械体,能够在战场上进行跃迁,拥有强大的实力、坚固的灵能盾和繁多的灵能技能,但是机体本身较为脆弱。</description>
|
||||
<baseCost>4000</baseCost>
|
||||
<researchViewX>1.50</researchViewX>
|
||||
<researchViewY>2.70</researchViewY>
|
||||
<researchViewY>0.00</researchViewY>
|
||||
<prerequisites>
|
||||
<li>WULA_FE_Spiritualist_Base_Technology</li>
|
||||
<li>WULA_Machine_Productor_Technology</li>
|
||||
</prerequisites>
|
||||
</ResearchProjectDef>
|
||||
</Defs>
|
||||
<!-- 组件 -->
|
||||
<ResearchProjectDef ParentName="WULA_FE_Spiritualist_techBase">
|
||||
<defName>WULA_FE_Spiritualist_CPU_Psienhance_Technology</defName>
|
||||
<label>灵能组件</label>
|
||||
<description>开发能够安装于机械乌拉的生物处理器的特殊改件,强化其与虚境的亲和,增强心灵敏感度。</description>
|
||||
<baseCost>4000</baseCost>
|
||||
<researchViewX>1.50</researchViewX>
|
||||
<researchViewY>3.40</researchViewY>
|
||||
<prerequisites>
|
||||
<li>WULA_FE_Spiritualist_Base_Technology</li>
|
||||
</prerequisites>
|
||||
</ResearchProjectDef>
|
||||
<ResearchProjectDef ParentName="WULA_FE_Spiritualist_techBase">
|
||||
<defName>WULA_FE_Spiritualist_CPU_Prophet_Technology</defName>
|
||||
<label>预知组件</label>
|
||||
<description>开发能够安装于机械乌拉的生物处理器的特殊改件,能够让其瞬时地预知敌人的动作,以获得射击精度和近战命中率加成。</description>
|
||||
<baseCost>4000</baseCost>
|
||||
<researchViewX>1.50</researchViewX>
|
||||
<researchViewY>2.70</researchViewY>
|
||||
<prerequisites>
|
||||
<li>WULA_FE_Spiritualist_Base_Technology</li>
|
||||
</prerequisites>
|
||||
</ResearchProjectDef>
|
||||
<ResearchProjectDef ParentName="WULA_FE_Spiritualist_techBase">
|
||||
<defName>WULA_FE_Spiritualist_Soul_Wedge_Extract_Technology</defName>
|
||||
<label>魂楔提取器</label>
|
||||
<description>开发一种特殊插件,会深深地植入俘虏和奴隶的大脑,使其再也无法醒来,并周期性地产生魂楔——年龄越大,凝聚速度越快。</description>
|
||||
<baseCost>4000</baseCost>
|
||||
<researchViewX>2.50</researchViewX>
|
||||
<researchViewY>2.70</researchViewY>
|
||||
<prerequisites>
|
||||
<li>WULA_FE_Spiritualist_Base_Technology</li>
|
||||
</prerequisites>
|
||||
</ResearchProjectDef>
|
||||
</Defs>
|
||||
|
||||
Reference in New Issue
Block a user