From 21b5e675c54bedc6a66ca32f4201eb12d584a544 Mon Sep 17 00:00:00 2001 From: n7huntsman Date: Sat, 26 Oct 2024 01:59:08 -0400 Subject: [PATCH 1/7] Grimworld Talons of the Emperor wip --- LoadFolders.xml | 7 +- .../CE_Patch_Armors_Helmets.xml | 179 +++++++++++++ .../CE_Patch_Melee_Weapons.xml | 249 ++++++++++++++++++ SupportedThirdPartyMods.md | 1 + 4 files changed, 433 insertions(+), 3 deletions(-) create mode 100644 ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors_Helmets.xml create mode 100644 ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Melee_Weapons.xml diff --git a/LoadFolders.xml b/LoadFolders.xml index 0faed28a68..050d4190c8 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -200,9 +200,13 @@
  • ModPatches/Gestalt Engine
  • ModPatches/Giddy-Up 2
  • ModPatches/GrimWorld Angels of Death
  • +
  • ModPatches/Grimworld Autoguns
  • ModPatches/Grimworld Core Imperialis
  • ModPatches/GrimWorld Hammer of the Imperium
  • ModPatches/GrimWorld Imperial Vehicles
  • +
  • ModPatches/Grimworld Lasguns
  • +
  • ModPatches/Grimworld Melee
  • +
  • ModPatches/GrimWorld Talons of the Emperor
  • ModPatches/Girls Frontline Apparel Pack
  • ModPatches/Girls Frontline Styles 404 Team
  • ModPatches/Girls Frontline Styles AR Team
  • @@ -211,9 +215,6 @@
  • ModPatches/Glitter Weaponry
  • ModPatches/Gloomy Dragonian Race
  • ModPatches/GouRIMet
  • -
  • ModPatches/Grimworld Autoguns
  • -
  • ModPatches/Grimworld Lasguns
  • -
  • ModPatches/Grimworld Melee
  • ModPatches/Gulden Mod
  • ModPatches/Half Dragons
  • ModPatches/Halo - UNSC Armoury
  • diff --git a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors_Helmets.xml b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors_Helmets.xml new file mode 100644 index 0000000000..7780a690ca --- /dev/null +++ b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors_Helmets.xml @@ -0,0 +1,179 @@ + + + + + + + Defs/ThingDef[@Name="GW_TotEHelmetBase"]/apparel/layers/li[text()="EyeCover"] + + + + Defs/ThingDef[@Name="GW_TotEHelmetBase"]/apparel/immuneToToxGasExposure + + Defs/ThingDef[@Name="GW_TotEHelmetBase"]/apparel + + true + + + + + + Defs/ThingDef[@Name="GW_TotEHelmetBase"]/equippedStatOffsets + + -1 + + + + + Defs/ThingDef[@Name="GW_TotEHelmetBase"]/statBases + + 0.8 + + + + + + + + Defs/ThingDef[defName="GW_TotE_CustodesGuardHelmet"]/statBases + + 15 + 2.5 + + + + + Defs/ThingDef[defName="GW_TotE_CustodesGuardHelmet"]/statBases/ArmorRating_Sharp + + 54 + + + + + Defs/ThingDef[defName="GW_TotE_CustodesGuardHelmet"]/statBases/ArmorRating_Blunt + + 120 + + + + + + + Defs/ThingDef[defName="GW_TotE_CustodesWardenHelmet"]/statBases + + 15 + 2.5 + + + + + Defs/ThingDef[defName="GW_TotE_CustodesWardenHelmet"]/statBases/ArmorRating_Sharp + + 54 + + + + + Defs/ThingDef[defName="GW_TotE_CustodesWardenHelmet"]/statBases/ArmorRating_Blunt + + 120 + + + + + + + Defs/ThingDef[defName="GW_TotE_CastellanPlateHelmet"]/statBases + + 15 + 2.5 + + + + + Defs/ThingDef[defName="GW_TotE_CastellanPlateHelmet"]/statBases/ArmorRating_Sharp + + 54 + + + + + Defs/ThingDef[defName="GW_TotE_CastellanPlateHelmet"]/statBases/ArmorRating_Blunt + + 120 + + + + + + + Defs/ThingDef[defName="GW_TotE_SagittarumHelmet"]/statBases + + 15 + 2.5 + + + + + Defs/ThingDef[defName="GW_TotE_SagittarumHelmet"]/statBases/ArmorRating_Sharp + + 54 + + + + + Defs/ThingDef[defName="GW_TotE_SagittarumHelmet"]/statBases/ArmorRating_Blunt + + 120 + + + + + + + Defs/ThingDef[defName="GW_TotE_VenatariHelmet"]/statBases + + 15 + 2.5 + + + + + Defs/ThingDef[defName="GW_TotE_VenatariHelmet"]/statBases/ArmorRating_Sharp + + 54 + + + + + Defs/ThingDef[defName="GW_TotE_VenatariHelmet"]/statBases/ArmorRating_Blunt + + 120 + + + + + + + Defs/ThingDef[defName="GW_TotE_AllarusHelmet"]/statBases + + 15 + 2.5 + + + + + Defs/ThingDef[defName="GW_TotE_AllarusHelmet"]/statBases/ArmorRating_Sharp + + 54 + + + + + Defs/ThingDef[defName="GW_TotE_AllarusHelmet"]/statBases/ArmorRating_Blunt + + 120 + + + + \ No newline at end of file diff --git a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Melee_Weapons.xml b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Melee_Weapons.xml new file mode 100644 index 0000000000..04fa2afa05 --- /dev/null +++ b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Melee_Weapons.xml @@ -0,0 +1,249 @@ + + + + + + + Defs/ThingDef[defName="GW_TotE_Misericordia"]/tools + + +
  • + + +
  • Poke
  • + + 4 + 1.4 + 0.2 + 1.425 + Handle + +
  • + + +
  • Cut
  • + + 47 + 1.17 + 4.06 + 44 + Edge + +
  • + + +
  • Stab
  • + + 25 + 1.05 + 2.048 + 100 + +
    +
    +
    + + + Defs/ThingDef[defName="GW_TotE_Misericordia"]/weaponTags + + Defs/ThingDef[defName="GW_TotE_Misericordia"] + + + + + + + + Defs/ThingDef[defName="GW_TotE_Misericordia"]/weaponTags + +
  • CE_OneHandedWeapon
  • +
    +
    + + + Defs/ThingDef[defName="GW_TotE_Misericordia"]/equippedStatOffsets + + 0.23 + 0.45 + 0.35 + + + + + Defs/ThingDef[defName="GW_TotE_Misericordia"]/statBases + + 4.9 + 0.58 + + + + + + + Defs/ThingDef[defName="GW_TotE_Sentinel_Blade"]/tools + + +
  • + + +
  • Poke
  • + + 4 + 1.4 + 0.2 + 1.425 + Handle + +
  • + + +
  • Cut
  • + + 56 + 1.17 + 4.06 + 52 + Edge + +
  • + + +
  • Stab
  • + + 25 + 1.25 + 2.048 + 120 + +
    +
    +
    + + + Defs/ThingDef[defName="GW_TotE_Sentinel_Blade"]/weaponTags + + Defs/ThingDef[defName="GW_TotE_Sentinel_Blade"] + + + + + + + + Defs/ThingDef[defName="GW_TotE_Sentinel_Blade"] + + + 1.0 + 0.5 + 0.16 + + + + + + Defs/ThingDef[defName="GW_TotE_Sentinel_Blade"]/statBases + + 6.2 + 0.53 + + + + + + + Defs/ThingDef[defName="GW_TotE_Vexilla"]/tools + + +
  • + + +
  • Blunt
  • + + 5 + 2.85 + 0.30 + 1.69 + Head + +
  • + + +
  • Blunt
  • +
  • Poke
  • + + 24 + 2.15 + 16 + Head + +
    +
    +
    + + + Defs/ThingDef[defName="GW_TotE_Vexilla"]/statBases + + 10 + 0.93 + + + + + Defs/ThingDef[defName="GW_TotE_Vexilla"]/equippedStatOffsets + + 1.00 + 0.70 + 0.47 + + + + + + Defs/ThingDef[defName="GW_TotE_Vaultsword"]/statBases + + 14 + 1.25 + 24 + + + + + Defs/ThingDef[defName="GW_TotE_Vaultsword"] + + + 0.2 + 0.63 + 0.22 + + + + + + Defs/ThingDef[defName="GW_TotE_Vaultsword"]/tools + + +
  • + + +
  • Stab
  • + + 54 + 2.35 + 9 + 142 + +
  • + + +
  • Cut
  • + + 72 + 2.6 + 17 + 128 + +
    +
    +
    + +
    \ No newline at end of file diff --git a/SupportedThirdPartyMods.md b/SupportedThirdPartyMods.md index 1b2ab0d89e..3160772508 100644 --- a/SupportedThirdPartyMods.md +++ b/SupportedThirdPartyMods.md @@ -260,6 +260,7 @@ GrimWorld 40,000 - Angels of Death | GrimWorld 40,000 - Core Imperialis | GrimWorld 40,000 - Hammer of the Imperium | GrimWorld 40,000 - Imperial Vehicles of Grimworld | +GrimWorld 40,000 - Talons of the Emperor | Gulden Mod | Half Dragons | HALO: UNSC Armoury | From 32788e4b63f13e7d3dc759becaad90031d5b0e85 Mon Sep 17 00:00:00 2001 From: n7huntsman Date: Sun, 10 Nov 2024 15:39:25 -0500 Subject: [PATCH 2/7] Patch armors, weapon fix --- .../CE_Patch_Armors.xml | 204 ++++++++++++++++++ .../CE_Patch_Armors_Helmets.xml | 22 ++ .../CE_Patch_Melee_Weapons.xml | 20 +- 3 files changed, 238 insertions(+), 8 deletions(-) create mode 100644 ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors.xml diff --git a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors.xml b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors.xml new file mode 100644 index 0000000000..4bcee48005 --- /dev/null +++ b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors.xml @@ -0,0 +1,204 @@ + + + + + + + + + Defs/ThingDef[defName="GW_TotE_CustodesGuardArmor"]/statBases + + 225 + 25 + + + + + Defs/ThingDef[defName="GW_TotE_CustodesGuardArmor"]/statBases/ArmorRating_Sharp + + 54 + + + + + Defs/ThingDef[defName="GW_TotE_CustodesGuardArmor"]/statBases/ArmorRating_Blunt + + 84 + + + + + + + Defs/ThingDef[defName="GW_TotE_CustodesGuardShoulder"]/statBases + + 15 + 5 + + + + + Defs/ThingDef[defName="GW_TotE_CustodesGuardShoulder"]/statBases/ArmorRating_Sharp + + 40 + + + + + Defs/ThingDef[defName="GW_TotE_CustodesGuardShoulder"]/statBases/ArmorRating_Blunt + + 52 + + + + + + + + + Defs/ThingDef[defName="GW_TotE_CustodesWardenArmor"]/statBases + + 225 + 25 + + + + + Defs/ThingDef[defName="GW_TotE_CustodesWardenArmor"]/statBases/ArmorRating_Sharp + + 56 + + + + + Defs/ThingDef[defName="GW_TotE_CustodesWardenArmor"]/statBases/ArmorRating_Blunt + + 88 + + + + + + + Defs/ThingDef[defName="GW_TotE_CustodesWardenShoulder"]/statBases + + 15 + 5 + + + + + Defs/ThingDef[defName="GW_TotE_CustodesWardenShoulder"]/statBases/ArmorRating_Sharp + + 46 + + + + + Defs/ThingDef[defName="GW_TotE_CustodesWardenShoulder"]/statBases/ArmorRating_Blunt + + 60 + + + + + + + + + Defs/ThingDef[defName="GW_TotE_AllarusArmor"]/statBases + + 350 + 50 + + + + + Defs/ThingDef[defName="GW_TotE_AllarusArmor"]/statBases/ArmorRating_Sharp + + 145 + + + + + Defs/ThingDef[defName="GW_TotE_AllarusArmor"]/statBases/ArmorRating_Blunt + + 900 + + + + + + + Defs/ThingDef[defName="GW_TotE_AllarusShoulder"]/statBases + + 35 + 10 + + + + + Defs/ThingDef[defName="GW_TotE_AllarusShoulder"]/statBases/ArmorRating_Sharp + + 55 + + + + + Defs/ThingDef[defName="GW_TotE_AllarusShoulder"]/statBases/ArmorRating_Blunt + + 75 + + + + + + + + + Defs/ThingDef[defName="GW_TotE_CastellanArmor"]/statBases + + 225 + 25 + + + + + Defs/ThingDef[defName="GW_TotE_CastellanArmor"]/statBases/ArmorRating_Sharp + + 54 + + + + + Defs/ThingDef[defName="GW_TotE_CastellanArmor"]/statBases/ArmorRating_Blunt + + 84 + + + + + + + Defs/ThingDef[defName="GW_TotE_CastellanPlateShoulder"]/statBases + + 15 + 5 + + + + + Defs/ThingDef[defName="GW_TotE_CastellanPlateShoulder"]/statBases/ArmorRating_Sharp + + 50 + + + + + Defs/ThingDef[defName="GW_TotE_CastellanPlateShoulder"]/statBases/ArmorRating_Blunt + + 65 + + + + \ No newline at end of file diff --git a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors_Helmets.xml b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors_Helmets.xml index 7780a690ca..bfe9281792 100644 --- a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors_Helmets.xml +++ b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors_Helmets.xml @@ -31,6 +31,28 @@ + + Defs/ThingDef[@Name="GW_TotEHelmetBase"] + +
  • + +
  • + 0.80 + +
  • Eye
  • + + + +
  • + 0.80 + +
  • Eye
  • + + + + +
    +
    diff --git a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Melee_Weapons.xml b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Melee_Weapons.xml index 04fa2afa05..da939ffaa5 100644 --- a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Melee_Weapons.xml +++ b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Melee_Weapons.xml @@ -61,11 +61,13 @@ - Defs/ThingDef[defName="GW_TotE_Misericordia"]/equippedStatOffsets + Defs/ThingDef[defName="GW_TotE_Misericordia"] - 0.23 - 0.45 - 0.35 + + 0.23 + 0.45 + 0.35 + @@ -189,11 +191,13 @@ - Defs/ThingDef[defName="GW_TotE_Vexilla"]/equippedStatOffsets + Defs/ThingDef[defName="GW_TotE_Vexilla"] - 1.00 - 0.70 - 0.47 + + 1.00 + 0.70 + 0.47 + From 5e02128c7f8dbe40c22565e2b773f5e0bda1fceb Mon Sep 17 00:00:00 2001 From: n7huntsman Date: Sun, 10 Nov 2024 16:01:12 -0500 Subject: [PATCH 3/7] Patch ranged weapons --- .../CE_Patch_Flamers.xml | 77 ++++++++ .../CE_Patch_Guns.xml | 171 ++++++++++++++++++ 2 files changed, 248 insertions(+) create mode 100644 ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Flamers.xml create mode 100644 ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Guns.xml diff --git a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Flamers.xml b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Flamers.xml new file mode 100644 index 0000000000..4109b17818 --- /dev/null +++ b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Flamers.xml @@ -0,0 +1,77 @@ + + + + + + + Defs/ThingDef[defName="GW_TotE_Firepike"]/tools + + +
  • + + +
  • Blunt
  • + + 5 + 2.02 + 1.63 + Barrel + +
  • + + +
  • Blunt
  • + + 8 + 1.55 + 1.5 + 2.755 + Stock + +
    +
    +
    + + + + + GW_TotE_Firepike + + 38.6 + 0.82 + 1.65 + 4.0 + 1 + 19.8 + + + CombatExtended.Verb_ShootCE + true + Bullet_Flamethrower_Prometheum + 1.3 + 42 + 4 + 8 + GW_SM_Flamer_Sound + GunTail_Heavy + 12 + 0.3 + 6 + 3 + + + 80 + 3 + AmmoSet_Flamethrower + + + False + SuppressFire + true + + +
  • NoSwitch
  • +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Guns.xml b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Guns.xml new file mode 100644 index 0000000000..5a5e55ca03 --- /dev/null +++ b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Guns.xml @@ -0,0 +1,171 @@ + + + + + + Defs/ThingDef[defName="GW_TotE_Bolt_Caliver" or defName="GW_TotE_Kinetic_Destructor"]/tools + + +
  • + + +
  • Blunt
  • + + 5 + 2.02 + 1.63 + Barrel + +
  • + + +
  • Blunt
  • + + 8 + 1.55 + 1.5 + 2.755 + Stock + +
    +
    +
    + + + + + Defs/ThingDef[defName="GW_TotE_Adrathic_Destructor"]/tools + + +
  • + + +
  • Blunt
  • + + 5 + 2.02 + 1.63 + Barrel + +
    +
    +
    + + + + + + + GW_TotE_Adrathic_Destructor + + 14.8 + 0.98 + 1 + 0.06 + 1.65 + 10.7 + 38000 + + + CombatExtended.Verb_ShootCE + true + Bullet_Lasgun_Cannon + 1 + 42 + Talon_Pulse_Gun_Sound + GunTail_Medium + 8 + 2.15 + 12 + + + 40 + 6.8 + AmmoSet_Lasgun_Cannon + + + FALSE + AimedShot + + +
  • CE_AI_AR
  • +
    +
    + + + + + GW_TotE_Bolt_Caliver + + 21 + 0.54 + 1.1 + 0.1 + 1 + 18 + + + CombatExtended.Verb_ShootCE + true + Bullet_Bolter998_Standard + 0.6 + 54 + 20 + Talon_Bolt_Gun_Sound + GunTail_Medium + 8 + 2.3 + 10 + + + 60 + 6.8 + AmmoSet_Bolter998 + + + 5 + FALSE + Snapshot + + +
  • CE_AI_BROOM
  • +
  • CE_SMG
  • +
    +
    + + + + GW_TotE_Kinetic_Destructor + + 6 + 8.6 + 1.17 + 0.15 + 0.8 + 0.35 + + + 0.5 + CombatExtended.Verb_ShootCE + True + Bullet_PlasmaRifle + 0.5 + 20 + Talon_Bolt_Gun_Sound + GunTail_Medium + 9 + + + 8 + 4 + AmmoSet_PlasmaCanister_Rifle + + + Snapshot + + +
  • CE_OneHandedWeapon
  • +
    +
    + +
    \ No newline at end of file From 6c6550fc52aa28c33e784e61639e5d9207cb3aeb Mon Sep 17 00:00:00 2001 From: n7huntsman Date: Wed, 20 Nov 2024 22:33:18 -0500 Subject: [PATCH 4/7] Switchable weapons wip --- .../CE_Patch_Guns.xml | 2 + .../CE_Patch_Switchable.xml | 296 ++++++++++++++++++ 2 files changed, 298 insertions(+) create mode 100644 ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Switchable.xml diff --git a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Guns.xml b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Guns.xml index 5a5e55ca03..d684b223ee 100644 --- a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Guns.xml +++ b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Guns.xml @@ -2,6 +2,7 @@ + Defs/ThingDef[defName="GW_TotE_Bolt_Caliver" or defName="GW_TotE_Kinetic_Destructor"]/tools @@ -134,6 +135,7 @@ + GW_TotE_Kinetic_Destructor diff --git a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Switchable.xml b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Switchable.xml new file mode 100644 index 0000000000..a5b35d0289 --- /dev/null +++ b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Switchable.xml @@ -0,0 +1,296 @@ + + + + + + + Defs/ThingDef[defName="GW_TotE_GuardianSpear"]/tools + + +
  • + + +
  • Poke
  • + + 4 + 1.54 + 0.2 + 1.425 + Handle + +
  • + + +
  • Poke
  • + + 4 + 1.78 + 0.05 + 1 + Point + +
  • + + +
  • Stab
  • + + 25 + 1.35 + 2.8 + 98 + +
    +
    +
    + + + Defs/ThingDef[defName="GW_TotE_GuardianSpear"] + + + 0.67 + 1.95 + 1.1 + + + + + + Defs/ThingDef[defName="GW_TotE_GuardianSpear"]/statBases + + 13 + 1.88 + + + + + + + GW_TotE_GuardianSpearR + + 0.62 + 1 + 0.09 + 1.43 + 13 + + + CombatExtended.Verb_ShootCE + true + Bullet_Bolter75_Standard + 1 + 16 + 4 + Talon_Bolt_Gun_Sound + GunTail_Medium + 8 + 1.35 + 9 + + + 12 + 5.2 + AmmoSet_Bolter75 + + + 2 + FALSE + Snapshot + + + + + + + Defs/ThingDef[defName="GW_TotE_AdrathicSpear"]/tools + + +
  • + + +
  • Poke
  • + + 4 + 1.54 + 0.2 + 1.425 + Handle + +
  • + + +
  • Poke
  • + + 4 + 1.78 + 0.05 + 1 + Point + +
  • + + +
  • Stab
  • + + 25 + 1.35 + 2.8 + 98 + +
    +
    +
    + + + Defs/ThingDef[defName="GW_TotE_AdrathicSpear"] + + + 0.67 + 1.95 + 1.1 + + + + + + Defs/ThingDef[defName="GW_TotE_AdrathicSpear"]/statBases + + 13 + 1.88 + + + + + + + GW_TotE_AdrathicSpearR + + 0.98 + 1 + 0.12 + 1.95 + 13 + + + CombatExtended.Verb_ShootCE + true + Bullet_Lasgun_Cannon + 1 + 22 + Talon_Pulse_Gun_Sound + GunTail_Medium + 8 + 2.15 + + + 10 + 6.2 + AmmoSet_Lasgun_Cannon + + + FALSE + AimedShot + + +
  • CE_AI_AR
  • +
    +
    + + + + + Defs/ThingDef[defName="GW_TotE_MeltaSpear"]/tools + + +
  • + + +
  • Poke
  • + + 4 + 1.54 + 0.2 + 1.425 + Handle + +
  • + + +
  • Poke
  • + + 4 + 1.78 + 0.05 + 1 + Point + +
  • + + +
  • Stab
  • + + 25 + 1.35 + 2.8 + 98 + +
    +
    +
    + + + Defs/ThingDef[defName="GW_TotE_MeltaSpear"] + + + 0.67 + 1.95 + 1.1 + + + + + + Defs/ThingDef[defName="GW_TotE_MeltaSpear"]/statBases + + 13 + 1.88 + + + + + + + HP_AM_Gun_MeltaGun + + 2.0 + 1 + 0.11 + 1.56 + 13 + + + CombatExtended.Verb_ShootCE + true + Bullet_Laser_MeltaCharge + 0.6 + 12 + 1 + HP_AM_Melta_Gun_Sound + GunTail_Heavy + 12 + 2.7 + 12 + + true + + + + 3 + 4.8 + AmmoSet_MeltaCharge + + + Snapshot + + + +
    \ No newline at end of file From 98f8e700fa0d65af9dd529985c2dcfd676dfef54 Mon Sep 17 00:00:00 2001 From: n7huntsman Date: Thu, 21 Nov 2024 04:18:38 -0500 Subject: [PATCH 5/7] Patch switchables, tweak melee damage --- .../CE_Patch_Flamers.xml | 2 +- .../CE_Patch_Melee_Weapons.xml | 8 +- .../CE_Patch_Switchable.xml | 204 +++++++++++++++++- 3 files changed, 204 insertions(+), 10 deletions(-) diff --git a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Flamers.xml b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Flamers.xml index 4109b17818..517c2ef449 100644 --- a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Flamers.xml +++ b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Flamers.xml @@ -53,7 +53,7 @@ 4 8 GW_SM_Flamer_Sound - GunTail_Heavy + GunTail_Light 12 0.3 6 diff --git a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Melee_Weapons.xml b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Melee_Weapons.xml index da939ffaa5..67b3b3be5b 100644 --- a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Melee_Weapons.xml +++ b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Melee_Weapons.xml @@ -112,7 +112,7 @@
  • Stab
  • - 25 + 38 1.25 2.048 120 @@ -173,7 +173,7 @@
  • Blunt
  • Poke
  • - 24 + 32 2.15 16 Head @@ -231,7 +231,7 @@
  • Stab
  • - 54 + 62 2.35 9 142 @@ -241,7 +241,7 @@
  • Cut
  • - 72 + 82 2.6 17 128 diff --git a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Switchable.xml b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Switchable.xml index a5b35d0289..4fec46ded1 100644 --- a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Switchable.xml +++ b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Switchable.xml @@ -34,7 +34,7 @@
  • Stab
  • - 25 + 52 1.35 2.8 98 @@ -131,7 +131,7 @@
  • Stab
  • - 25 + 52 1.35 2.8 98 @@ -228,7 +228,7 @@
  • Stab
  • - 25 + 52 1.35 2.8 98 @@ -259,7 +259,7 @@ - HP_AM_Gun_MeltaGun + GW_TotE_MeltaSpear 2.0 1 @@ -274,7 +274,7 @@ 0.6 12 1 - HP_AM_Melta_Gun_Sound + Shot_SniperRifle GunTail_Heavy 12 2.7 @@ -293,4 +293,198 @@ + + + + Defs/ThingDef[defName="GW_TotE_CastellanAxe"]/tools + + +
  • + + +
  • Poke
  • + + 6 + 1.74 + 0.2 + 1.425 + Handle + +
  • + + +
  • Poke
  • + + 6 + 1.88 + 0.05 + 1 + Point + +
  • + + +
  • Cut
  • + + 56 + 1.85 + 2.8 + 100 + +
    +
    +
    + + + Defs/ThingDef[defName="GW_TotE_CastellanAxe"] + + + 0.67 + 1.95 + 0.87 + + + + + + Defs/ThingDef[defName="GW_TotE_CastellanAxe"]/statBases + + 15 + 2.02 + + + + + + + GW_TotE_CastellanAxeR + + 0.62 + 1 + 0.09 + 1.63 + 15 + + + CombatExtended.Verb_ShootCE + true + Bullet_Bolter75_Standard + 1 + 16 + 4 + Talon_Bolt_Gun_Sound + GunTail_Medium + 8 + 1.35 + 9 + + + 12 + 5.2 + AmmoSet_Bolter75 + + + 2 + FALSE + Snapshot + + + + + + + Defs/ThingDef[defName="GW_TotE_WatchersAxe"]/tools + + +
  • + + +
  • Poke
  • + + 6 + 1.74 + 0.2 + 1.425 + Handle + +
  • + + +
  • Poke
  • + + 6 + 1.88 + 0.05 + 1 + Point + +
  • + + +
  • Cut
  • + + 72 + 1.85 + 2.8 + 135 + +
    +
    +
    + + + Defs/ThingDef[defName="GW_TotE_WatchersAxe"] + + + 0.67 + 1.95 + 0.87 + + + + + + Defs/ThingDef[defName="GW_TotE_WatchersAxe"]/statBases + + 15 + 2.02 + + + + + + + GW_TotE_WatchersAxeR + + 0.52 + 1 + 0.04 + 1.51 + 15 + + + CombatExtended.Verb_ShootCE + true + Bullet_Bolter75_Standard + 1 + 20 + 4 + Talon_Bolt_Gun_Sound + GunTail_Medium + 8 + 1.14 + 7 + + + 12 + 5.2 + AmmoSet_Bolter75 + + + 2 + FALSE + Snapshot + + +
    \ No newline at end of file From 7b34a1131e67fa01f8a89224a1404f8dca403aec Mon Sep 17 00:00:00 2001 From: n7huntsman Date: Thu, 21 Nov 2024 19:56:58 -0500 Subject: [PATCH 6/7] Add carry weight and bulk, tweaks --- .../CE_Patch_Armors.xml | 34 ++++++++++++++++++- .../CE_Patch_Guns.xml | 2 +- .../CE_Patch_Melee_Weapons.xml | 17 ++++++++++ 3 files changed, 51 insertions(+), 2 deletions(-) diff --git a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors.xml b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors.xml index 4bcee48005..54e50e2974 100644 --- a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors.xml +++ b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors.xml @@ -13,6 +13,14 @@ + + Defs/ThingDef[defName="GW_TotE_CustodesGuardArmor"]/equippedStatOffsets + + 100 + 90 + + + Defs/ThingDef[defName="GW_TotE_CustodesGuardArmor"]/statBases/ArmorRating_Sharp @@ -63,6 +71,14 @@ + + Defs/ThingDef[defName="GW_TotE_CustodesWardenArmor"]/equippedStatOffsets + + 100 + 90 + + + Defs/ThingDef[defName="GW_TotE_CustodesWardenArmor"]/statBases/ArmorRating_Sharp @@ -109,7 +125,15 @@ Defs/ThingDef[defName="GW_TotE_AllarusArmor"]/statBases 350 - 50 + 40 + + + + + Defs/ThingDef[defName="GW_TotE_AllarusArmor"]/equippedStatOffsets + + 150 + 120 @@ -163,6 +187,14 @@ + + Defs/ThingDef[defName="GW_TotE_CastellanArmor"]/equippedStatOffsets + + 100 + 90 + + + Defs/ThingDef[defName="GW_TotE_CastellanArmor"]/statBases/ArmorRating_Sharp diff --git a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Guns.xml b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Guns.xml index d684b223ee..525396d23c 100644 --- a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Guns.xml +++ b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Guns.xml @@ -89,7 +89,7 @@ AimedShot -
  • CE_AI_AR
  • +
  • CE_OneHandedWeapon
  • diff --git a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Melee_Weapons.xml b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Melee_Weapons.xml index 67b3b3be5b..12f68b3d0d 100644 --- a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Melee_Weapons.xml +++ b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Melee_Weapons.xml @@ -211,6 +211,23 @@ + + Defs/ThingDef[defName="GW_TotE_Vaultsword"]/weaponTags + + Defs/ThingDef[defName="GW_TotE_Vaultsword"] + + + + + + + + Defs/ThingDef[defName="GW_TotE_Vaultsword"]/weaponTags + +
  • CE_OneHandedWeapon
  • +
    +
    + Defs/ThingDef[defName="GW_TotE_Vaultsword"] From f117091adea0e5e846e6692bf9482d8b8621ae2b Mon Sep 17 00:00:00 2001 From: n7huntsman Date: Thu, 21 Nov 2024 20:54:17 -0500 Subject: [PATCH 7/7] Buff some armor values --- .../CE_Patch_Armors.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors.xml b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors.xml index 54e50e2974..7639616caa 100644 --- a/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors.xml +++ b/ModPatches/GrimWorld Talons of the Emperor/Patches/GrimWorld Talons of the Emperor/CE_Patch_Armors.xml @@ -24,14 +24,14 @@ Defs/ThingDef[defName="GW_TotE_CustodesGuardArmor"]/statBases/ArmorRating_Sharp - 54 + 72 Defs/ThingDef[defName="GW_TotE_CustodesGuardArmor"]/statBases/ArmorRating_Blunt - 84 + 525 @@ -82,14 +82,14 @@ Defs/ThingDef[defName="GW_TotE_CustodesWardenArmor"]/statBases/ArmorRating_Sharp - 56 + 82 Defs/ThingDef[defName="GW_TotE_CustodesWardenArmor"]/statBases/ArmorRating_Blunt - 88 + 565 @@ -198,14 +198,14 @@ Defs/ThingDef[defName="GW_TotE_CastellanArmor"]/statBases/ArmorRating_Sharp - 54 + 92 Defs/ThingDef[defName="GW_TotE_CastellanArmor"]/statBases/ArmorRating_Blunt - 84 + 610