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,111 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<Operation Class="PatchOperationFindMod">
<mods>
<li>Anomalies Expected Addon</li>
</mods>
<match Class="PatchOperationSequence">
<operations>

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

<li 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>
</li>

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

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

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

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

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

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

</operations>
</match>
</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