모듈 EMP쇼크 추가
This commit is contained in:
parent
03cebb1961
commit
215c9e5f42
@ -33,4 +33,26 @@
|
|||||||
</stages>
|
</stages>
|
||||||
</HediffDef>
|
</HediffDef>
|
||||||
|
|
||||||
|
<HediffDef>
|
||||||
|
<defName>PN_EMPShock</defName>
|
||||||
|
<label>EMP shock</label>
|
||||||
|
<labelNoun>a EMP shock</labelNoun>
|
||||||
|
<description>After-effects of an electrical shock to the module. This is generally cause by feedback from module hit by EMP pulses.</description>
|
||||||
|
<hediffClass>HediffWithComps</hediffClass>
|
||||||
|
<comps>
|
||||||
|
<li Class="HediffCompProperties_Disappears">
|
||||||
|
<disappearsAfterTicks>2500~3500</disappearsAfterTicks>
|
||||||
|
</li>
|
||||||
|
</comps>
|
||||||
|
<stages>
|
||||||
|
<li>
|
||||||
|
<capMods>
|
||||||
|
<li>
|
||||||
|
<capacity>Consciousness</capacity>
|
||||||
|
<setMax>0.1</setMax>
|
||||||
|
</li>
|
||||||
|
</capMods>
|
||||||
|
</li>
|
||||||
|
</stages>
|
||||||
|
</HediffDef>
|
||||||
</Defs>
|
</Defs>
|
@ -44,6 +44,10 @@
|
|||||||
<li Class="HediffCompProperties_GiveAbility">
|
<li Class="HediffCompProperties_GiveAbility">
|
||||||
<abilityDef>PN_OfficerCommandAbility</abilityDef>
|
<abilityDef>PN_OfficerCommandAbility</abilityDef>
|
||||||
</li>
|
</li>
|
||||||
|
<li Class="HediffCompProperties_ReactOnDamage">
|
||||||
|
<damageDefIncoming>EMP</damageDefIncoming>
|
||||||
|
<createHediff>PN_EMPShock</createHediff>
|
||||||
|
</li>
|
||||||
</comps>
|
</comps>
|
||||||
</HediffDef>
|
</HediffDef>
|
||||||
</Defs>
|
</Defs>
|
Loading…
x
Reference in New Issue
Block a user