Skip to content

Commit

Permalink
Add helmet partial coverage, increase carry bulk and mass
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Nov 16, 2024
1 parent e487929 commit f313f83
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="GW_SM_IndomitusTerminatorArmor"]/equippedStatOffsets</xpath>
<value>
<CarryWeight>80</CarryWeight>
<CarryBulk>60</CarryBulk>
<CarryWeight>100</CarryWeight>
<CarryBulk>80</CarryBulk>
</value>
</Operation>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="GW_SM_MaximusBackpack" or defName="GW_SM_CorvusBackpack" or defName="GW_SM_AquillaBackpack"]/equippedStatOffsets/VEF_MassCarryCapacity</xpath>
<value>
<CarryWeight>50</CarryWeight>
<CarryBulk>60</CarryBulk>
<CarryWeight>70</CarryWeight>
<CarryBulk>70</CarryBulk>
</value>
</Operation>

Expand Down Expand Up @@ -89,8 +89,8 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="GW_SM_TacticusBackpack"]/equippedStatOffsets/VEF_MassCarryCapacity</xpath>
<value>
<CarryWeight>60</CarryWeight>
<CarryBulk>60</CarryBulk>
<CarryWeight>85</CarryWeight>
<CarryBulk>85</CarryBulk>
</value>
</Operation>

Expand Down Expand Up @@ -127,8 +127,8 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="GW_SM_GravisBackpack"]/equippedStatOffsets/VEF_MassCarryCapacity</xpath>
<value>
<CarryWeight>70</CarryWeight>
<CarryBulk>60</CarryBulk>
<CarryWeight>90</CarryWeight>
<CarryBulk>85</CarryBulk>
</value>
</Operation>

Expand Down Expand Up @@ -166,6 +166,7 @@
<xpath>Defs/ThingDef[defName="GW_SM_AssaultJumpPack"]/equippedStatOffsets</xpath>
<value>
<CarryWeight>70</CarryWeight>
<CarryBulk>35</CarryBulk>
</value>
</Operation>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@
<xpath>Defs/ThingDef[@Name="GW_SM_HelmetBase"]/apparel/layers/li[text()="EyeCover"]</xpath>
</Operation>

<Operation Class="PatchOperationAddModExtension">
<xpath>Defs/ThingDef[@Name="GW_SM_HelmetBase"]</xpath>
<value>
<li Class="CombatExtended.PartialArmorExt">
<stats>
<li>
<ArmorRating_Sharp>0.80</ArmorRating_Sharp>
<parts>
<li>Eye</li>

</parts>
</li>
<li>
<ArmorRating_Blunt>0.80</ArmorRating_Blunt>
<parts>
<li>Eye</li>
</parts>
</li>
</stats>
</li>
</value>
</Operation>

<!-- ============ Scout ============ -->

<Operation Class="PatchOperationAdd">
Expand Down

0 comments on commit f313f83

Please sign in to comment.