Skip to content

Commit

Permalink
Add to Modlist, tweak armor values
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Aug 2, 2024
1 parent bf4351f commit b34827d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<Operation Class="PatchOperationReplace">
<xpath>Defs/AbilityDef[defName="BTEIst_VolatileStingLauncher" or defName="BTEIst_ToxicStingLauncher"]/verbProperties/range</xpath>
<value>
Expand Down Expand Up @@ -58,4 +59,5 @@
</projectile>
</value>
</Operation>

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

<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="BTEIst_InsectoidClaw"]/comps/li[@Class="HediffCompProperties_VerbGiver"]/tools</xpath>
<value>
Expand All @@ -25,8 +26,8 @@
<xpath>Defs/GeneDef[defName="BTEIst_HardenedChitin"]/statOffsets</xpath>
<value>
<statOffsets>
<ArmorRating_Sharp>3</ArmorRating_Sharp>
<ArmorRating_Blunt>4.5</ArmorRating_Blunt>
<ArmorRating_Sharp>2.25</ArmorRating_Sharp>
<ArmorRating_Blunt>3.375</ArmorRating_Blunt>
</statOffsets>
</value>
</Operation>
Expand All @@ -35,9 +36,10 @@
<xpath>Defs/HediffDef[defName="BTEIst_Exogelatin"]/stages/li/statOffsets</xpath>
<value>
<statOffsets>
<ArmorRating_Sharp>3</ArmorRating_Sharp>
<ArmorRating_Blunt>4.5</ArmorRating_Blunt>
<ArmorRating_Sharp>2.25</ArmorRating_Sharp>
<ArmorRating_Blunt>3.375</ArmorRating_Blunt>
</statOffsets>
</value>
</Operation>

</Patch>
1 change: 1 addition & 0 deletions SupportedThirdPartyMods.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ Big and Small - Vampires and the Undead |
Big and Small - Weapons |
Biomes! Caverns |
Biomes! Core |
Biotech Expansion - Insectoid |
Biotech Expansion - Mammalia |
Biotech Expansion - Mythic |
Biotech Mech Stuff Elongated - Mechanoid Upgrades V2 |
Expand Down

0 comments on commit b34827d

Please sign in to comment.