From 69d085ec94b342799ea60e65b948dc42b309fa68 Mon Sep 17 00:00:00 2001 From: lennartkobosil Date: Tue, 24 Feb 2026 00:31:32 +0100 Subject: [PATCH 1/3] feat: add patch --- LoadFolders.xml | 1 + .../Patch_Melee.xml | 82 +++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Melee.xml diff --git a/LoadFolders.xml b/LoadFolders.xml index 462364703d..064081fe97 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -597,6 +597,7 @@
  • ModPatches/Spidercamp's Horses
  • ModPatches/Star Crafter's Armory
  • ModPatches/Star Wars - Factions
  • +
  • ModPatches/Star Wars - The Force Standalone
  • ModPatches/Starship Troopers Arachnids
  • ModPatches/Steamworld Uniforms
  • ModPatches/Steves Animals
  • diff --git a/ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Melee.xml b/ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Melee.xml new file mode 100644 index 0000000000..4ca3b16238 --- /dev/null +++ b/ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Melee.xml @@ -0,0 +1,82 @@ + + + + + + + Defs/ThingDef[defName="Force_SithBladelink"]/tools + + +
  • + + +
  • Blunt
  • + + 4 + 0.1 + 1.28 + 0.8 + Handle + +
  • + + +
  • Cut
  • + + 30 + 0.68 + 2.8 + 22.5 + Edge + +
  • + + +
  • Stab
  • + + 24 + 0.76 + 1.8 + 28 + +
    +
    +
    + + + Defs/ThingDef[defName="Force_SithBladelink"]/statBases + + 3.5 + 0.40 + + + + + Defs/ThingDef[defName="Force_SithBladelink"] + + + 1.25 + 0.40 + 0.45 + + + + + + Defs/ThingDef[defName="Force_SithBladelink"]/weaponTags + + Defs/ThingDef[defName="Force_SithBladelink"] + + + + + + + + Defs/ThingDef[defName="Force_SithBladelink"]/weaponTags + +
  • CE_OneHandedWeapon
  • +
    +
    + +
    From 75860ec02789e862fc16cf0500cf4a4aec6e4046 Mon Sep 17 00:00:00 2001 From: lennartkobosil Date: Tue, 24 Feb 2026 00:44:33 +0100 Subject: [PATCH 2/3] feat: update melee weapon stats for Sith Warblade CE patch --- .../Patch_Melee.xml | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Melee.xml b/ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Melee.xml index 4ca3b16238..e06045a81d 100644 --- a/ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Melee.xml +++ b/ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Melee.xml @@ -10,12 +10,12 @@
  • -
  • Blunt
  • +
  • Poke
  • - 4 + 2 0.1 - 1.28 - 0.8 + 1.36 + 0.605 Handle
  • @@ -23,10 +23,10 @@
  • Cut
  • - 30 - 0.68 - 2.8 - 22.5 + 21 + 0.74 + 3.485 + 21.78 Edge
  • @@ -34,10 +34,10 @@
  • Stab
  • - 24 - 0.76 - 1.8 - 28 + 9 + 0.85 + 1.173 + 30.24 @@ -46,8 +46,8 @@ Defs/ThingDef[defName="Force_SithBladelink"]/statBases - 3.5 - 0.40 + 4 + 0.50 @@ -55,9 +55,9 @@ Defs/ThingDef[defName="Force_SithBladelink"] - 1.25 - 0.40 - 0.45 + 1.10 + 0.50 + 0.37 From 0091bf17af27e47ec07531574bae3c4e6c348c7d Mon Sep 17 00:00:00 2001 From: Lennart Date: Sat, 9 May 2026 20:58:26 +0200 Subject: [PATCH 3/3] feat: address review - hediff/projectile/pawn patches for The Force Standalone Addresses N7Huntsman review on PR #4476 (limb-adding hediffs with melee tools, hediffs that grant armor, ability projectiles). Patch_Hediffs.xml: ToolCE conversion for Force_MechuDeruArm and Force_ConstructedArm; CE-scale armor offsets on Force_MechuDeruMembrane. Patch_Projectiles.xml: Force_Lightning DamageDef pen rescaled to CE ambient-damage scale (also affects ForceIonize/ForceShockwave AoE); Force_MagickScream and Force_ThrowItem switched to ProjectilePropertiesCE. Patch_Pawns.xml: ToolCE conversion for Force_DarksideWraithRace and SithSorcery_Terentatek_Pawn (always-loaded), and Force_Mech_Inquisitor gated with PatchOperationFindMod for Biotech. Stat values referenced from CE Royalty bionic patches and CE composite armor baselines. --- .../Patch_Hediffs.xml | 65 ++++++ .../Patch_Pawns.xml | 191 ++++++++++++++++++ .../Patch_Projectiles.xml | 73 +++++++ 3 files changed, 329 insertions(+) create mode 100644 ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Hediffs.xml create mode 100644 ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Pawns.xml create mode 100644 ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Projectiles.xml diff --git a/ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Hediffs.xml b/ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Hediffs.xml new file mode 100644 index 0000000000..4217ba230f --- /dev/null +++ b/ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Hediffs.xml @@ -0,0 +1,65 @@ + + + + + + + Defs/HediffDef[defName="Force_MechuDeruArm"]/comps/li[@Class="HediffCompProperties_VerbGiver"]/tools + + +
  • + + +
  • Blunt
  • + + 6 + 1.05 + 2.00 + MeleeHit_BionicPunch + MeleeMiss_BionicPunch + +
    +
    +
    + + + Defs/HediffDef[defName="Force_ConstructedArm"]/comps/li[@Class="HediffCompProperties_VerbGiver"]/tools + + +
  • + + +
  • Blunt
  • + + 1 + 1.26 + 0.250 + +
    +
    +
    + + + + + Defs/HediffDef[defName="Force_MechuDeruMembrane"]/stages/li/statOffsets/ArmorRating_Sharp + + 14 + + + + + Defs/HediffDef[defName="Force_MechuDeruMembrane"]/stages/li/statOffsets/ArmorRating_Blunt + + 21 + + + + + Defs/HediffDef[defName="Force_MechuDeruMembrane"]/stages/li/statOffsets/ArmorRating_Heat + + 0.65 + + + +
    diff --git a/ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Pawns.xml b/ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Pawns.xml new file mode 100644 index 0000000000..a146919c3c --- /dev/null +++ b/ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Pawns.xml @@ -0,0 +1,191 @@ + + + + + + + Defs/ThingDef[defName="Force_DarksideWraithRace"]/tools + + +
  • + + +
  • Cut
  • + + 22 + 1.5 + 4 + 6 + HeadAttackTool + true + +
  • + + +
  • Stab
  • + + 14 + 1.25 + 22 + 10 + HeadAttackTool + true + +
    +
    +
    + + + + + Defs/ThingDef[defName="SithSorcery_Terentatek_Pawn"]/tools + + +
  • + + +
  • Blunt
  • + + 22 + 2.0 + 12 + Feet + + +
  • + Stun + 5 +
  • +
    +
    + +
  • + + +
  • Blunt
  • + + 22 + 2.0 + 12 + Feet + + +
  • + Stun + 5 +
  • +
    +
    + +
  • + + +
  • Bite
  • + + 38 + 2.2 + 17 + 11 + Teeth + +
  • + + +
  • Cut
  • + + 45 + 2.0 + 27 + 17 + SithSorcery_Terentatek_LeftFingerClaw + +
  • + + +
  • Cut
  • + + 45 + 2.0 + 27 + 17 + SithSorcery_Terentatek_RightFingerClaw + +
  • + + +
  • Cut
  • + + 38 + 2.2 + 22 + 10 + Teeth + +
  • + + +
  • Blunt
  • + + 22 + 2.5 + 11 + HeadAttackTool + true + 0.2 + +
    +
    +
    + + + + + +
  • Biotech
  • +
    + + Defs/ThingDef[defName="Force_Mech_Inquisitor"]/tools + + +
  • + + fist + +
  • Blunt
  • + + 5 + 1.11 + 1.688 + LeftHand + false + +
  • + + fist + +
  • Blunt
  • + + 5 + 1.11 + 1.688 + RightHand + false + +
  • + + +
  • Blunt
  • + + 5 + 1.85 + 0.625 + HeadAttackTool + true + 0.2 + +
    +
    +
    +
    + +
    diff --git a/ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Projectiles.xml b/ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Projectiles.xml new file mode 100644 index 0000000000..ce958b264e --- /dev/null +++ b/ModPatches/Star Wars - The Force Standalone/Patches/Star Wars - The Force Standalone/Patch_Projectiles.xml @@ -0,0 +1,73 @@ + + + + + + + Defs/DamageDef[defName="Force_Lightning"]/defaultArmorPenetration + + 0.75 + + + + + + + Defs/ThingDef[defName="Force_MagickScream"]/projectile + Class + CombatExtended.ProjectilePropertiesCE + + + + Defs/ThingDef[defName="Force_MagickScream"]/projectile + + 0.10 + 2 + + + + + Defs/ThingDef[defName="Force_ThrowItem"]/projectile + Class + CombatExtended.ProjectilePropertiesCE + + + + Defs/ThingDef[defName="Force_ThrowItem"]/projectile + + 0.5 + 10 + + + + + + + Defs/AbilityDef[defName="Force_Destruction"]/comps/li[@Class="TheForce_Standalone.Abilities.Darkside.CompProperties_AbilityForceDestruction"]/armorPenetration + + 10 + + + + + Defs/AbilityDef[defName="Force_Lightning"]/comps/li[@Class="TheForce_Standalone.Generic.CompProperties_ExplosionWithDirection"]/armorPenetration + + 0.75 + + + + + Defs/AbilityDef[defName="Force_ElectricJudgment"]/comps/li[@Class="TheForce_Standalone.Generic.CompProperties_ExplosionWithDirection"]/armorPenetration + + 1.0 + + + + + Defs/AbilityDef[defName="Force_FireyEnergy"]/comps/li[@Class="TheForce_Standalone.Generic.CompProperties_ExplosionWithDirection"]/armorPenetration + + 0.75 + + + +