Files
WulaFallenEmpireRW/1.5/Defs/HediffDefs/Hediffs_BodyParts_WULA.xml
2025-06-27 11:56:39 +08:00

135 lines
5.4 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<ThingDef ParentName="BodyPartProstheticImperialBase">
<defName>WULA_Energy_Furnace_Base</defName>
<label>中央能源炉(基础)</label>
<description>机械乌拉的核心部件之一,负责提供永不衰竭的澎湃机械动力,并代替各种内脏执行内循环的任务。</description>
<!-- <descriptionHyperlinks><RecipeDef>InstallFieldHand</RecipeDef></descriptionHyperlinks> -->
<!-- <thingSetMakerTags><li>RewardStandardLowFreq</li></thingSetMakerTags> -->
<graphicData>
<texPath>Wula/Item/WULA_Energy_Furnace</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<costList>
<Steel>40</Steel>
<ComponentIndustrial>8</ComponentIndustrial>
</costList>
<recipeMaker>
<researchPrerequisite>Machining</researchPrerequisite>
<recipeUsers>
<li>TableMachining</li>
</recipeUsers>
</recipeMaker>
<!-- <techHediffsTags>
<li>FieldHand</li>
</techHediffsTags> -->
</ThingDef>
<ThingDef ParentName="BodyPartProstheticImperialBase">
<defName>WULA_Alloy_Framework_Base</defName>
<label>躯体合金框架(基础)</label>
<description>机械乌拉的核心部件之一,负责替代骨架支撑身体。</description>
<!-- <descriptionHyperlinks><RecipeDef>InstallFieldHand</RecipeDef></descriptionHyperlinks> -->
<!-- <thingSetMakerTags><li>RewardStandardLowFreq</li></thingSetMakerTags> -->
<graphicData>
<texPath>Wula/Item/WULA_Energy_Furnace</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<costList>
<Steel>100</Steel>
</costList>
<recipeMaker>
<researchPrerequisite>Machining</researchPrerequisite>
<recipeUsers>
<li>TableMachining</li>
</recipeUsers>
</recipeMaker>
<!-- <techHediffsTags>
<li>FieldHand</li>
</techHediffsTags> -->
</ThingDef>
<ThingDef ParentName="BodyPartProstheticImperialBase">
<defName>WULA_Antenna_Base</defName>
<label>上行链路天线(基础)</label>
<description>机械乌拉的核心部件之一,除了接收来自乌拉帝国人工智能网络“演算圆环”的信号外,还能兼职控制其他低级机械体。</description>
<!-- <descriptionHyperlinks><RecipeDef>InstallFieldHand</RecipeDef></descriptionHyperlinks> -->
<!-- <thingSetMakerTags><li>RewardStandardLowFreq</li></thingSetMakerTags> -->
<graphicData>
<texPath>Wula/Item/WULA_Energy_Furnace</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<costList>
<Steel>60</Steel>
<ComponentIndustrial>8</ComponentIndustrial>
</costList>
<recipeMaker>
<researchPrerequisite>Machining</researchPrerequisite>
<recipeUsers>
<li>TableMachining</li>
</recipeUsers>
</recipeMaker>
<!-- <techHediffsTags>
<li>FieldHand</li>
</techHediffsTags> -->
</ThingDef>
<HediffDef ParentName="ImplantHediffBase">
<defName>WULA_Addons_Antenna_Hediff_Base</defName>
<hediffClass>Hediff_Mechlink</hediffClass>
<label>基础上线链路天线</label>
<description>一对安装于乌拉帝国合成人脑袋两侧的天线,除了接收来自乌拉帝国人工智能网络“演算圆环”的信号外,还能兼职控制其他低级机械体。</description>
<descriptionShort>一对安装于乌拉帝国合成人脑袋两侧的天线。</descriptionShort>
<isBad>false</isBad>
<duplicationAllowed>false</duplicationAllowed>
<keepOnBodyPartRestoration>true</keepOnBodyPartRestoration>
<removeOnRedressIfNotOfKind>
<li>Wula_PawnKind</li>
</removeOnRedressIfNotOfKind>
<stages>
<li>
<statOffsets>
<MechBandwidth>-4</MechBandwidth>
<MechControlGroups>-1</MechControlGroups>
</statOffsets>
<!-- 能力修改 -->
<capMods>
<!-- 初始意识+20% -->
<li>
<capacity>Consciousness</capacity>
<offset>0.20</offset>
</li>
</capMods>
</li>
</stages>
<defaultInstallPart>WULA_Addons_Antenna_Bodypart</defaultInstallPart>
</HediffDef>
<HediffDef ParentName="ImplantHediffBase">
<defName>WULA_Alloy_Framework_Hediff_Base</defName>
<hediffClass>Hediff_Mechlink</hediffClass>
<label>躯体合金框架</label>
<description>机械乌拉体内负责替代骨架支撑身体的框架,能够提供强大的防御力。</description>
<descriptionShort>一副替代骨架支撑身体的框架。</descriptionShort>
<isBad>false</isBad>
<duplicationAllowed>false</duplicationAllowed>
<keepOnBodyPartRestoration>true</keepOnBodyPartRestoration>
<removeOnRedressIfNotOfKind>
<li>Wula_PawnKind</li>
</removeOnRedressIfNotOfKind>
<stages>
<li>
<statFactors>
<!-- 易燃性,作为半机械生物很难起火 -->
<Flammability>0</Flammability>
</statFactors>
<statOffsets>
<!-- 有自带护甲,对热量伤害有高抵抗 -->
<ArmorRating_Sharp>0.3</ArmorRating_Sharp>
<ArmorRating_Blunt>0.2</ArmorRating_Blunt>
<ArmorRating_Heat>2.00</ArmorRating_Heat>
<!-- 近战闪避 -->
<MeleeDodgeChance>1.25</MeleeDodgeChance>
</statOffsets>
</li>
</stages>
<defaultInstallPart>WULA_Alloy_Framework_Bodypart</defaultInstallPart>
</HediffDef>
</Defs>