From 04aeeb616de89b8ec827a51bed5848ee165fc6f8 Mon Sep 17 00:00:00 2001 From: Lennart Date: Wed, 24 Jun 2026 20:53:40 +0200 Subject: [PATCH 1/4] Patch Anomalies Expected Addon --- LoadFolders.xml | 1 + .../Weapons_Melee.xml | 110 ++++++++++++++++++ 2 files changed, 111 insertions(+) create mode 100644 ModPatches/Anomalies Expected Addon/Patches/Anomalies Expected Addon/Weapons_Melee.xml diff --git a/LoadFolders.xml b/LoadFolders.xml index acf032ee2b..a3b43ad677 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -53,6 +53,7 @@
  • ModPatches/Animal Armor - Vanilla
  • ModPatches/Animal Equipment
  • ModPatches/AnimalCollabProj
  • +
  • ModPatches/Anomalies Expected Addon
  • ModPatches/Anthro Race
  • ModPatches/Antinium
  • ModPatches/Anty the war Ant
  • diff --git a/ModPatches/Anomalies Expected Addon/Patches/Anomalies Expected Addon/Weapons_Melee.xml b/ModPatches/Anomalies Expected Addon/Patches/Anomalies Expected Addon/Weapons_Melee.xml new file mode 100644 index 0000000000..6b684416fa --- /dev/null +++ b/ModPatches/Anomalies Expected Addon/Patches/Anomalies Expected Addon/Weapons_Melee.xml @@ -0,0 +1,110 @@ + + + + + +
  • Anomalies Expected Addon
  • +
    + + + + + +
  • + Defs/ThingDef[defName="AE_ShardMonosword"]/tools + + +
  • + + +
  • Blunt
  • + + 12 + 1.6 + 0.5 + Handle + +
  • + + +
  • Stab
  • + + 25 + 2 + 1.28 + 18 + +
  • + + +
  • Cut
  • + + 25 + 2 + 2.88 + 15 + Edge + + + + + +
  • + Defs/ThingDef[defName="AE_ShardMonosword"]/statBases + + Defs/ThingDef[defName="AE_ShardMonosword"] + + + + +
  • + +
  • + Defs/ThingDef[defName="AE_ShardMonosword"]/statBases + + 3.5 + 0.40 + +
  • + +
  • + Defs/ThingDef[defName="AE_ShardMonosword"]/equippedStatOffsets + + Defs/ThingDef[defName="AE_ShardMonosword"] + + + + +
  • + +
  • + Defs/ThingDef[defName="AE_ShardMonosword"]/equippedStatOffsets + + 1.00 + 0.40 + 0.27 + +
  • + +
  • + Defs/ThingDef[defName="AE_ShardMonosword"]/weaponTags + + Defs/ThingDef[defName="AE_ShardMonosword"] + + + + +
  • + +
  • + Defs/ThingDef[defName="AE_ShardMonosword"]/weaponTags + +
  • CE_OneHandedWeapon
  • + + + +
    +
    +
    + +
    From 14060f1cfd7aa4567ab69e898913a8e1acd98665 Mon Sep 17 00:00:00 2001 From: Lennart Date: Wed, 24 Jun 2026 21:06:42 +0200 Subject: [PATCH 2/4] Match vanilla MonoSword tool stats --- .../Weapons_Melee.xml | 33 ++++++++++--------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/ModPatches/Anomalies Expected Addon/Patches/Anomalies Expected Addon/Weapons_Melee.xml b/ModPatches/Anomalies Expected Addon/Patches/Anomalies Expected Addon/Weapons_Melee.xml index 6b684416fa..fe8573edbe 100644 --- a/ModPatches/Anomalies Expected Addon/Patches/Anomalies Expected Addon/Weapons_Melee.xml +++ b/ModPatches/Anomalies Expected Addon/Patches/Anomalies Expected Addon/Weapons_Melee.xml @@ -17,33 +17,34 @@
  • -
  • Blunt
  • +
  • Poke
  • - 12 - 1.6 + 2 + 1.5 0.5 + 0.1 Handle
  • - + -
  • Stab
  • +
  • Cut
  • - 25 - 2 - 1.28 + 35 + 0.83 + 2.88 18 + Edge
  • - + -
  • Cut
  • +
  • Stab
  • - 25 - 2 - 2.88 - 15 - Edge + 16 + 0.94 + 1.28 + 25 @@ -62,7 +63,7 @@
  • Defs/ThingDef[defName="AE_ShardMonosword"]/statBases - 3.5 + 4 0.40
  • From ec7966d60df792a5840bf0c6311a5818ab6310c7 Mon Sep 17 00:00:00 2001 From: Lennart Date: Wed, 24 Jun 2026 21:42:56 +0200 Subject: [PATCH 3/4] Tier up Razor Shard to archotech Monosword-plus --- .../Patches/Anomalies Expected Addon/Weapons_Melee.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ModPatches/Anomalies Expected Addon/Patches/Anomalies Expected Addon/Weapons_Melee.xml b/ModPatches/Anomalies Expected Addon/Patches/Anomalies Expected Addon/Weapons_Melee.xml index fe8573edbe..6d5fb12031 100644 --- a/ModPatches/Anomalies Expected Addon/Patches/Anomalies Expected Addon/Weapons_Melee.xml +++ b/ModPatches/Anomalies Expected Addon/Patches/Anomalies Expected Addon/Weapons_Melee.xml @@ -33,7 +33,7 @@ 35 0.83 2.88 - 18 + 22 Edge
  • @@ -44,7 +44,7 @@ 16 0.94 1.28 - 25 + 30
  • @@ -63,8 +63,8 @@
  • Defs/ThingDef[defName="AE_ShardMonosword"]/statBases - 4 - 0.40 + 5 + 0.48
  • @@ -83,7 +83,7 @@ 1.00 0.40 - 0.27 + 0.30 From f23b1c71a332084e293554c7f64516ff2e741b39 Mon Sep 17 00:00:00 2001 From: Lennart Date: Thu, 25 Jun 2026 03:23:19 +0200 Subject: [PATCH 4/4] Add Anomalies Expected Addon to supported mods list --- SupportedThirdPartyMods.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SupportedThirdPartyMods.md b/SupportedThirdPartyMods.md index 780614e532..bd30204407 100644 --- a/SupportedThirdPartyMods.md +++ b/SupportedThirdPartyMods.md @@ -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 |