Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
SamaelGray committed Sep 18, 2023
1 parent d9a61db commit c7248f0
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 21 deletions.
28 changes: 14 additions & 14 deletions Patches/Metal Gear Rimworld-Gekko/BodyDefs/GekkoBody.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,37 +15,37 @@
<nomatch Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName="Mech_Gekko"]/corePart</xpath>
<value>
<groups/>
<groups />
</value>
</nomatch>
</li>

<li Class="PatchOperationConditional">
<xpath>Defs/BodyDef[defName="Mech_Gekko"]/corePart/parts/li[def="MechanicalNeck"]/groups</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName="Mech_Gekko"]/corePart/parts/li[def="MechanicalNeck"]</xpath>
<value>
<groups/>
<groups />
</value>
</nomatch>
</li>

<li Class="PatchOperationConditional">
<xpath>Defs/BodyDef[defName="Mech_Gekko"]/corePart/parts/li[def="MechanicalNeck"]/parts/li[def="MechanicalHead"]/groups</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName="Mech_Gekko"]/corePart/parts/li[def="MechanicalNeck"]/parts/li[def="MechanicalHead"]</xpath>
<value>
<groups/>
<groups />
</value>
</nomatch>
</li>

<li Class="PatchOperationConditional">
<xpath>Defs/BodyDef[defName="Mech_Gekko"]/corePart/parts/li[def="MechanicalNeck"]/parts/li[def="MechanicalHead"]/parts/li[def="SightSensor"]/groups</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName="Mech_Gekko"]/corePart/parts/li[def="MechanicalNeck"]/parts/li[def="MechanicalHead"]/parts/li[def="SightSensor"]</xpath>
<value>
<groups/>
<groups />
</value>
</nomatch>
</li>
Expand All @@ -55,7 +55,7 @@
<nomatch Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName="Mech_Gekko"]/corePart/parts/li[def="MechanicalNeck"]/parts/li[def="MechanicalHead"]/parts/li[def="HearingSensor"]</xpath>
<value>
<groups/>
<groups />
</value>
</nomatch>
</li>
Expand All @@ -65,7 +65,7 @@
<nomatch Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName="Mech_Gekko"]/corePart/parts/li[def="MechanicalNeck"]/parts/li[def="MechanicalHead"]/parts/li[def="SmellSensor"]</xpath>
<value>
<groups/>
<groups />
</value>
</nomatch>
</li>
Expand All @@ -75,7 +75,7 @@
<nomatch Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName="Mech_Gekko"]/corePart/parts/li[def="MechanicalShoulder"]</xpath>
<value>
<groups/>
<groups />
</value>
</nomatch>
</li>
Expand All @@ -85,7 +85,7 @@
<nomatch Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName="Mech_Gekko"]/corePart/parts/li[def="MechanicalShoulder"]/parts/li[def="MechanicalArm"]</xpath>
<value>
<groups/>
<groups />
</value>
</nomatch>
</li>
Expand Down Expand Up @@ -125,14 +125,14 @@
<li>CoveredByNaturalArmor</li>
</value>
</li>

<li Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName="Mech_Gekko"]/corePart/parts/li[def="MGR_SyntheticalLeg"]/groups</xpath>
<value>
<li>CoveredByNaturalArmor</li>
</value>
</li>

<li Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName="Mech_Gekko"]/corePart/parts/li[def="MGR_SyntheticalLeg"]/parts/li[def="MechanicalFoot"]/groups</xpath>
<value>
Expand Down Expand Up @@ -172,4 +172,4 @@
</match>
</Operation>

</Patch>
</Patch>
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@

</Operation>

</Patch>
</Patch>
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="MGR_Mech_Gekko"]</xpath>
<value>
<comps/>
<comps />
</value>
</nomatch>
</li>
Expand Down Expand Up @@ -171,20 +171,21 @@
<xpath>Defs/ThingDef[defName="MGR_Mech_Gekko"]/comps</xpath>
<value>
<li Class="CombatExtended.CompProperties_ArmorDurability">
<Durability>5000</Durability>
<Durability>3000</Durability>
<Regenerates>true</Regenerates>
<RegenInterval>1250</RegenInterval>
<RegenValue>5</RegenValue>
<Repairable>true</Repairable>
<RepairIngredients>
<Steel>3</Steel>
<Steel>5</Steel>
<Plasteel>5</Plasteel>
</RepairIngredients>
<RepairTime>300</RepairTime>
<RepairValue>200</RepairValue>
<CanOverHeal>true</CanOverHeal>
<MaxOverHeal>366</MaxOverHeal>
<MaxOverHeal>300</MaxOverHeal>
<MinArmorPct>0.5</MinArmorPct>
<MinArmorValueSharp>8</MinArmorValueSharp>
<MinArmorValueSharp>10</MinArmorValueSharp>
<MinArmorValueBlunt>22</MinArmorValueBlunt>
</li>
</value>
Expand All @@ -194,4 +195,4 @@
</match>
</Operation>

</Patch>
</Patch>
1 change: 1 addition & 0 deletions SupportedThirdPartyMods.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ Medieval Overhaul |
Medieval Quest Rewards |
Medieval Tailor |
Megafauna |
Metal Gear Rimworld - Gekko |
MH: Android Tiers |
MH: Android Tiers Core |
MH: Mechanical Biomimetics |
Expand Down

0 comments on commit c7248f0

Please sign in to comment.