This commit is contained in:
c0ffee 2021-08-02 16:28:45 -07:00
commit 3a29d9afd8
4 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Android tiers</li>
<li>1386412863</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[@Name="BasePawnMech"]</xpath>
<value>
<ThingDef Name="BasePawnMech" ParentName="BasePawn" Abstract="True">
<soundImpactDefault>BulletImpact_Metal</soundImpactDefault>
<statBases>
<Mass>70</Mass>
</statBases>
<inspectorTabs Inherit="false">
<li>ITab_Pawn_Health</li>
<li>ITab_Pawn_Gear</li>
<li>ITab_Pawn_Guest</li>
<li>ITab_Pawn_Prisoner</li>
</inspectorTabs>
</ThingDef>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Crystalloid</li>
<li>1571323744</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[@Name="CrystalBasePawn"]</xpath>
<value>
<ThingDef Name="CrystalBasePawn" ParentName="BasePawn" Abstract="True">
</ThingDef>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>The Mantodean insectoid race</li>
<li>1294507772</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAttributeSet">
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Mantodean"]</xpath>
<attribute>ParentName</attribute>
<value>BasePawn</value>
</li>
</operations>
</match>
</Operation>
</Patch>

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Moosesian race</li>
<li>2549028560</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAttributeSet">
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName="Moosesian"]</xpath>
<attribute>ParentName</attribute>
<value>BasePawn</value>
</li>
</operations>
</match>
</Operation>
</Patch>