Skip to content

Commit

Permalink
Merge pull request #3522 from The-Great-Ninth/Fixed-patch-for-Warhamm…
Browse files Browse the repository at this point in the history
…er-40k-Genes-and-Factions

Fixed patch for warhammer 40k genes and factions
  • Loading branch information
N7Huntsman authored Oct 31, 2024
2 parents 6c4cc9a + 6546e3f commit 169cdfd
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,8 @@
<li IfModActive="Kompadt.Warhammer.Dryad">ModPatches/Warhammer - Dryad</li>
<li IfModActive="flangopink.GF40KMaterials">ModPatches/Warhammer 40.000 - Imperium Materials</li>
<li IfModActive="GF40K.IoM.Weaponry">ModPatches/Warhammer 40.000 - Imperium Weaponry</li>
<li IfModActive="Phonicmas.BiotechExpansionWarhammer40k">ModPatches/Warhammer 40k - Genes and Psycasts</li>
<li IfModActive="Phonicmas.40kGenes">ModPatches/Warhammer 40k Genes</li>
<li IfModActive="Phonicmas.40kFactions">ModPatches/Warhammer 40k Factions</li>
<li IfModActive="Thek.WTB">ModPatches/Waster Toxic Breather</li>
<li IfModActive="Kyrrisayo.WeaponsPlus">ModPatches/Weapons+</li>
<li IfModActive="Owlchemist.Windows">ModPatches/Windows</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- Chaos Cultist & Imperial Trader -->
<Operation Class="PatchOperationAddModExtension">
<xpath>Defs/PawnKindDef[@Name="ChaosCultistBasePawn" or defName="BEWH_ImperiumTrader"]</xpath>
<xpath>Defs/PawnKindDef[@Name="ChaosCultistBasePawn" or @Name="BEWH_HumanBase"]</xpath>
<value>
<li Class="CombatExtended.LoadoutPropertiesExtension">
<primaryMagazineCount>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<!-- Custodes -->

<Operation Class="PatchOperationReplace">
<xpath>Defs/GeneDef[defName="BEWH_Custodes"]/statOffsets/ArmorRating_Blunt</xpath>
<xpath>Defs/GeneDef[defName="BEWH_CustodesToughness"]/statOffsets/ArmorRating_Blunt</xpath>
<value>
<ArmorRating_Blunt>24.5</ArmorRating_Blunt>
<NightVisionEfficiency>0.8</NightVisionEfficiency>
Expand All @@ -80,14 +80,14 @@
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/GeneDef[defName="BEWH_Custodes"]/statOffsets/ArmorRating_Sharp</xpath>
<xpath>Defs/GeneDef[defName="BEWH_CustodesToughness"]/statOffsets/ArmorRating_Sharp</xpath>
<value>
<ArmorRating_Sharp>8</ArmorRating_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/GeneDef[defName="BEWH_Custodes"]/statOffsets/CarryingCapacity</xpath>
<xpath>Defs/GeneDef[defName="BEWH_CustodesStrength"]/statOffsets/CarryingCapacity</xpath>
<value>
<CarryWeight>200</CarryWeight>
</value>
Expand All @@ -96,7 +96,7 @@
<!-- Primarch -->

<Operation Class="PatchOperationReplace">
<xpath>Defs/GeneDef[defName="BEWH_Primarch"]/statOffsets/ArmorRating_Blunt</xpath>
<xpath>Defs/GeneDef[defName="BEWH_PrimarchToughness"]/statOffsets/ArmorRating_Blunt</xpath>
<value>
<ArmorRating_Blunt>33.75</ArmorRating_Blunt>
<NightVisionEfficiency>0.8</NightVisionEfficiency>
Expand All @@ -105,14 +105,14 @@
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/GeneDef[defName="BEWH_Primarch"]/statOffsets/ArmorRating_Sharp</xpath>
<xpath>Defs/GeneDef[defName="BEWH_PrimarchToughness"]/statOffsets/ArmorRating_Sharp</xpath>
<value>
<ArmorRating_Sharp>11</ArmorRating_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/GeneDef[defName="BEWH_Primarch"]/statOffsets/CarryingCapacity</xpath>
<xpath>Defs/GeneDef[defName="BEWH_PrimarchStrength"]/statOffsets/CarryingCapacity</xpath>
<value>
<CarryWeight>250</CarryWeight>
</value>
Expand Down
1 change: 1 addition & 0 deletions SupportedThirdPartyMods.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ WarCasket Barbatos Gundam Addon |
Warcaskets: Adeptus Astartes |
Warhammer 40.000 - Imperium Weaponry |
Warhammer 40.000 - Imperium Materials |
Warhammer 40k - Factions |
Warhammer 40k - Genes and Psycasts |
Warhammer"ish" - Dryad |
Wasters Toxic Breather |
Expand Down

0 comments on commit 169cdfd

Please sign in to comment.