mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Added BasePawn Patches
This commit is contained in:
parent
dfe9ac1f66
commit
4dde78b49f
6 changed files with 107 additions and 1 deletions
51
Patches/BasePawn Fixes/AvianRacesBasePawn.xml
Normal file
51
Patches/BasePawn Fixes/AvianRacesBasePawn.xml
Normal file
|
@ -0,0 +1,51 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Avian Races</li>
|
||||
<li>1514158118</li>
|
||||
<li>Avian Races only One Faction</li>
|
||||
<li>1582200954</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationAttributeSet">
|
||||
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Cassowary"]</xpath>
|
||||
<attribute>ParentName</attribute>
|
||||
<value>BasePawn</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAttributeSet">
|
||||
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Chicken"]</xpath>
|
||||
<attribute>ParentName</attribute>
|
||||
<value>BasePawn</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAttributeSet">
|
||||
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Dodo"]</xpath>
|
||||
<attribute>ParentName</attribute>
|
||||
<value>BasePawn</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAttributeSet">
|
||||
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Owl"]</xpath>
|
||||
<attribute>ParentName</attribute>
|
||||
<value>BasePawn</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAttributeSet">
|
||||
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Parrot"]</xpath>
|
||||
<attribute>ParentName</attribute>
|
||||
<value>BasePawn</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAttributeSet">
|
||||
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Penguin"]</xpath>
|
||||
<attribute>ParentName</attribute>
|
||||
<value>BasePawn</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAttributeSet">
|
||||
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Vulture"]</xpath>
|
||||
<attribute>ParentName</attribute>
|
||||
<value>BasePawn</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
||||
|
18
Patches/BasePawn Fixes/FerianBasePawn.xml
Normal file
18
Patches/BasePawn Fixes/FerianBasePawn.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<!-- Ferian -->
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Ferian Race</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationAttributeSet">
|
||||
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName="AFerian"]</xpath>
|
||||
<attribute>ParentName</attribute>
|
||||
<value>BasePawn</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
18
Patches/BasePawn Fixes/GiantBasePawn.xml
Normal file
18
Patches/BasePawn Fixes/GiantBasePawn.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<!-- Giants -->
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>The GiantRace</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationAttributeSet">
|
||||
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="HC_Giant"]</xpath>
|
||||
<attribute>ParentName</attribute>
|
||||
<value>BasePawn</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
18
Patches/BasePawn Fixes/LapelliBasePawn.xml
Normal file
18
Patches/BasePawn Fixes/LapelliBasePawn.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<!-- Lapelli -->
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Lapelli Race</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationAttributeSet">
|
||||
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName="ALapelli"]</xpath>
|
||||
<attribute>ParentName</attribute>
|
||||
<value>BasePawn</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
|
@ -3,6 +3,7 @@
|
|||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Rabbie The Moonrabbit race</li>
|
||||
<li>1837246563</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<operations>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue