Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch Grimworld - Talons of the Emperor #3542

Merged
merged 9 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,13 @@
<li IfModActive="Owlchemist.GiddyUp">ModPatches/Giddy-Up 2</li>
<li IfModActive="tyrannidae.gregnfriends">ModPatches/GREG</li>
<li IfModActive="HappyPurging.AgeofDarkness">ModPatches/GrimWorld Angels of Death</li>
<li IfModActive="Grimworld.Core">ModPatches/Grimworld Core Imperialis</li>
<li IfModActive="Grimworld.Autoguns">ModPatches/Grimworld Autoguns</li>
<li IfModActive="Grimworld.Core">ModPatches/Grimworld Core Imperialis</li>
<li IfModActive="Grimworld.AstraMilitarum">ModPatches/GrimWorld Hammer of the Imperium</li>
<li IfModActive="Grimworld.Vehicles">ModPatches/GrimWorld Imperial Vehicles</li>
<li IfModActive="Grimworld.Lasguns">ModPatches/Grimworld Lasguns</li>
<li IfModActive="Grimworld.Melee">ModPatches/Grimworld Melee</li>
<li IfModActive="grimworld.talonOfTheEmperor">ModPatches/GrimWorld Talons of the Emperor</li>
<li IfModActive="TenMoe.GFCL">ModPatches/Girls Frontline Apparel Pack</li>
<li IfModActive="RicoFox233.GirlsFrontline.404Team">ModPatches/Girls Frontline Styles 404 Team</li>
<li IfModActive="RicoFox233.GirlsFrontline.ARTeam">ModPatches/Girls Frontline Styles AR Team</li>
Expand All @@ -214,10 +218,6 @@
<li IfModActive="detvisor.glitterweaponry">ModPatches/Glitter Weaponry</li>
<li IfModActive="RooAndGloomy.DragonianRaceMod">ModPatches/Gloomy Dragonian Race</li>
<li IfModActive="spoonshortage.gourimet">ModPatches/GouRIMet</li>
<li IfModActive="Abrolo.Grimstone.Beasts">ModPatches/Grimstone Beasts</li>
<li IfModActive="Grimworld.Autoguns">ModPatches/Grimworld Autoguns</li>
<li IfModActive="Grimworld.Lasguns">ModPatches/Grimworld Lasguns</li>
<li IfModActive="Grimworld.Melee">ModPatches/Grimworld Melee</li>
<li IfModActive="pphhyy.Gulden">ModPatches/Gulden Mod</li>
<li IfModActive="Monti.HalfDragons">ModPatches/Half Dragons</li>
<li IfModActive="HLX.RimworldUNSCArmoury">ModPatches/Halo - UNSC Armoury</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,236 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>

<!-- ========== Custodes Guard Armor ========== -->

<!-- Armor -->

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="GW_TotE_CustodesGuardArmor"]/statBases</xpath>
<value>
<Bulk>225</Bulk>
<WornBulk>25</WornBulk>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="GW_TotE_CustodesGuardArmor"]/equippedStatOffsets</xpath>
<value>
<CarryWeight>100</CarryWeight>
<CarryBulk>90</CarryBulk>
</value>
</Operation>

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

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

<!-- Shoulders -->

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="GW_TotE_CustodesGuardShoulder"]/statBases</xpath>
<value>
<Bulk>15</Bulk>
<WornBulk>5</WornBulk>
</value>
</Operation>

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

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

<!-- ========== Custodes Warden Armor ========== -->

<!-- Armor -->

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="GW_TotE_CustodesWardenArmor"]/statBases</xpath>
<value>
<Bulk>225</Bulk>
<WornBulk>25</WornBulk>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="GW_TotE_CustodesWardenArmor"]/equippedStatOffsets</xpath>
<value>
<CarryWeight>100</CarryWeight>
<CarryBulk>90</CarryBulk>
</value>
</Operation>

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

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

<!-- Shoulders -->

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="GW_TotE_CustodesWardenShoulder"]/statBases</xpath>
<value>
<Bulk>15</Bulk>
<WornBulk>5</WornBulk>
</value>
</Operation>

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

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

<!-- ========== Allarus Terminator Armor ========== -->

<!-- Armor -->

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="GW_TotE_AllarusArmor"]/statBases</xpath>
<value>
<Bulk>350</Bulk>
<WornBulk>40</WornBulk>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="GW_TotE_AllarusArmor"]/equippedStatOffsets</xpath>
<value>
<CarryWeight>150</CarryWeight>
<CarryBulk>120</CarryBulk>
</value>
</Operation>

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

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

<!-- Shoulders -->

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="GW_TotE_AllarusShoulder"]/statBases</xpath>
<value>
<Bulk>35</Bulk>
<WornBulk>10</WornBulk>
</value>
</Operation>

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

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

<!-- ========== Castellan Armor ========== -->

<!-- Armor -->

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="GW_TotE_CastellanArmor"]/statBases</xpath>
<value>
<Bulk>225</Bulk>
<WornBulk>25</WornBulk>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="GW_TotE_CastellanArmor"]/equippedStatOffsets</xpath>
<value>
<CarryWeight>100</CarryWeight>
<CarryBulk>90</CarryBulk>
</value>
</Operation>

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

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

<!-- Shoulders -->

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="GW_TotE_CastellanPlateShoulder"]/statBases</xpath>
<value>
<Bulk>15</Bulk>
<WornBulk>5</WornBulk>
</value>
</Operation>

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

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

</Patch>
Loading
Loading