Initial commit
This commit is contained in:
18
1.2/Patches/Brain.xml
Normal file
18
1.2/Patches/Brain.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationSequence">
|
||||
<success>Always</success>
|
||||
<operations>
|
||||
<li Class="PatchOperationTest">
|
||||
<xpath>Defs/BodyPartDef[defName="Brain"]/spawnThingOnRemoved</xpath>
|
||||
<success>Invert</success>
|
||||
</li>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/BodyPartDef[defName="Brain"]</xpath>
|
||||
<value>
|
||||
<spawnThingOnRemoved>PN_Brain</spawnThingOnRemoved>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</Operation>
|
||||
</Patch>
|
||||
43
1.2/Patches/Royalty.xml
Normal file
43
1.2/Patches/Royalty.xml
Normal file
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Royalty</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<success>Always</success>
|
||||
<operations>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName = "Paniel_Race"]/alienRace/thoughtSettings/canStillReceiveThoughts</xpath>
|
||||
<value>
|
||||
<li>AteFoodInappropriateForTitle</li>
|
||||
<li>DecreeMet</li>
|
||||
<li>DecreeFailed</li>
|
||||
<li>Disinherited</li>
|
||||
<li>NeuroquakeEcho</li>
|
||||
<li>ReignedInThroneroom</li>
|
||||
<li>OtherTravelerArrested</li>
|
||||
<li>OtherTravelerSurgicallyViolated</li>
|
||||
<li>PsychicEntropyOverloaded</li>
|
||||
<li>AnimaScream</li>
|
||||
<li>OtherTravelerDied</li>
|
||||
<li>OtherTravelerArrested</li>
|
||||
<li>OtherTravelerSurgicallyViolated</li>
|
||||
<li>DecreeUnmet</li>
|
||||
<li>PsychicLove</li>
|
||||
</value>
|
||||
</li>
|
||||
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/HediffDef[defName = "PanielBaseHediff"]/comps/li[@Class = "MoharHediffs.HediffCompProperties_HediffNullifier"]/hediffToNullify</xpath>
|
||||
<value>
|
||||
<li>BloodRot</li>
|
||||
<li>Abasia</li>
|
||||
<li>PsychicLove</li>
|
||||
<li>Joyfuzz</li>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
||||
Reference in New Issue
Block a user