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

Fixed patch for warhammer 40k genes and factions #3522

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
3 changes: 2 additions & 1 deletion LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,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 @@ -587,6 +587,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
Loading