Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 57 additions & 5 deletions ModPatches/VacSlipsuit/Patches/VacSlipsuit/Patches_Apparel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="VacSlipsuit"]/statBases/StuffEffectMultiplierArmor</xpath>
<value>
<Bulk>10</Bulk>
<WornBulk>5</WornBulk>
<Bulk>5</Bulk>
<WornBulk>2</WornBulk>
<StuffEffectMultiplierArmor>2</StuffEffectMultiplierArmor>
</value>
</Operation>
Expand All @@ -26,6 +26,13 @@
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="VacSlipsuit"]/statBases/ArmorRating_Heat</xpath>
<value>
<ArmorRating_Heat>0.07</ArmorRating_Heat>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="VacSlipsuit"]/apparel/bodyPartGroups</xpath>
<value>
Expand All @@ -34,14 +41,52 @@
</value>
</Operation>

<!-- Prestige Version is not stuffable and uses hyperweave, use hyperweave vacslipsuit as base-->
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Prestige_VacSlipsuit"]/statBases/StuffEffectMultiplierArmor</xpath>
<value>
<Bulk>5</Bulk>
<WornBulk>3.5</WornBulk> <!-- Hyperweave vacslipsuit. -->
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Prestige_VacSlipsuit"]/statBases/ArmorRating_Sharp</xpath>
<value>
<ArmorRating_Sharp>2.5</ArmorRating_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Prestige_VacSlipsuit"]/statBases/ArmorRating_Blunt</xpath>
<value>
<ArmorRating_Blunt>3.65</ArmorRating_Blunt>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Prestige_VacSlipsuit"]/statBases/ArmorRating_Heat</xpath>
<value>
<ArmorRating_Heat>0.47</ArmorRating_Heat>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Prestige_VacSlipsuit"]/apparel/bodyPartGroups</xpath>
<value>
<li>Hands</li>
<li>Feet</li>
</value>
</Operation>

<!-- ========== Kid's VacSlipsuit ========== -->

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="KidVacSlipsuit"]/statBases/StuffEffectMultiplierArmor</xpath>
<value>
<Bulk>8</Bulk>
<WornBulk>3</WornBulk>
<StuffEffectMultiplierArmor>2</StuffEffectMultiplierArmor>
<Bulk>4</Bulk>
<WornBulk>1.5</WornBulk>
<StuffEffectMultiplierArmor>1.75</StuffEffectMultiplierArmor>
</value>
</Operation>

Expand All @@ -59,4 +104,11 @@
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="KidVacSlipsuit"]/statBases/ArmorRating_Heat</xpath>
<value>
<ArmorRating_Heat>0.07</ArmorRating_Heat>
</value>
</Operation>

</Patch>