人格核心
This commit is contained in:
91
1.6/1.6/Defs/HediffDefs/WULA_FM_Hediffs.xml
Normal file
91
1.6/1.6/Defs/HediffDefs/WULA_FM_Hediffs.xml
Normal file
@@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<Defs>
|
||||
<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>
|
||||
<defaultInstallPart>WULA_Addons_Antenna_Bodypart</defaultInstallPart>
|
||||
<!-- <spawnThingOnRemoved>WULA_Addons_Antenna_Base</spawnThingOnRemoved> -->
|
||||
<comps>
|
||||
<li Class="WulaFallenEmpire.HediffCompProperties_MakesMechanitor"/>
|
||||
<li Class="WulaFallenEmpire.HediffCompProperties_SwitchableHediff">
|
||||
<!-- 可自定义的标签和描述 -->
|
||||
<switchLabel>调频切换</switchLabel>
|
||||
<switchDesc>在舰队、火炮和战舰呼叫频率中进行切换,以呼叫不同的支援</switchDesc>
|
||||
<statusLabel>频道:{0}</statusLabel>
|
||||
<statusDesc>查看当前频率的详细信息</statusDesc>
|
||||
<availableHediffs>
|
||||
<li>Wula_FM_Switc_Fleet</li>
|
||||
<li>Wula_FM_Switc_Artillery</li>
|
||||
<li>Wula_FM_Switc_Aircraft</li>
|
||||
</availableHediffs>
|
||||
<defaultHediffIndex>0</defaultHediffIndex>
|
||||
<gizmoIconPath>Wula/UI/Commands/WULA_NanoSwitch</gizmoIconPath>
|
||||
<showStatusInGizmo>false</showStatusInGizmo>
|
||||
</li>
|
||||
</comps>
|
||||
</HediffDef>
|
||||
|
||||
<HediffDef>
|
||||
<defName>Wula_FM_Switc_Fleet</defName>
|
||||
<label>调频(舰队)</label>
|
||||
<description>允许乌拉帝国的合成人呼叫舰队,舰队会为地面上的乌拉帝国殖民地提供支援,但是支援的具体类型需要调频到其他频道进行呼叫。</description>
|
||||
<hediffClass>Hediff_High</hediffClass>
|
||||
<everCurableByItem>false</everCurableByItem>
|
||||
<duplicationAllowed>false</duplicationAllowed>
|
||||
<keepOnBodyPartRestoration>True</keepOnBodyPartRestoration>
|
||||
<isBad>false</isBad>
|
||||
<stages>
|
||||
<li>
|
||||
<becomeVisible>false</becomeVisible>
|
||||
</li>
|
||||
</stages>
|
||||
<comps>
|
||||
<li Class="HediffCompProperties_GiveAbility">
|
||||
<abilityDefs>
|
||||
<li>WULA_CallBattleShip</li>
|
||||
</abilityDefs>
|
||||
</li>
|
||||
</comps>
|
||||
</HediffDef>
|
||||
<HediffDef>
|
||||
<defName>Wula_FM_Switc_Artillery</defName>
|
||||
<label>调频(火炮)</label>
|
||||
<description>允许乌拉帝国的合成人呼叫轨道火力支援,包含一系列精准度较差但是覆盖范围广的轰炸能力,一般由拥有<color=#BD2F31><i>武器阵列</i></color>的战舰提供。</description>
|
||||
<hediffClass>Hediff_High</hediffClass>
|
||||
<everCurableByItem>false</everCurableByItem>
|
||||
<duplicationAllowed>false</duplicationAllowed>
|
||||
<keepOnBodyPartRestoration>True</keepOnBodyPartRestoration>
|
||||
<isBad>false</isBad>
|
||||
<stages>
|
||||
<li>
|
||||
<becomeVisible>false</becomeVisible>
|
||||
</li>
|
||||
</stages>
|
||||
<comps>
|
||||
</comps>
|
||||
</HediffDef>
|
||||
<HediffDef>
|
||||
<defName>Wula_FM_Switc_Aircraft</defName>
|
||||
<label>调频(战机)</label>
|
||||
<description>允许乌拉帝国的合成人呼叫空中火力,包含一系列精准迅速的近地密接支援,一般由拥有<color=#BD952F><i>机库</i></color>的战舰提供。</description>
|
||||
<hediffClass>Hediff_High</hediffClass>
|
||||
<everCurableByItem>false</everCurableByItem>
|
||||
<duplicationAllowed>false</duplicationAllowed>
|
||||
<keepOnBodyPartRestoration>True</keepOnBodyPartRestoration>
|
||||
<isBad>false</isBad>
|
||||
<stages>
|
||||
<li>
|
||||
<becomeVisible>false</becomeVisible>
|
||||
</li>
|
||||
</stages>
|
||||
<comps>
|
||||
</comps>
|
||||
</HediffDef>
|
||||
</Defs>
|
||||
Reference in New Issue
Block a user