Skip to content

Commit

Permalink
Merge pull request #3357 from SamaelGray/SamaelGray-LycansPatch
Browse files Browse the repository at this point in the history
VRE Lycans patch
  • Loading branch information
N7Huntsman authored Aug 20, 2024
2 parents 50b7828 + 5d87ee8 commit ad366a7
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 2 deletions.
5 changes: 3 additions & 2 deletions LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
<li IfModActive="Rah.RBSE">ModPatches/RBSE</li>
<li IfModActive="RH.DOOM">ModPatches/RH2 DOOM</li>
<li IfModActive="RH2.Faction.Bounty.Hunters">ModPatches/RH2 Faction - Bounty Hunters</li>
<li IfModActive="RH2.Faction.Gruppa.Krovi">ModPatches/RH2 Faction - Gruppa Krovi</li>
<li IfModActive="RH2.Faction.Gruppa.Krovi">ModPatches/RH2 Faction - Gruppa Krovi</li>
<li IfModActive="RH2.Faction.Task.Force.141">ModPatches/RH2 Faction - Task Force 141</li>
<li IfModActive="RH2.Faction.Rangers">ModPatches/RH2 Faction - The Rangers</li>
<li IfModActive="RH2.Faction.Utilitarian">ModPatches/RH2 Faction - Utilitarian</li>
Expand Down Expand Up @@ -556,6 +556,7 @@
<li IfModActive="vanillaracesexpanded.highmate">ModPatches/Vanilla Races Expanded - Highmate</li>
<li IfModActive="vanillaracesexpanded.hussar">ModPatches/Vanilla Races Expanded - Hussar</li>
<li IfModActive="vanillaracesexpanded.insector">ModPatches/Vanilla Races Expanded - Insector</li>
<li IfModActive="vanillaracesexpanded.lycanthrope">ModPatches/Vanilla Races Expanded - Lycanthrope</li>
<li IfModActive="vanillaracesexpanded.phytokin">ModPatches/Vanilla Races Expanded - Phytokin</li>
<li IfModActive="vanillaracesexpanded.sanguophage">ModPatches/Vanilla Races Expanded - Sanguophage</li>
<li IfModActive="vanillaracesexpanded.saurid">ModPatches/Vanilla Races Expanded - Saurid</li>
Expand Down Expand Up @@ -613,4 +614,4 @@
<li IfModActive="rwmt.Multiplayer">ModPatches/Multiplayer</li>
<li IfModActive="smashphil.neceros.srtsexpanded">ModPatches/SRTS</li>
</v1.5>
</loadFolders>
</loadFolders>
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<Operation Class="PatchOperationAdd">
<xpath>Defs/GeneDef[defName="VRE_SuperiorDarkVision"]</xpath>
<value>
<statOffsets>
<NightVisionEfficiency>0.9</NightVisionEfficiency>
</statOffsets>
</value>
</Operation>

</Patch>
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<Operation Class="PatchOperationAdd">
<xpath>Defs/HediffDef[defName="VRE_WarHowlHediff"]/stages/li[1]/statOffsets</xpath>
<value>
<Suppressability>-0.10</Suppressability>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/HediffDef[defName="VRE_WarHowlHediff"]/stages/li[2]/statOffsets</xpath>
<value>
<Suppressability>-0.20</Suppressability>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/HediffDef[defName="VRE_WarHowlHediff"]/stages/li[3]/statOffsets</xpath>
<value>
<Suppressability>-0.30</Suppressability>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/HediffDef[defName="VRE_WarHowlHediff"]/stages/li[4]/statOffsets</xpath>
<value>
<Suppressability>-0.40</Suppressability>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/HediffDef[defName="VRE_WarHowlHediff"]/stages/li[5]/statOffsets</xpath>
<value>
<Suppressability>-0.50</Suppressability>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/HediffDef[defName="VRE_WarHowlHediff"]/stages/li[6]/statOffsets</xpath>
<value>
<Suppressability>-0.60</Suppressability>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/HediffDef[defName="VRE_WarHowlHediff"]/stages/li[7]/statOffsets</xpath>
<value>
<Suppressability>-0.70</Suppressability>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/HediffDef[defName="VRE_WarHowlHediff"]/stages/li[8]/statOffsets</xpath>
<value>
<Suppressability>-0.80</Suppressability>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/HediffDef[defName="VRE_WarHowlHediff"]/stages/li[9]/statOffsets</xpath>
<value>
<Suppressability>-0.90</Suppressability>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/HediffDef[defName="VRE_WarHowlHediff"]/stages/li[10]/statOffsets</xpath>
<value>
<Suppressability>-1</Suppressability>
</value>
</Operation>

</Patch>
1 change: 1 addition & 0 deletions SupportedThirdPartyMods.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ Vanilla Races Expanded - Fungoid |
Vanilla Races Expanded - Highmate |
Vanilla Races Expanded - Hussar |
Vanilla Races Expanded - Insector |
Vanilla Races Expanded - Lycanthrope |
Vanilla Races Expanded - Phytokin |
Vanilla Races Expanded - Sanguophage |
Vanilla Races Expanded - Saurid |
Expand Down

0 comments on commit ad366a7

Please sign in to comment.