Skip to content

Commit

Permalink
Merge pull request #3180 from CombatExtended-Continued/Patch-Boglegs
Browse files Browse the repository at this point in the history
Patch Dev's Xenotypes - Boglegs
  • Loading branch information
N7Huntsman authored Jun 15, 2024
2 parents 539bcfd + 696adb7 commit 5eaf0d3
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 0 deletions.
1 change: 1 addition & 0 deletions LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -593,5 +593,6 @@
<li IfModActive="Mlie.XennRace">ModPatches/Xenn</li>
<li IfModActive="Neronix17.OuterRim.DroidDepot">ModPatches/Outer Rim - Droid Depot</li>
<li IfModActive="VAMV.MaruRaceMod">ModPatches/Maru Race</li>
<li IfModActive="det.boglegs">ModPatches/Det's Xenotypes - Boglegs</li>
</v1.5>
</loadFolders>
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<!-- ========== Muck Spit ========== -->

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

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

<!-- Knuckle Dusters -->
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "DV_Handwear_KnuckleDusters"]/statBases</xpath>
<value>
<Bulk>0.6</Bulk>
<WornBulk>0</WornBulk>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName = "DV_KnuckleDusters"]/comps/li[@Class="HediffCompProperties_VerbGiver"]/tools</xpath>
<value>
<tools>
<li Class="CombatExtended.ToolCE">
<label>knuckles</label>
<capacities>
<li>Blunt</li>
</capacities>
<power>2</power>
<cooldownTime>1.5</cooldownTime>
<soundMeleeHit>MeleeHit_Metal_Blunt</soundMeleeHit>
<armorPenetrationBlunt>0.5</armorPenetrationBlunt>
</li>
</tools>
</value>
</Operation>

<!-- Stored Blubber -->
<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName = "Bogleg_FatHediff"]/comps/li[@Class="Boglegs.HediffCompProperties_Fat"]/bluntProtectionCurve/points</xpath>
<value>
<points>
<li>(0, 0)</li>
<li>(0.10, 0.08)</li>
<li>(0.20, 0.26)</li>
<li>(0.30, 0.42)</li>
<li>(0.40, 0.60)</li>
</points>
</value>
</Operation>

</Patch>
1 change: 1 addition & 0 deletions SupportedThirdPartyMods.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ Dark Ages : Medieval Tools |
Darkest Night SK Steam |
Darkest Rim: Apparel |
Det's Energy Weapons |
Det's Xenotypes - Boglegs |
Devilstrand Animals |
Devilstrand Colour Bundle |
Dinosauria |
Expand Down

0 comments on commit 5eaf0d3

Please sign in to comment.