Skip to content
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
5 changes: 3 additions & 2 deletions LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<li IfModActive="ACPteam.ACPVanillaStyle">ModPatches/AnimalCollabProj</li>
<li IfModActive="MrHydralisk.AnomaliesExpected">ModPatches/Anomalies Expected</li>
<li IfModActive="Fallen.AnomaliesExpectedAddon">ModPatches/Anomalies Expected Addon</li>
<li IfModActive="22.AnomalyPortal">ModPatches/Anomaly Portal</li>
<li IfModActive="22.AnomalyPortal">ModPatches/Anomaly Portal</li>
<li IfModActive="rmk.anthrorace">ModPatches/Anthro Race</li>
<li IfModActive="Mlie.Antinium">ModPatches/Antinium</li>
<li IfModActive="Roo.AntyRaceMod">ModPatches/Anty the war Ant</li>
Expand Down Expand Up @@ -595,6 +595,7 @@
<li IfModActive="odysseylotus.seren">ModPatches/Seren from Stardust</li>
<li IfModActive="jackaufenhand.sergals">ModPatches/Sergal</li>
<li IfModActive="Seventh.Seraph.Weapons">ModPatches/Seventh Seraph</li>
<li IfModActive="dorbo.shamblervariants">ModPatches/Shambler Variants</li>
<li IfModActive="Ayameduki.HARSilkiera">ModPatches/Silkiera Race</li>
<li IfModActive="WGFLASH55.SimpleOgreRace">ModPatches/Simple Ogre Race</li>
<li IfModActive="Rottweiler.SimplyMoreMelee, Mlie.SimplyMoreMelee">ModPatches/Simply More Melee</li>
Expand Down Expand Up @@ -771,4 +772,4 @@
<li IfModActive="SmashPhil.VehicleFramework">ModPatches/VehicleFramework</li>
<li IfModActive="arquebus.psyblasters, SirVan.EltexWeaponry, zal.eltexweaponry">ModPatches/PsychicAmmo</li>
</v1.6>
</loadFolders>
</loadFolders>
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<Operation Class="PatchOperationReplace">
<xpath>Defs/AbilityDef[defName="SV_BurrowerBurrow"]/verbProperties/range</xpath>
<value>
<range>38.9</range>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/AbilityDef[defName="SV_BurrowerBurrow"]/comps/li[@Class="ShamblerVariants.CompProperties_SVAbilityBurrowJump"]/searchRadius</xpath>
<value>
<searchRadius>38.9</searchRadius>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/AbilityDef[defName="SV_CantorBloom"]/verbProperties/range</xpath>
<value>
<range>31</range>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/AbilityDef[defName="SV_CantorBloom"]/comps/li[@Class="ShamblerVariants.CompProperties_SVAbilityHealShamblers"]/radius</xpath>
<value>
<radius>8.9</radius>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/AbilityDef[defName="SV_CantorPresence"]/comps/li[@Class="ShamblerVariants.CompProperties_SVAbilityHealShamblers"]/radius</xpath>
<value>
<radius>18.9</radius>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/AbilityDef[defName="SV_CantorScream"]/verbProperties/range</xpath>
<value>
<range>11</range>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/AbilityDef[defName="SV_GloamWalk"]/verbProperties/range</xpath>
<value>
<range>31</range>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/AbilityDef[@Name="SV_PallbearerRiteBase"]/verbProperties/range</xpath>
<value>
<range>18.9</range>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/AbilityDef[defName="SV_TanglerSnare"]/verbProperties/range</xpath>
<value>
<range>31</range>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/AbilityDef[defName="SV_TanglerBreath"]/verbProperties/range</xpath>
<value>
<range>14.9</range>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/AbilityDef[defName="SV_ThrasherFrenzy"]/comps/li[@Class="ShamblerVariants.CompProperties_SVAbilityPrime"]/requiredHostileRadius</xpath>
<value>
<requiredHostileRadius>37</requiredHostileRadius>
</value>
</Operation>

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

