Skip to content

Commit

Permalink
Update OutsideSquishy for missed mod patches
Browse files Browse the repository at this point in the history
  • Loading branch information
AluminumAlman committed Jul 27, 2024
1 parent e19f841 commit d04cfd1
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,17 +145,4 @@
<li>CoveredByNaturalArmor</li>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>
Defs/BodyDef[defName="Cyborg"]//*[
def="CyborgJaw" or
def="CyborgNose" or
def="CyborgSightSensor" or
def="CyborgEye"]/groups
</xpath>
<value>
<li>OutsideSquishy</li>
</value>
</Operation>
</Patch>
</Patch>
17 changes: 1 addition & 16 deletions ModPatches/Antinium/Patches/Antinium/Bodies/Ant_Bodies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,6 @@
</value>
</Operation>

<!-- Part squishy-ness -->
<Operation Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName="Antinium"]/corePart/parts/li[def="Neck"]/parts/li[def="Head"]/parts/li[def="Eye"]/groups</xpath>
<value>
<li>OutsideSquishy</li>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName="Antinium"]/corePart/parts/li[def="Neck"]/parts/li[def="Head"]/parts/li[def="Nose"]/groups</xpath>
<value>
<li>OutsideSquishy</li>
</value>
</Operation>

<!-- Arm and shoulder tags-->
<Operation Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName="Antinium"]/corePart/parts/li[def = "Shoulder"]/parts/li[contains(./customLabel, "left arm")]/groups</xpath>
Expand Down Expand Up @@ -206,4 +191,4 @@
<coverage>0.15</coverage>
</value>
</Operation>
</Patch>
</Patch>
31 changes: 1 addition & 30 deletions ModPatches/Aspero Race/Patches/Aspero Race/CE_Patch_Bodies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,33 +104,4 @@
<li>CoveredByNaturalArmor</li>
</value>
</Operation>

<!-- Squishy bits -->
<Operation Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName = "Aspero_Body"]/corePart/parts/li[def="Neck"]/parts/li[def="Head"]/parts/li[customLabel = "right eye"]/groups</xpath>
<value>
<li>OutsideSquishy</li>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName = "Aspero_Body"]/corePart/parts/li[def="Neck"]/parts/li[def="Head"]/parts/li[customLabel = "left eye"]/groups</xpath>
<value>
<li>OutsideSquishy</li>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName = "Aspero_Body"]/corePart/parts/li[def="Neck"]/parts/li[def="Head"]/parts/li[def="Nose"]/groups</xpath>
<value>
<li>OutsideSquishy</li>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName = "Aspero_Body"]/corePart/parts/li[def="Neck"]/parts/li[def="Head"]/parts/li[def="Jaw"]/groups</xpath>
<value>
<li>OutsideSquishy</li>
</value>
</Operation>
</Patch>
</Patch>
Original file line number Diff line number Diff line change
@@ -1,36 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<!--Outside Squishy-->

<Operation Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName = "Astoriel"]/corePart/parts/li[def="Neck"]/parts/li[def="Head"]/parts/li[customLabel = "right eye"]/groups</xpath>
<value>
<li>OutsideSquishy</li>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName = "Astoriel"]/corePart/parts/li[def="Neck"]/parts/li[def="Head"]/parts/li[customLabel = "left eye"]/groups</xpath>
<value>
<li>OutsideSquishy</li>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName = "Astoriel"]/corePart/parts/li[def="Neck"]/parts/li[def="Head"]/parts/li[def="Nose"]/groups</xpath>
<value>
<li>OutsideSquishy</li>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName = "Astoriel"]/corePart/parts/li[def="Neck"]/parts/li[def="Head"]/parts/li[def="Jaw"]/groups</xpath>
<value>
<li>OutsideSquishy</li>
</value>
</Operation>

<!--Arm Groups-->

<Operation Class="PatchOperationAdd">
Expand Down Expand Up @@ -152,4 +122,4 @@
<li>CoveredByNaturalArmor</li>
</value>
</Operation>
</Patch>
</Patch>
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>
Defs/BodyDef[defName="BeetleLikeWithHorn"]//*[
def="InsectMouth" or
def="Eye"]/groups
</xpath>
<value>
<li>OutsideSquishy</li>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>
Defs/BodyDef[defName="BeetleLikeWithHorn"]//*[
Expand Down Expand Up @@ -106,18 +95,6 @@
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>
Defs/BodyDef[defName="BMT_BatBird"]//*[
def="AnimalJaw" or
def="Nose" or
def="Eye"]/groups
</xpath>
<value>
<li>OutsideSquishy</li>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>
Defs/BodyDef[defName="BMT_BatBird"]//*[
Expand All @@ -135,4 +112,4 @@
<li>CoveredByNaturalArmor</li>
</value>
</Operation>
</Patch>
</Patch>
13 changes: 1 addition & 12 deletions ModPatches/Rim Flood/Patches/Rim Flood/CE_Flood_Bodies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,4 @@
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>
Defs/BodyDef[defName="Flood"]//*[
def="Nose" or
def="FloodMouth"]/groups
</xpath>
<value>
<li>OutsideSquishy</li>
</value>
</Operation>

</Patch>
</Patch>
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@
</value>
</Operation>

</Patch>
<Operation Class="PatchOperationAdd">
<xpath>Defs/BodyPartDef[defName="FloodMouth"]/tags</xpath>
<value>
<li>OutsideSquishy</li>
</value>
</Operation>

</Patch>
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
<!-- ========== Set parts as squishy ========== -->

<Operation Class="PatchOperationAdd">
<xpath>Defs/BodyPartDef[defName="pphhyy_LightlessEmpyrean_CnidarianTentacle" or defName="pphhyy_LightlessEmpyrean_CnidarianSensoryOrgan" or defName="AnimalJaw"]/tags</xpath>
<xpath>Defs/BodyPartDef[defName="pphhyy_LightlessEmpyrean_CnidarianTentacle" or defName="pphhyy_LightlessEmpyrean_CnidarianSensoryOrgan"]/tags</xpath>
<value>
<li>OutsideSquishy</li>
</value>
</Operation>

</Patch>
</Patch>

0 comments on commit d04cfd1

Please sign in to comment.