Skip to content

Commit

Permalink
Merge pull request #3362 from SamaelGray/SamaelGray-AlphaMechsUpdate
Browse files Browse the repository at this point in the history
Alpha Mechs patch update
  • Loading branch information
N7Huntsman authored Aug 23, 2024
2 parents 2b32507 + 0d3cbd4 commit 06036a3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="AM_Mech_Legate"]/comps/li[@Class="CompProperties_ProjectileInterceptor"]/hitPoints</xpath>
<value>
<hitPoints>1000</hitPoints>
<hitPoints>1400</hitPoints>
</value>
</li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
</value>
</li>

<li Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="AM_PristineStrider"]</xpath>
<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="AM_PristineStrider"]/tools</xpath>
<value>
<tools>
<li Class="CombatExtended.ToolCE">
Expand All @@ -44,7 +44,7 @@
<cooldownTime>3.01</cooldownTime>
<linkedBodyPartsGroup>HeadAttackTool</linkedBodyPartsGroup>
<armorPenetrationBlunt>5</armorPenetrationBlunt>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
<ensureLinkedBodyPartsGroupAlwaysUsable>true</ensureLinkedBodyPartsGroupAlwaysUsable>
</li>
</tools>
</value>
Expand All @@ -55,7 +55,7 @@
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="AM_PristineStrider"]</xpath>
<value>
<comps/>
<comps />
</value>
</nomatch>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<xpath>Defs/ThingDef[defName="AM_Starfire"]/comps</xpath>
<value>
<li Class="CombatExtended.CompProperties_ArmorDurability">
<Durability>4500</Durability>
<Durability>5500</Durability>
<Regenerates>true</Regenerates>
<RegenInterval>1250</RegenInterval>
<RegenValue>5</RegenValue>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="VFE_Mech_Advanced_Fireworm"]/statBases/ArmorRating_Blunt</xpath>
<value>
<ArmorRating_Blunt>30</ArmorRating_Blunt>
<ArmorRating_Blunt>36</ArmorRating_Blunt>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="VFE_Mech_Advanced_Fireworm"]/statBases/ArmorRating_Sharp</xpath>
<value>
<ArmorRating_Sharp>15</ArmorRating_Sharp>
<ArmorRating_Sharp>18</ArmorRating_Sharp>
</value>
</li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="VFE_Mech_Advanced_Fireworm_PlayerControlled"]/statBases/ArmorRating_Blunt</xpath>
<value>
<ArmorRating_Blunt>30</ArmorRating_Blunt>
<ArmorRating_Blunt>36</ArmorRating_Blunt>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="VFE_Mech_Advanced_Fireworm_PlayerControlled"]/statBases/ArmorRating_Sharp</xpath>
<value>
<ArmorRating_Sharp>15</ArmorRating_Sharp>
<ArmorRating_Sharp>18</ArmorRating_Sharp>
</value>
</li>

Expand Down

0 comments on commit 06036a3

Please sign in to comment.