-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3357 from SamaelGray/SamaelGray-LycansPatch
VRE Lycans patch
- Loading branch information
Showing
4 changed files
with
91 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...s Expanded - Lycanthrope/Patches/Vanilla Races Expanded - Lycanthrope/GeneDefs_Health.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
74 changes: 74 additions & 0 deletions
74
...es Expanded - Lycanthrope/Patches/Vanilla Races Expanded - Lycanthrope/Hediffs_Health.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters