Skip to content
Open
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
1 change: 1 addition & 0 deletions LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<li IfModActive="OhGodSpidersNo.AnimalArmor.Vanilla">ModPatches/Animal Armor - Vanilla</li>
<li IfModActive="Owlchemist.AnimalGear.Equipment">ModPatches/Animal Equipment</li>
<li IfModActive="ACPteam.ACPVanillaStyle">ModPatches/AnimalCollabProj</li>
<li IfModActive="Fallen.AnomaliesExpectedAddon">ModPatches/Anomalies Expected Addon</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
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<!-- Rescale hediff armor offsets: sharp in mm RHA, blunt in MPa; heat keeps the vanilla scale. -->

<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="Hediff_AE_ArchoConnector"]/stages/li/statOffsets/ArmorRating_Sharp</xpath>
<value>
<ArmorRating_Sharp>3</ArmorRating_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="Hediff_AE_ArchoConnector"]/stages/li/statOffsets/ArmorRating_Blunt</xpath>
<value>
<ArmorRating_Blunt>2</ArmorRating_Blunt>
</value>
</Operation>

<!-- Boss transformation hediff; described as unkillable by conventional means -->
<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="Hediff_AE_SubcoreSecond"]/stages/li/statOffsets/ArmorRating_Sharp</xpath>
<value>
<ArmorRating_Sharp>15</ArmorRating_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="Hediff_AE_SubcoreSecond"]/stages/li/statOffsets/ArmorRating_Blunt</xpath>
<value>
<ArmorRating_Blunt>10</ArmorRating_Blunt>
</value>
</Operation>

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

<!-- ========== Razor Shard ========== -->

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="AE_ShardMonosword"]/tools</xpath>
<value>
<tools>
<li Class="CombatExtended.ToolCE">
<label>handle</label>
<capacities>
<li>Poke</li>
</capacities>
<power>2</power>
<cooldownTime>1.5</cooldownTime>
<armorPenetrationBlunt>0.5</armorPenetrationBlunt>
<chanceFactor>0.1</chanceFactor>
<linkedBodyPartsGroup>Handle</linkedBodyPartsGroup>
</li>
<li Class="CombatExtended.ToolCE">
<label>edge</label>
<capacities>
<li>Cut</li>
</capacities>
<power>35</power>
<cooldownTime>0.83</cooldownTime>
<armorPenetrationBlunt>2.88</armorPenetrationBlunt>
<armorPenetrationSharp>22</armorPenetrationSharp>
<linkedBodyPartsGroup>Edge</linkedBodyPartsGroup>
</li>
<li Class="CombatExtended.ToolCE">
<label>point</label>
<capacities>
<li>Stab</li>
</capacities>
<power>16</power>
<cooldownTime>0.94</cooldownTime>
<armorPenetrationBlunt>1.28</armorPenetrationBlunt>
<armorPenetrationSharp>30</armorPenetrationSharp>
</li>
</tools>
</value>
</Operation>

<Operation Class="PatchOperationConditional">
<xpath>Defs/ThingDef[defName="AE_ShardMonosword"]/statBases</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="AE_ShardMonosword"]</xpath>
<value>
<statBases />
</value>
</nomatch>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="AE_ShardMonosword"]/statBases</xpath>
<value>
<Bulk>5</Bulk>
<MeleeCounterParryBonus>0.48</MeleeCounterParryBonus>
</value>
</Operation>

<Operation Class="PatchOperationConditional">
<xpath>Defs/ThingDef[defName="AE_ShardMonosword"]/equippedStatOffsets</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="AE_ShardMonosword"]</xpath>
<value>
<equippedStatOffsets />
</value>
</nomatch>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="AE_ShardMonosword"]/equippedStatOffsets</xpath>
<value>
<MeleeCritChance>1.00</MeleeCritChance>
<MeleeParryChance>0.40</MeleeParryChance>
<MeleeDodgeChance>0.30</MeleeDodgeChance>
</value>
</Operation>

<Operation Class="PatchOperationConditional">
<xpath>Defs/ThingDef[defName="AE_ShardMonosword"]/weaponTags</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="AE_ShardMonosword"]</xpath>
<value>
<weaponTags />
</value>
</nomatch>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="AE_ShardMonosword"]/weaponTags</xpath>
<value>
<li>CE_OneHandedWeapon</li>
</value>
</Operation>

</Patch>
1 change: 1 addition & 0 deletions SupportedThirdPartyMods.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Anima Gear |
Animal Collab Project Vanilla-Style |
Animal Armor: Vanilla |
Animal Equipment |
Anomalies Expected Addon |
Anthro Race |
Antinium |
Anty the War Ant Race |
Expand Down
Loading