<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="SV_CantorCommand"]/stages/li/statOffsets/MeleeHitChance</xpath>
<value>
<MeleeHitChance>1</MeleeHitChance>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="SV_CantorReeling"]/stages/li/statOffsets</xpath>
<value>
<statOffsets>
<MeleeHitChance>-2</MeleeHitChance>
<ShootingAccuracyPawn>-1</ShootingAccuracyPawn>
<AimingAccuracy>-2</AimingAccuracy>
</statOffsets>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="SV_PallbearerDrive"]/comps/li[@Class="ShamblerVariants.HediffCompProperties_SVCasterDrive"]/casts/li[1]/searchRadius</xpath>
<value>
<searchRadius>18.9</searchRadius>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="SV_PallbearerDrive"]/comps/li[@Class="ShamblerVariants.HediffCompProperties_SVCasterDrive"]/casts/li[2]/searchRadius</xpath>
<value>
<searchRadius>18.9</searchRadius>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="SV_TanglerDrive"]/comps/li[@Class="ShamblerVariants.HediffCompProperties_SVCasterDrive"]/casts/li[1]/searchRadius</xpath>
<value>
<searchRadius>14.9</searchRadius>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="SV_TanglerDrive"]/comps/li[@Class="ShamblerVariants.HediffCompProperties_SVCasterDrive"]/casts/li[2]/searchRadius</xpath>
<value>
<searchRadius>31</searchRadius>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="SV_ThrasherDrive"]/comps/li[@Class="ShamblerVariants.HediffCompProperties_SVCasterDrive"]/casts/li[2]/searchRadius</xpath>
<value>
<searchRadius>31</searchRadius>
</value>
</Operation>

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

<Operation Class="PatchOperationReplace">
<xpath>Defs/MutantDef[@Name="SV_MutantShamblerBase"]/tools</xpath>
<value>
<tools>
<li Class="CombatExtended.ToolCE">
<label>teeth</label>
<capacities>
<li>Bite</li>
</capacities>
<power>8.2</power>
<cooldownTime>2</cooldownTime>
<linkedBodyPartsGroup>Teeth</linkedBodyPartsGroup>
<chanceFactor>1</chanceFactor>
<soundMeleeHit>Pawn_Melee_HumanBite_Hit</soundMeleeHit>
<soundMeleeMiss>Pawn_Melee_HumanBite_Miss</soundMeleeMiss>
<armorPenetrationSharp>0.5</armorPenetrationSharp>
<armorPenetrationBlunt>1.5</armorPenetrationBlunt>
</li>
<li Class="CombatExtended.ToolCE">
<label>left hand</label>
<capacities>
<li>DemolishScratch</li>
</capacities>
<power>7</power>
<cooldownTime>2</cooldownTime>
<linkedBodyPartsGroup>LeftHand</linkedBodyPartsGroup>
<chanceFactor>1.5</chanceFactor>
<armorPenetrationBlunt>2.0</armorPenetrationBlunt>
<armorPenetrationSharp>1.0</armorPenetrationSharp>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
</li>
<li Class="CombatExtended.ToolCE">
<label>right hand</label>
<capacities>
<li>DemolishScratch</li>
</capacities>
<power>7</power>
<cooldownTime>2</cooldownTime>
<linkedBodyPartsGroup>RightHand</linkedBodyPartsGroup>
<chanceFactor>1.5</chanceFactor>
<armorPenetrationBlunt>2.0</armorPenetrationBlunt>
<armorPenetrationSharp>1.0</armorPenetrationSharp>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
</li>
</tools>
</value>
</Operation>

</Patch>
1 change: 1 addition & 0 deletions SupportedThirdPartyMods.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ SCP - Clothing Only |
Seren, from Stardust |
Sergals, Gnolls, Lions and Frogs |
Seventh Seraph |
Shambler Variants |
Silkiera Race |
Simple Ogre Race |
Simply More Melee |
Expand Down
Loading