DeathRefusal for Resurrect
This commit is contained in:
parent
206e13dbe9
commit
2f3ed55d61
@ -104,12 +104,10 @@
|
|||||||
<defName>Gourmand</defName>
|
<defName>Gourmand</defName>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<defName>Beauty</defName>
|
<defName Degree="-1">Beauty</defName>
|
||||||
<degree>-1</degree>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<defName>Beauty</defName>
|
<defName Degree="-2">Beauty</defName>
|
||||||
<degree>-2</degree>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<defName>Immunity</defName>
|
<defName>Immunity</defName>
|
||||||
|
@ -105,6 +105,7 @@
|
|||||||
<li>WoundInfection</li>
|
<li>WoundInfection</li>
|
||||||
<li>Cirrhosis</li>
|
<li>Cirrhosis</li>
|
||||||
<li>ResurrectionSickness</li>
|
<li>ResurrectionSickness</li>
|
||||||
|
<li MayRequire="Ludeon.RimWorld.Anomaly">DeathRefusalSickness</li>
|
||||||
<li>PsychiteAddiction</li>
|
<li>PsychiteAddiction</li>
|
||||||
<li>YayoHigh</li>
|
<li>YayoHigh</li>
|
||||||
<li>PsychiteTolerance</li>
|
<li>PsychiteTolerance</li>
|
||||||
|
@ -60,6 +60,28 @@
|
|||||||
</value>
|
</value>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li Class="PatchOperationAdd">
|
||||||
|
<xpath>Defs/AutomataRace.ThingDefInjectDef[defName="Comp_CorpseSelfDestruct_Inject"]/comps</xpath>
|
||||||
|
<value>
|
||||||
|
<li Class="AutomataRace.CompProperties_SelfResurrect">
|
||||||
|
<resurrectDelayTick>200</resurrectDelayTick>
|
||||||
|
<hediffCondition>DeathRefusal</hediffCondition>
|
||||||
|
<removeHediffAfterResurrect>true</removeHediffAfterResurrect>
|
||||||
|
</li>
|
||||||
|
</value>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li Class="PatchOperationAdd">
|
||||||
|
<xpath>Defs/AutomataRace.ThingDefInjectDef[defName="Comp_CorpseSelfDestruct_Inject"]/comps</xpath>
|
||||||
|
<value>
|
||||||
|
<li Class="AutomataRace.CompProperties_SelfResurrect">
|
||||||
|
<resurrectDelayTick>200</resurrectDelayTick>
|
||||||
|
<hediffCondition>DeathRefusalCreepJoiner</hediffCondition>
|
||||||
|
<removeHediffAfterResurrect>true</removeHediffAfterResurrect>
|
||||||
|
</li>
|
||||||
|
</value>
|
||||||
|
</li>
|
||||||
|
|
||||||
</operations>
|
</operations>
|
||||||
</match>
|
</match>
|
||||||
</Operation>
|
</Operation>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user