mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Android Tiers Mechs BasePawns
This commit is contained in:
parent
de52928746
commit
42bfb53577
1 changed files with 25 additions and 0 deletions
25
Patches/BasePawn Fixes/AndroidMechBasePawn.xml
Normal file
25
Patches/BasePawn Fixes/AndroidMechBasePawn.xml
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?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>
|
||||
</ThingDef>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
||||
|
Loading…
Reference in a new issue