Skip to content

Commit

Permalink
Merge pull request #3579 from SaltyKarl/Spacerpack#3
Browse files Browse the repository at this point in the history
Spacer pack patch update
  • Loading branch information
N7Huntsman authored Dec 6, 2024
2 parents ff88ba7 + b98552a commit 94ea810
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 0 deletions.
85 changes: 85 additions & 0 deletions ModPatches/Spacer Pack/Patches/Spacer Pack/Backpacks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,74 @@
<layers>
<li>Backpack</li>
</layers>
<wornGraphicData>
<north>
<offset>(0.0,-0.1)</offset>
<hulk>
<offset>(-0.0,-0.1)</offset>
</hulk>
<fat>
<offset>(-0.0,-0.0)</offset>
</fat>
<thin>
<offset>(0.0,-0.0)</offset>
</thin>
</north>
<south>
<offset>(0.0,0.20)</offset>
<female>
<offset>(0.0,-0.2)</offset>
</female>
<hulk>
<offset>(-0.0,-0.0)</offset>
</hulk>
<fat>
<offset>(-0.0,-0.0)</offset>
</fat>
<thin>
<offset>(-0.0,-0.25)</offset>
</thin>
</south>
<east>
<offset>(-0.4,-0.1)</offset>
<hulk>
<offset>(-0.15,-0.0)</offset>
</hulk>
<fat>
<offset>(-0.15,-0.0)</offset>
</fat>
<thin>
<offset>(0.05,-0.0)</offset>
</thin>
</east>
<west>
<offset>(0.4,-0.1)</offset>
<hulk>
<offset>(0.15,-0.0)</offset>
</hulk>
<fat>
<offset>(0.15,-0.0)</offset>
</fat>
<thin>
<offset>(-0.05,-0.0)</offset>
</thin>
</west>
<male>
<scale>(0.75,0.75)</scale>
</male>
<female>
<scale>(0.75,0.75)</scale>
</female>
<thin>
<scale>(0.7,0.7)</scale>
</thin>
<hulk>
<scale>(0.95,0.95)</scale>
</hulk>
<fat>
<scale>(0.85,0.85)</scale>
</fat>
</wornGraphicData>
</apparel>
</value>
</Operation>
Expand Down Expand Up @@ -61,6 +129,23 @@
</value>
</Operation>

<!-- Psychic Foilpack -->

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="dvd_foilpack"]/equippedStatOffsets/VEF_MassCarryCapacity</xpath>
<value>
<CarryBulk>40</CarryBulk>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="dvd_foilpack"]/statBases/Mass</xpath>
<value>
<Mass>4</Mass>
<Bulk>8</Bulk>
</value>
</Operation>

<!-- Venting Pack -->

<Operation Class="PatchOperationReplace">
Expand Down
8 changes: 8 additions & 0 deletions ModPatches/Spacer Pack/Patches/Spacer Pack/Hediff.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,12 @@
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="dvd_PsychicFrenzyLow"]/stages/li/statOffsets/MeleeDodgeChance</xpath>
<value>
<MeleeDodgeChance>0.4</MeleeDodgeChance>
<Suppressability>-0.25</Suppressability>
</value>
</Operation>

</Patch>

0 comments on commit 94ea810

Please sign in to comment.