From ce8d516625c4d6274e414ca05025859abad7ecbc Mon Sep 17 00:00:00 2001 From: SamaelGray <56392968+SamaelGray@users.noreply.github.com> Date: Tue, 16 Jul 2024 01:27:37 +0330 Subject: [PATCH 1/8] VFE Insectoids 2 patch - initial commit --- LoadFolders.xml | 6 +- .../Bodies/Bodies_ClawedInsectoid.xml} | 11 +- .../Patches/Bodies/Bodies_Swarmling.xml} | 17 +- .../Patches/Hediffs/Hediffs.xml | 4 + .../PawnKinds_Player.xml | 49 ++ .../Items_Resource_Leathers.xml | 25 + .../ThingDefs_Races/Races_AcidSpitter.xml | 93 ++++ .../Patches/ThingDefs_Races/Races_Bases.xml | 44 ++ .../ThingDefs_Races/Races_Boomtick.xml} | 37 +- .../Patches/ThingDefs_Races/Races_Durapod.xml | 87 ++++ .../Patches/ThingDefs_Races/Races_Empress.xml | 115 +++++ .../ThingDefs_Races/Races_Fuelmite.xml} | 52 +- .../ThingDefs_Races/Races_Gigalocust.xml} | 36 +- .../ThingDefs_Races/Races_Gigamite.xml | 93 ++++ .../ThingDefs_Races/Races_Hellbeetle.xml | 93 ++++ .../ThingDefs_Races/Races_Ironclad.xml | 103 ++++ .../ThingDefs_Races/Races_Macrofly.xml | 93 ++++ .../ThingDefs_Races/Races_Megapede.xml} | 55 +-- .../ThingDefs_Races/Races_Megathrips.xml} | 51 +- .../ThingDefs_Races/Races_Megawasp.xml | 93 ++++ .../Patches/ThingDefs_Races/Races_Queen.xml | 93 ++++ .../ThingDefs_Races/Races_Silverfish.xml | 109 ++++ .../ThingDefs_Races/Races_Swarmling.xml | 33 ++ .../ThingDefs_Races/Races_Tankroach.xml | 122 +++++ .../ThingDefs_Races/Races_Teramantis.xml | 127 +++++ .../ThingDefs_Races/Races_Titantick.xml | 93 ++++ .../ThingDefs_Races/Races_Venomite.xml} | 54 +- .../Ammo/AmmoCategories.xml | 12 - .../Ammo/PlasmaCells.xml | 426 ---------------- .../Hediffs/Hediffs_Berserk.xml | 39 -- .../Ammo/MadnessShell.xml | 68 --- .../Bodies/Bodies_Scorpionlike.xml | 34 -- .../Hediffs/Hediffs_Mutations.xml | 41 -- .../PawnKinds_Pirate.xml | 33 -- .../Scenario/Scenario.xml | 31 -- .../Items_Resource_Leathers.xml | 77 --- .../ThingDefs_Misc/Apparel_Various.xml | 239 --------- .../ThingDefs_Misc/Weapons_Spacer.xml | 246 --------- .../ThingDefs_Races/Races_Animal_Insect.xml | 466 ------------------ .../Races_Boomtick.xml | 88 ---- .../Races_Cuterpillar.xml | 39 -- .../Races_Gigascorpion.xml | 128 ----- .../Races_Gigawig.xml | 81 --- .../Races_Megacricket.xml | 81 --- .../Races_Milkbeetle.xml | 81 --- .../Races_Monstrosity.xml | 99 ---- .../Races_Princess.xml | 81 --- .../Races_RoyalLarva.xml | 44 -- .../Races_Spiderweaver.xml | 81 --- .../Races_Titanbeetle.xml | 99 ---- .../Races_Wargling.xml | 128 ----- .../Races_WorkerAnt.xml | 88 ---- SupportedThirdPartyMods.md | 2 +- 53 files changed, 1606 insertions(+), 3014 deletions(-) rename ModPatches/{Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Bodies/Bodies_Boomtick.xml => Vanilla Factions Expanded - Insectoids 2/Patches/Bodies/Bodies_ClawedInsectoid.xml} (68%) rename ModPatches/{Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Bodies/Bodies_Wargling.xml => Vanilla Factions Expanded - Insectoids 2/Patches/Bodies/Bodies_Swarmling.xml} (52%) create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Hediffs/Hediffs.xml create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/PawnKindDefs_Humanlikes/PawnKinds_Player.xml create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Items/Items_Resource_Leathers.xml create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_AcidSpitter.xml create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Bases.xml rename ModPatches/{Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_RoyalMaggot.xml => Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Boomtick.xml} (57%) create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Durapod.xml create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Empress.xml rename ModPatches/{Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatMegaspider.xml => Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Fuelmite.xml} (54%) rename ModPatches/{Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatGigalocust.xml => Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Gigalocust.xml} (68%) create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Gigamite.xml create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Hellbeetle.xml create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Ironclad.xml create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Macrofly.xml rename ModPatches/{Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatMegapede.xml => Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megapede.xml} (59%) rename ModPatches/{Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatMegascarab.xml => Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megathrips.xml} (52%) create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megawasp.xml create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Queen.xml create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Silverfish.xml create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Swarmling.xml create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Tankroach.xml create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Teramantis.xml create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Titantick.xml rename ModPatches/{Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatSpelopede.xml => Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Venomite.xml} (52%) delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Defs/Vanilla Factions Expanded - Insectoids/Ammo/AmmoCategories.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Defs/Vanilla Factions Expanded - Insectoids/Ammo/PlasmaCells.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Defs/Vanilla Factions Expanded - Insectoids/Hediffs/Hediffs_Berserk.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Ammo/MadnessShell.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Bodies/Bodies_Scorpionlike.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Hediffs/Hediffs_Mutations.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/PawnKindDefs_Humanlikes/PawnKinds_Pirate.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Scenario/Scenario.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Items/Items_Resource_Leathers.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Misc/Apparel_Various.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Misc/Weapons_Spacer.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races/Races_Animal_Insect.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Boomtick.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Cuterpillar.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Gigascorpion.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Gigawig.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Megacricket.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Milkbeetle.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Monstrosity.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Princess.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_RoyalLarva.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Spiderweaver.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Titanbeetle.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Wargling.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_WorkerAnt.xml diff --git a/LoadFolders.xml b/LoadFolders.xml index 4512efb92d..a29cf37676 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -425,7 +425,7 @@
  • ModPatches/Vanilla Factions Expanded - Classical
  • ModPatches/Vanilla Factions Expanded - Deserters
  • ModPatches/Vanilla Factions Expanded - Empire
  • -
  • ModPatches/Vanilla Factions Expanded - Insectoids
  • +
  • ModPatches/Vanilla Factions Expanded - Insectoids 2
  • ModPatches/Vanilla Factions Expanded - Mechanoids
  • ModPatches/Vanilla Factions Expanded - Medieval
  • ModPatches/Vanilla Factions Expanded - Pirates
  • @@ -596,10 +596,10 @@
  • ModPatches/Xenn
  • ModPatches/Outer Rim - Droid Depot
  • ModPatches/Maru Race
  • -
  • ModPatches/Det's Xenotypes - Boglegs
  • +
  • ModPatches/Det's Xenotypes - Boglegs
  • ModPatches/Moyo 2
  • ModPatches/Roren Race
  • -
  • ModPatches/Deployable Turret
  • +
  • ModPatches/Deployable Turret
  • ModPatches/pphhyy's Lightless Empyrean
  • ModPatches/Vanilla Arsenal
  • diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Bodies/Bodies_Boomtick.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Bodies/Bodies_ClawedInsectoid.xml similarity index 68% rename from ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Bodies/Bodies_Boomtick.xml rename to ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Bodies/Bodies_ClawedInsectoid.xml index b819ee11d2..c0cf3c0d4c 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Bodies/Bodies_Boomtick.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Bodies/Bodies_ClawedInsectoid.xml @@ -1,27 +1,26 @@ - - Defs/BodyDef[defName="VFEI_Boomtick"]//*[ + Defs/BodyDef[defName="VFEI2_ClawedInsectoid"]//*[ def="Shell" or def="Elytra" or def="Pronotum"] - + - Defs/BodyDef[defName="VFEI_Boomtick"]//*[ + Defs/BodyDef[defName="VFEI2_ClawedInsectoid"]//*[ def="Shell" or def="Elytra" or def="Pronotum" or - def="InsectMouth" or - def="InsectHead"]/groups + def="InsectHead" or + def="InsectMouth"]/groups
  • CoveredByNaturalArmor
  • diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Bodies/Bodies_Wargling.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Bodies/Bodies_Swarmling.xml similarity index 52% rename from ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Bodies/Bodies_Wargling.xml rename to ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Bodies/Bodies_Swarmling.xml index 799a7c83e0..6cf2e9517d 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Bodies/Bodies_Wargling.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Bodies/Bodies_Swarmling.xml @@ -1,28 +1,23 @@ - - Defs/BodyDef[defName="VFEI_Wargling"]//*[ + Defs/BodyDef[defName="VFEI2_Swarmling"]//*[ def="Shell" or - def="Elytra" or - def="Pronotum"] + def="VFEI2_Swarmling"] - + - Defs/BodyDef[defName="VFEI_Wargling"]//*[ + Defs/BodyDef[defName="VFEI2_Swarmling"]//*[ def="Shell" or - def="Elytra" or - def="Pronotum" or - def="VFEI_FrontClaw" or - def="InsectMouth" or - def="InsectHead"]/groups + def="VFEI2_Swarmling" or + def="InsectMouth"]/groups
  • CoveredByNaturalArmor
  • diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Hediffs/Hediffs.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Hediffs/Hediffs.xml new file mode 100644 index 0000000000..6892b13651 --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Hediffs/Hediffs.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/PawnKindDefs_Humanlikes/PawnKinds_Player.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/PawnKindDefs_Humanlikes/PawnKinds_Player.xml new file mode 100644 index 0000000000..4d11aff143 --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/PawnKindDefs_Humanlikes/PawnKinds_Player.xml @@ -0,0 +1,49 @@ + + + + + Defs/PawnKindDef[defName="VFE_Mercenary"] + +
  • + + 3 + 5 + + + 1000 + 1600 + + +
  • OutlanderShield
  • + + 0.9 + +
  • + + 400 + 800 + + +
  • CE_Sidearm_Melee
  • + + +
  • + 0.1 + + 80 + 160 + + +
  • CE_FlareLauncher
  • + + + 1 + 3 + + +
    + +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Items/Items_Resource_Leathers.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Items/Items_Resource_Leathers.xml new file mode 100644 index 0000000000..fc47e8a9f9 --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Items/Items_Resource_Leathers.xml @@ -0,0 +1,25 @@ + + + + + Defs/ThingDef[defName="VFEI2_Chitin"]/statBases/StuffPower_Armor_Sharp + + 0.03 + + + + + Defs/ThingDef[defName="VFEI2_Chitin"]/statBases/StuffPower_Armor_Blunt + + 0.35 + + + + + Defs/ThingDef[defName="VFEI2_Chitin"]/statBases/StuffPower_Armor_Heat + + 0.008 + + + + \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_AcidSpitter.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_AcidSpitter.xml new file mode 100644 index 0000000000..0b00ceece2 --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_AcidSpitter.xml @@ -0,0 +1,93 @@ + + + + + Defs/ThingDef[defName="VFEI2_Acidspitter"]/statBases/MoveSpeed + + 3.6 + 0.09 + 0.41 + 0.38 + + + + + Defs/ThingDef[defName="VFEI2_Acidspitter"]/statBases/ArmorRating_Blunt + + 9 + + + + + Defs/ThingDef[defName="VFEI2_Acidspitter"]/statBases/ArmorRating_Sharp + + 6 + + + + + Defs/ThingDef[defName="VFEI2_Acidspitter"]/tools + + +
  • + + +
  • Cut
  • + + 47 + 3.28 + HeadClaw + 1.8 + 4.5 + +
  • + + +
  • ToxicBite
  • + + 24 + 3.4 + Mouth + 7.12 + 29.8 + +
  • + + +
  • Blunt
  • + + 40 + 3.65 + HeadAttackTool + true + 0.2 + 17.5 + +
    +
    +
    + + + Defs/ThingDef[defName="VFEI2_Acidspitter"]/comps + + Defs/ThingDef[defName="VFEI2_Acidspitter"] + + + + + + + + Defs/ThingDef[defName="VFEI2_Acidspitter"]/comps + +
  • + 1530 + true + 600 + 5 + 0.5 +
  • +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Bases.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Bases.xml new file mode 100644 index 0000000000..ab10999032 --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Bases.xml @@ -0,0 +1,44 @@ + + + + + Defs/ThingDef[@Name="VFEI2_BaseInsect"] + +
  • + QuadrupedLow +
  • +
    +
    + + + Defs/ThingDef[@Name="VFEI2_BaseInsect"] + +
  • + +
  • + false + 0.25 + +
  • InsectLeg
  • + + +
  • + false + 0.25 + +
  • InsectLeg
  • + + + + +
    +
    + + + Defs/ThingDef[@Name="VFEI2_BaseInsect"]/statBases + + 0 + + + +
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_RoyalMaggot.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Boomtick.xml similarity index 57% rename from ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_RoyalMaggot.xml rename to ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Boomtick.xml index 38971afa73..ff452bc352 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_RoyalMaggot.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Boomtick.xml @@ -2,42 +2,42 @@ - Defs/ThingDef[defName="VFEI_VatGrownRoyalMaggot"]/statBases/MoveSpeed + Defs/ThingDef[defName="VFEI2_Boomtick"]/statBases/MoveSpeed - 1.15 - 0.03 - 0.01 - 0.03 + 4.2 + 0.15 + 0.04 + 0.01 - Defs/ThingDef[defName="VFEI_VatGrownRoyalMaggot"]/statBases/ArmorRating_Blunt + Defs/ThingDef[defName="VFEI2_Boomtick"]/statBases/ArmorRating_Blunt - 0.3 + 2 - Defs/ThingDef[defName="VFEI_VatGrownRoyalMaggot"]/statBases/ArmorRating_Sharp + Defs/ThingDef[defName="VFEI2_Boomtick"]/statBases/ArmorRating_Sharp - 0.15 + 1 - Defs/ThingDef[defName="VFEI_VatGrownRoyalMaggot"]/tools + Defs/ThingDef[defName="VFEI2_Boomtick"]/tools
  • -
  • Cut
  • +
  • Bite
  • 9 1.5 Mouth - 0.1 + 0.24 0.5
  • @@ -48,28 +48,29 @@ 1 1.26 HeadAttackTool + true 0.2 - 0.25 + 0.250
  • - Defs/ThingDef[defName="VFEI_VatGrownRoyalMaggot"]/comps + Defs/ThingDef[defName="VFEI2_Boomtick"]/comps - Defs/ThingDef[defName="VFEI_VatGrownRoyalMaggot"] + Defs/ThingDef[defName="VFEI2_Boomtick"] - + - Defs/ThingDef[defName="VFEI_VatGrownRoyalMaggot"]/comps + Defs/ThingDef[defName="VFEI2_Boomtick"]/comps
  • - 475 + 130 true 600 5 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Durapod.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Durapod.xml new file mode 100644 index 0000000000..d192146da4 --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Durapod.xml @@ -0,0 +1,87 @@ + + + + + Defs/ThingDef[defName="VFEI2_Durapod"]/statBases/MoveSpeed + + 3.2 + 0.08 + 0.12 + 0.09 + + + + + Defs/ThingDef[defName="VFEI2_Durapod"]/statBases/ArmorRating_Blunt + + 40 + + + + + Defs/ThingDef[defName="VFEI2_Durapod"]/statBases/ArmorRating_Sharp + + 20 + + + + + Defs/ThingDef[defName="VFEI2_Durapod"]/tools + + +
  • + + +
  • Cut
  • + + 18 + 1.78 + HeadClaw + 0.3 + 2.1 + +
  • + + +
  • Stab
  • + + 13 + 1.78 + HeadClaw + 3.5 + 1.5 + +
  • + + +
  • Blunt
  • + + 2 + 1.5 + HeadAttackTool + true + 0.2 + 0.5 + + +
    +
    + + + Defs/ThingDef[defName="VFEI2_Durapod"]/comps/li[@Class="AnimalBehaviours.CompProperties_HediffAfterHealthLoss"] + + + + Defs/ThingDef[defName="VFEI2_Durapod"]/comps + +
  • + 625 + true + 600 + 5 + 0.25 +
  • +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Empress.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Empress.xml new file mode 100644 index 0000000000..c30f72b259 --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Empress.xml @@ -0,0 +1,115 @@ + + + + + Defs/ThingDef[defName="VFEI2_Empress"]/statBases/MoveSpeed + + 2.2 + 0.03 + 0.30 + 0.57 + + + + + Defs/ThingDef[defName="VFEI2_Empress"]/statBases/ArmorRating_Blunt + + 22 + + + + + Defs/ThingDef[defName="VFEI2_Empress"]/statBases/ArmorRating_Sharp + + 9 + + + + + Defs/ThingDef[defName="VFEI2_Empress"]/tools + + +
  • + + +
  • Cut
  • + + 24 + 1.78 + HeadClaw + 1.0 + 5.0 + +
  • + + +
  • Stab
  • + + 18 + 1.78 + HeadClaw + 6 + 3 + +
  • + + +
  • Stab
  • + + 24 + 1.66 + HeadClaw + 30 + 15 + +
  • + + +
  • Cut
  • + + 43 + 2.1 + HeadClaw + 1.5 + 7.5 + +
  • + + +
  • Blunt
  • + + 17 + 2.1 + HeadAttackTool + true + 0.2 + 7.0 + +
    +
    +
    + + + Defs/ThingDef[defName="VFEI2_Empress"]/comps + + Defs/ThingDef[defName="VFEI2_Empress"] + + + + + + + + Defs/ThingDef[defName="VFEI2_Empress"]/comps + +
  • + 2300 + true + 600 + 5 + 0.5 +
  • +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatMegaspider.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Fuelmite.xml similarity index 54% rename from ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatMegaspider.xml rename to ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Fuelmite.xml index e8c34a857a..17640e357c 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatMegaspider.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Fuelmite.xml @@ -2,38 +2,31 @@ - Defs/ThingDef[defName="VFEI_VatgrownMegaspider"]/statBases/MoveSpeed + Defs/ThingDef[defName="VFEI2_Fuelmite"]/statBases/MoveSpeed - 4.4 + 4.5 0.09 - 0.31 + 0.40 0.17 - Defs/ThingDef[defName="VFEI_VatgrownMegaspider"]/statBases/ArmorRating_Blunt + Defs/ThingDef[defName="VFEI2_Fuelmite"]/statBases/ArmorRating_Blunt - 10 + 7.5 - Defs/ThingDef[defName="VFEI_VatgrownMegaspider"]/statBases/ArmorRating_Sharp + Defs/ThingDef[defName="VFEI2_Fuelmite"]/statBases/ArmorRating_Sharp - 4 + 3 - Defs/ThingDef[defName="VFEI_VatgrownMegaspider"]/race/baseHealthScale - - 1.8 - - - - - Defs/ThingDef[defName="VFEI_VatgrownMegaspider"]/tools + Defs/ThingDef[defName="VFEI2_Fuelmite"]/tools
  • @@ -41,9 +34,9 @@
  • Stab
  • - 22 + 24 1.33 - Mouth + HeadClaw 40 20 @@ -52,42 +45,43 @@
  • Cut
  • - 41 + 43 2.48 - Mouth - 1.25 - 6.25 + HeadClaw + 1.5 + 7.5
  • Blunt
  • - 10 - 2.48 + 24 + 1.33 HeadAttackTool + true 0.2 - 3.75 + 6
    - Defs/ThingDef[defName="VFEI_VatgrownMegaspider"]/comps + Defs/ThingDef[defName="VFEI2_Fuelmite"]/comps - Defs/ThingDef[defName="VFEI_VatgrownMegaspider"] + Defs/ThingDef[defName="VFEI2_Fuelmite"] - + - Defs/ThingDef[defName="VFEI_VatgrownMegaspider"]/comps + Defs/ThingDef[defName="VFEI2_Fuelmite"]/comps
  • - 737 + 1050 true 600 5 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatGigalocust.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Gigalocust.xml similarity index 68% rename from ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatGigalocust.xml rename to ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Gigalocust.xml index dd2a0bc3af..539c045768 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatGigalocust.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Gigalocust.xml @@ -2,38 +2,31 @@ - Defs/ThingDef[defName="VFEI_VatGrownGigalocust"]/statBases/MoveSpeed + Defs/ThingDef[defName="VFEI2_Gigalocust"]/statBases/MoveSpeed - 5.2 + 4.0 0.07 - 0.38 + 0.41 0.19 - Defs/ThingDef[defName="VFEI_VatGrownGigalocust"]/statBases/ArmorRating_Blunt + Defs/ThingDef[defName="VFEI2_Gigalocust"]/statBases/ArmorRating_Blunt 22 - Defs/ThingDef[defName="VFEI_VatGrownGigalocust"]/statBases/ArmorRating_Sharp + Defs/ThingDef[defName="VFEI2_Gigalocust"]/statBases/ArmorRating_Sharp 9 - Defs/ThingDef[defName="VFEI_VatGrownGigalocust"]/race/baseHealthScale - - 2.1 - - - - - Defs/ThingDef[defName="VFEI_VatGrownGigalocust"]/tools + Defs/ThingDef[defName="VFEI2_Gigalocust"]/tools
  • @@ -41,7 +34,7 @@
  • Stab
  • - 26 + 29 1.4 HeadClaw 40 @@ -52,7 +45,7 @@
  • Cut
  • - 50 + 52 2.6 HeadClaw 2.5 @@ -65,8 +58,9 @@ 17 2.17 - 0.2 HeadAttackTool + true + 0.2 6.48 @@ -74,20 +68,20 @@
    - Defs/ThingDef[defName="VFEI_VatGrownGigalocust"]/comps + Defs/ThingDef[defName="VFEI2_Gigalocust"]/comps - Defs/ThingDef[defName="VFEI_VatGrownGigalocust"] + Defs/ThingDef[defName="VFEI2_Gigalocust"] - + - Defs/ThingDef[defName="VFEI_VatGrownGigalocust"]/comps + Defs/ThingDef[defName="VFEI2_Gigalocust"]/comps
  • - 950 + 1200 true 600 5 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Gigamite.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Gigamite.xml new file mode 100644 index 0000000000..99340f5f73 --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Gigamite.xml @@ -0,0 +1,93 @@ + + + + + Defs/ThingDef[defName="VFEI2_Gigamite"]/statBases/MoveSpeed + + 2.0 + 0.03 + 0.29 + 0.38 + + + + + Defs/ThingDef[defName="VFEI2_Gigamite"]/statBases/ArmorRating_Blunt + + 15 + + + + + Defs/ThingDef[defName="VFEI2_Gigamite"]/statBases/ArmorRating_Sharp + + 6 + + + + + Defs/ThingDef[defName="VFEI2_Gigamite"]/tools + + +
  • + + +
  • Stab
  • + + 18 + 1.0 + HeadClaw + 30 + 15 + +
  • + + +
  • Cut
  • + + 29 + 1.98 + HeadClaw + 1.5 + 7.5 + +
  • + + +
  • Blunt
  • + + 32 + 1.0 + HeadAttackTool + true + 0.2 + 12 + + +
    +
    + + + Defs/ThingDef[defName="VFEI2_Gigamite"]/comps + + Defs/ThingDef[defName="VFEI2_Gigamite"] + + + + + + + + Defs/ThingDef[defName="VFEI2_Gigamite"]/comps + +
  • + 1750 + true + 600 + 5 + 0.5 +
  • +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Hellbeetle.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Hellbeetle.xml new file mode 100644 index 0000000000..9db7aa57a2 --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Hellbeetle.xml @@ -0,0 +1,93 @@ + + + + + Defs/ThingDef[defName="VFEI2_Hellbeetle"]/statBases/MoveSpeed + + 3.7 + 0.02 + 0.18 + 0.26 + + + + + Defs/ThingDef[defName="VFEI2_Hellbeetle"]/statBases/ArmorRating_Blunt + + 4 + + + + + Defs/ThingDef[defName="VFEI2_Hellbeetle"]/statBases/ArmorRating_Sharp + + 2 + + + + + Defs/ThingDef[defName="VFEI2_Hellbeetle"]/tools + + +
  • + + +
  • Stab
  • + + 28 + 1.8 + HeadClaw + 40 + 20 + +
  • + + +
  • Cut
  • + + 49 + 2.71 + HeadClaw + 1.5 + 7.5 + +
  • + + +
  • Blunt
  • + + 24 + 1.33 + HeadAttackTool + true + 0.2 + 6 + +
    +
    +
    + + + Defs/ThingDef[defName="VFEI2_Hellbeetle"]/comps + + Defs/ThingDef[defName="VFEI2_Hellbeetle"] + + + + + + + + Defs/ThingDef[defName="VFEI2_Hellbeetle"]/comps + +
  • + 925 + true + 600 + 5 + 0.5 +
  • +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Ironclad.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Ironclad.xml new file mode 100644 index 0000000000..e6c30bd0ba --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Ironclad.xml @@ -0,0 +1,103 @@ + + + + + Defs/ThingDef[defName="VFEI2_Ironclad"]/statBases/MoveSpeed + + 2.4 + 0.03 + 0.26 + 0.38 + + + + + Defs/ThingDef[defName="VFEI2_Ironclad"]/statBases/ArmorRating_Blunt + + 65 + + + + + Defs/ThingDef[defName="VFEI2_Ironclad"]/statBases/ArmorRating_Sharp + + 26 + + + + + Defs/ThingDef[defName="VFEI2_Ironclad"]/tools + + +
  • + + +
  • Stab
  • + + 36 + 1.33 + HeadClaw + + +
  • + Stun + 14 +
  • +
    +
    + 50 + 25 + +
  • + + +
  • Cut
  • + + 62 + 2.48 + HeadClaw + + +
  • + Stun + 14 +
  • +
    +
    + 2.5 + 10 + +
  • + + +
  • Blunt
  • + + 60 + 1.33 + HeadAttackTool + true + 0.2 + 27 + +
    +
    +
    + + + Defs/ThingDef[defName="VFEI2_Ironclad"]/comps/li[@Class="AnimalBehaviours.CompProperties_HediffAfterHealthLoss"] + + + + Defs/ThingDef[defName="VFEI2_Ironclad"]/comps + +
  • + 2250 + true + 600 + 5 + 0.25 +
  • +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Macrofly.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Macrofly.xml new file mode 100644 index 0000000000..b2b028d8e0 --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Macrofly.xml @@ -0,0 +1,93 @@ + + + + + Defs/ThingDef[defName="VFEI2_Macrofly"]/statBases/MoveSpeed + + 3.4 + 0.05 + 0.15 + 0.1 + + + + + Defs/ThingDef[defName="VFEI2_Macrofly"]/statBases/ArmorRating_Blunt + + 3.5 + + + + + Defs/ThingDef[defName="VFEI2_Macrofly"]/statBases/ArmorRating_Sharp + + 1.5 + + + + + Defs/ThingDef[defName="VFEI2_Macrofly"]/tools + + +
  • + + +
  • Cut
  • + + 26 + 1.5 + HeadClaw + 0.5 + 2.5 + +
  • + + +
  • Stab
  • + + 18 + 1.5 + HeadClaw + 6 + 3 + +
  • + + +
  • Blunt
  • + + 3 + 1.5 + HeadAttackTool + true + 0.2 + 1.0 + +
    +
    +
    + + + Defs/ThingDef[defName="VFEI2_Macrofly"]/comps + + Defs/ThingDef[defName="VFEI2_Macrofly"] + + + + + + + + Defs/ThingDef[defName="VFEI2_Macrofly"]/comps + +
  • + 625 + true + 600 + 5 + 0.5 +
  • +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatMegapede.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megapede.xml similarity index 59% rename from ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatMegapede.xml rename to ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megapede.xml index 52f519e2e9..2824f7dfa5 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatMegapede.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megapede.xml @@ -2,45 +2,31 @@ - Defs/ThingDef[defName="VFEI_VatGrownMegapede"]/statBases/MoveSpeed + Defs/ThingDef[defName="VFEI2_Megapede"]/statBases/MoveSpeed - 2.8 + 3.3 0.03 - 0.35 - 0.37 + 0.36 + 0.38 - Defs/ThingDef[defName="VFEI_VatGrownMegapede"]/statBases/ArmorRating_Blunt + Defs/ThingDef[defName="VFEI2_Megapede"]/statBases/ArmorRating_Blunt - 14 + 25 - Defs/ThingDef[defName="VFEI_VatGrownMegapede"]/statBases/ArmorRating_Sharp + Defs/ThingDef[defName="VFEI2_Megapede"]/statBases/ArmorRating_Sharp - 4.65 + 10 - Defs/ThingDef[defName="VFEI_VatGrownMegapede"]/race/body - - CE_ArmoredBeetleLikeWithClaw - - - - - Defs/ThingDef[defName="VFEI_VatGrownMegapede"]/race/baseHealthScale - - 3.45 - - - - - Defs/ThingDef[defName="VFEI_VatGrownMegapede"]/tools + Defs/ThingDef[defName="VFEI2_Megapede"]/tools
  • @@ -48,7 +34,7 @@
  • Cut
  • - 60 + 63 3.28 HeadClaw @@ -67,7 +53,7 @@
  • ToxicBite
  • - 31 + 32 3.4 Mouth @@ -86,31 +72,32 @@
  • Blunt
  • - 33 - 3.51 + 40 + 3.65 HeadAttackTool - 0.8 - 14.175 + true + 0.2 + 17.5
    - Defs/ThingDef[defName="VFEI_VatGrownMegapede"]/comps + Defs/ThingDef[defName="VFEI2_Megapede"]/comps - Defs/ThingDef[defName="VFEI_VatGrownMegapede"] + Defs/ThingDef[defName="VFEI2_Megapede"] - + - Defs/ThingDef[defName="VFEI_VatGrownMegapede"]/comps + Defs/ThingDef[defName="VFEI2_Megapede"]/comps
  • - 1312 + 1530 true 600 5 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatMegascarab.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megathrips.xml similarity index 52% rename from ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatMegascarab.xml rename to ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megathrips.xml index 6a619708dc..9b5aeb1c29 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatMegascarab.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megathrips.xml @@ -2,54 +2,42 @@ - Defs/ThingDef[defName="VFEI_VatGrownMegascarab"]/statBases/MoveSpeed - + Defs/ThingDef[defName="VFEI2_Megathrips"]/statBases/MoveSpeed - 4.7 - 0.30 + 4.4 + 0.18 0.03 - 0.0 - - - - - Defs/ThingDef[defName="VFEI_VatGrownMegascarab"]/statBases/ArmorRating_Blunt - - - 2.25 + 0.01 - Defs/ThingDef[defName="VFEI_VatGrownMegascarab"]/statBases/ArmorRating_Sharp - + Defs/ThingDef[defName="VFEI2_Megathrips"]/statBases/ArmorRating_Blunt - 0.7 + 2.0 - Defs/ThingDef[defName="VFEI_VatGrownMegascarab"]/race/baseHealthScale - + Defs/ThingDef[defName="VFEI2_Megathrips"]/statBases/ArmorRating_Sharp - 0.3 + 0.8 - Defs/ThingDef[defName="VFEI_VatGrownMegascarab"]/tools - + Defs/ThingDef[defName="VFEI2_Megathrips"]/tools
  • - +
  • Bite
  • - 8 + 9 1.5 Mouth - 0.1 + 0.24 0.5
  • @@ -60,28 +48,29 @@ 1 1.26 HeadAttackTool - 0.2 - 0.25 + true + 0.1 + 0.250
  • - Defs/ThingDef[defName="VFEI_VatGrownMegascarab"]/comps + Defs/ThingDef[defName="VFEI2_Megathrips"]/comps - Defs/ThingDef[defName="VFEI_VatGrownMegascarab"] + Defs/ThingDef[defName="VFEI2_Megathrips"] - + - Defs/ThingDef[defName="VFEI_VatGrownMegascarab"]/comps + Defs/ThingDef[defName="VFEI2_Megathrips"]/comps
  • - 450 + 130 true 600 5 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megawasp.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megawasp.xml new file mode 100644 index 0000000000..bb14383fba --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megawasp.xml @@ -0,0 +1,93 @@ + + + + + Defs/ThingDef[defName="VFEI2_Megawasp"]/statBases/MoveSpeed + + 4.0 + 0.05 + 0.27 + 0.17 + + + + + Defs/ThingDef[defName="VFEI2_Megawasp"]/statBases/ArmorRating_Blunt + + 10 + + + + + Defs/ThingDef[defName="VFEI2_Megawasp"]/statBases/ArmorRating_Sharp + + 3.5 + + + + + Defs/ThingDef[defName="VFEI2_Megawasp"]/tools + + +
  • + + +
  • Stab
  • + + 28 + 1.8 + HeadClaw + 40 + 20 + +
  • + + +
  • Cut
  • + + 49 + 2.71 + HeadClaw + 1.5 + 7.5 + +
  • + + +
  • Blunt
  • + + 24 + 1.33 + HeadAttackTool + true + 0.2 + 6 + + +
    +
    + + + Defs/ThingDef[defName="VFEI2_Megawasp"]/comps + + Defs/ThingDef[defName="VFEI2_Megawasp"] + + + + + + + + Defs/ThingDef[defName="VFEI2_Megawasp"]/comps + +
  • + 935 + true + 600 + 5 + 0.5 +
  • +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Queen.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Queen.xml new file mode 100644 index 0000000000..884484ede9 --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Queen.xml @@ -0,0 +1,93 @@ + + + + + Defs/ThingDef[defName="VFEI2_Queen"]/statBases/MoveSpeed + + 2.6 + 0.03 + 0.30 + 0.57 + + + + + Defs/ThingDef[defName="VFEI2_Queen"]/statBases/ArmorRating_Blunt + + 15 + + + + + Defs/ThingDef[defName="VFEI2_Queen"]/statBases/ArmorRating_Sharp + + 6 + + + + + Defs/ThingDef[defName="VFEI2_Queen"]/tools + + +
  • + + +
  • Stab
  • + + 37 + 1.48 + HeadClaw + 50 + 30 + +
  • + + +
  • Cut
  • + + 65 + 1.65 + HeadClaw + 3.38 + 8.438 + +
  • + + +
  • Blunt
  • + + 34 + 2.64 + HeadAttackTool + true + 0.2 + 14.4 + +
    +
    +
    + + + Defs/ThingDef[defName="VFEI2_Queen"]/comps + + Defs/ThingDef[defName="VFEI2_Queen"] + + + + + + + + Defs/ThingDef[defName="VFEI2_Queen"]/comps + +
  • + 3000 + true + 600 + 5 + 0.5 +
  • +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Silverfish.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Silverfish.xml new file mode 100644 index 0000000000..5e55425b5a --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Silverfish.xml @@ -0,0 +1,109 @@ + + + + + Defs/ThingDef[defName="VFEI2_Silverfish"]/statBases/MoveSpeed + + 2.1 + 0.03 + 0.26 + 0.38 + + + + + Defs/ThingDef[defName="VFEI2_Silverfish"]/statBases/ArmorRating_Blunt + + 70 + + + + + Defs/ThingDef[defName="VFEI2_Silverfish"]/statBases/ArmorRating_Sharp + + 28 + + + + + Defs/ThingDef[defName="VFEI2_Silverfish"]/tools + + +
  • + + +
  • Stab
  • + + 39 + 1.9 + HeadClaw + 50 + 25 + +
  • + + +
  • VFEI2_TeramantisStun
  • + + 65 + 2.88 + HeadClaw + 3.0 + 15 + +
  • + + +
  • Stab
  • + + 39 + 1.9 + HeadClaw + 50 + 25 + +
  • + + +
  • VFEI2_TeramantisStun
  • + + 65 + 2.88 + HeadClaw + 3.0 + 15 + +
  • + + +
  • Blunt
  • + + 70 + 1.7 + HeadAttackTool + true + 0.2 + 30 + +
    +
    +
    + + + Defs/ThingDef[defName="VFEI2_Silverfish"]/comps/li[@Class="AnimalBehaviours.CompProperties_HediffAfterHealthLoss"] + + + + Defs/ThingDef[defName="VFEI2_Silverfish"]/comps + +
  • + 3750 + true + 600 + 5 + 0.25 +
  • +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Swarmling.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Swarmling.xml new file mode 100644 index 0000000000..6e5f434318 --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Swarmling.xml @@ -0,0 +1,33 @@ + + + + + Defs/ThingDef[defName="VFEI2_Swarmling"]/statBases/MoveSpeed + + 1.9 + 0.1 + 0.02 + 0.01 + + + + + Defs/ThingDef[defName="VFEI2_Swarmling"]/tools + + +
  • + + +
  • Bite
  • + + 3 + 1.5 + Mouth + 0.1 + 0.25 + +
    +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Tankroach.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Tankroach.xml new file mode 100644 index 0000000000..f2eccd7578 --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Tankroach.xml @@ -0,0 +1,122 @@ + + + + + Defs/ThingDef[defName="VFEI2_Tankroach"]/statBases/MoveSpeed + + 2.8 + 0.06 + 0.1 + 0.09 + + + + + Defs/ThingDef[defName="VFEI2_Tankroach"]/statBases/ArmorRating_Blunt + + 50 + + + + + Defs/ThingDef[defName="VFEI2_Tankroach"]/statBases/ArmorRating_Sharp + + 23 + + + + + Defs/ThingDef[defName="VFEI2_Tankroach"]/tools + + +
  • + + +
  • Stab
  • + + 26 + 1.4 + HeadClaw + + +
  • + Stun + 14 +
  • +
    +
    + 40 + 20 + +
  • + + +
  • Cut
  • + + 47 + 3.28 + HeadClaw + + +
  • + Stun + 14 +
  • +
    +
    + 2.43 + 6 + +
  • + + +
  • ToxicBite
  • + + 32 + 3.4 + Mouth + + +
  • + Stun + 14 +
  • +
    +
    + 10.56 + 39.6 + +
  • + + +
  • Blunt
  • + + 40 + 3.65 + HeadAttackTool + true + 0.2 + 17.5 + +
    +
    +
    + + + Defs/ThingDef[defName="VFEI2_Tankroach"]/comps/li[@Class="AnimalBehaviours.CompProperties_HediffAfterHealthLoss"] + + + + Defs/ThingDef[defName="VFEI2_Tankroach"]/comps + +
  • + 1530 + true + 600 + 5 + 0.25 +
  • +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Teramantis.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Teramantis.xml new file mode 100644 index 0000000000..f9f4c42076 --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Teramantis.xml @@ -0,0 +1,127 @@ + + + + + Defs/ThingDef[defName="VFEI2_Teramantis"]/statBases/MoveSpeed + + 4.7 + 0.07 + 0.55 + 0.44 + + + + + Defs/ThingDef[defName="VFEI2_Teramantis"]/statBases/ArmorRating_Blunt + + 12 + + + + + Defs/ThingDef[defName="VFEI2_Teramantis"]/statBases/ArmorRating_Sharp + + 5 + + + + + Defs/ThingDef[defName="VFEI2_Teramantis"]/tools + + +
  • + + +
  • Stab
  • + + 28 + 1.8 + HeadClaw + 40 + 20 + +
  • + + +
  • Cut
  • + + 49 + 2.71 + HeadClaw + 1.5 + 7.5 + +
  • + + +
  • Stab
  • + + 39 + 1.9 + HeadClaw + 50 + 25 + +
  • + + +
  • VFEI2_TeramantisStun
  • + + 65 + 2.88 + HeadClaw + 3.0 + 15 + +
  • + + +
  • Stab
  • + + 39 + 1.9 + HeadClaw + 50 + 25 + +
  • + + +
  • VFEI2_TeramantisStun
  • + + 65 + 2.88 + HeadClaw + 3.0 + 15 + +
  • + + +
  • Blunt
  • + + 40 + 1.7 + HeadAttackTool + true + 0.2 + 17 + +
    +
    +
    + + + Defs/ThingDef[defName="VFEI2_Teramantis"]/comps + +
  • + 1950 + true + 600 + 5 + 0.25 +
  • +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Titantick.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Titantick.xml new file mode 100644 index 0000000000..593885d5e7 --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Titantick.xml @@ -0,0 +1,93 @@ + + + + + Defs/ThingDef[defName="VFEI2_Titantick"]/statBases/MoveSpeed + + 2.5 + 0.09 + 0.41 + 0.38 + + + + + Defs/ThingDef[defName="VFEI2_Titantick"]/statBases/ArmorRating_Blunt + + 14 + + + + + Defs/ThingDef[defName="VFEI2_Titantick"]/statBases/ArmorRating_Sharp + + 7 + + + + + Defs/ThingDef[defName="VFEI2_Titantick"]/tools + + +
  • + + +
  • Stab
  • + + 36 + 2.33 + HeadClaw + 50 + 25 + +
  • + + +
  • Cut
  • + + 62 + 3.56 + HeadClaw + 2.5 + 10 + +
  • + + +
  • Blunt
  • + + 30 + 3.1 + HeadAttackTool + true + 0.2 + 13 + +
    +
    +
    + + + Defs/ThingDef[defName="VFEI2_Titantick"]/comps + + Defs/ThingDef[defName="VFEI2_Titantick"] + + + + + + + + Defs/ThingDef[defName="VFEI2_Titantick"]/comps + +
  • + 3250 + true + 600 + 5 + 0.5 +
  • +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatSpelopede.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Venomite.xml similarity index 52% rename from ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatSpelopede.xml rename to ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Venomite.xml index 93f9fd8cea..1e6fb9efc9 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_VatSpelopede.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Venomite.xml @@ -2,38 +2,31 @@ - Defs/ThingDef[defName="VFEI_VatGrownSpelopede"]/statBases/MoveSpeed + Defs/ThingDef[defName="VFEI2_Venomite"]/statBases/MoveSpeed - 4.5 - 0.11 - 0.17 - 0.09 + 4.3 + 0.07 + 0.21 + 0.19 - Defs/ThingDef[defName="VFEI_VatGrownSpelopede"]/statBases/ArmorRating_Blunt + Defs/ThingDef[defName="VFEI2_Venomite"]/statBases/ArmorRating_Blunt - 4 + 8 - Defs/ThingDef[defName="VFEI_VatGrownSpelopede"]/statBases/ArmorRating_Sharp + Defs/ThingDef[defName="VFEI2_Venomite"]/statBases/ArmorRating_Sharp - 2 + 3.5 - Defs/ThingDef[defName="VFEI_VatGrownSpelopede"]/race/baseHealthScale - - 1.2 - - - - - Defs/ThingDef[defName="VFEI_VatGrownSpelopede"]/tools + Defs/ThingDef[defName="VFEI2_Venomite"]/tools
  • @@ -41,53 +34,54 @@
  • Cut
  • - 19 + 24 1.78 HeadClaw - 0.24 - 1.67 + 1.5 + 5.0
  • Stab
  • - 13 + 18 1.78 HeadClaw - 4 - 2 + 6 + 3
  • Blunt
  • - 2 + 4 1.5 HeadAttackTool + true 0.2 - 0.5 + 2.0
    - Defs/ThingDef[defName="VFEI_VatGrownSpelopede"]/comps + Defs/ThingDef[defName="VFEI2_Venomite"]/comps - Defs/ThingDef[defName="VFEI_VatGrownSpelopede"] + Defs/ThingDef[defName="VFEI2_Venomite"] - + - Defs/ThingDef[defName="VFEI_VatGrownSpelopede"]/comps + Defs/ThingDef[defName="VFEI2_Venomite"]/comps
  • - 487 + 925 true 600 5 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Defs/Vanilla Factions Expanded - Insectoids/Ammo/AmmoCategories.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Defs/Vanilla Factions Expanded - Insectoids/Ammo/AmmoCategories.xml deleted file mode 100644 index a1d5e54b7d..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Defs/Vanilla Factions Expanded - Insectoids/Ammo/AmmoCategories.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - GrenadePsyMadness - - Uses psychic technology to induce a berserk range against targets in range. - true - - - \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Defs/Vanilla Factions Expanded - Insectoids/Ammo/PlasmaCells.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Defs/Vanilla Factions Expanded - Insectoids/Ammo/PlasmaCells.xml deleted file mode 100644 index 778ec700c5..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Defs/Vanilla Factions Expanded - Insectoids/Ammo/PlasmaCells.xml +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - AmmoVFEIPlasmaCells - - AmmoAdvanced - UI/Icons/ThingCategories/CaliberPlasmaMedium - - - - - AmmoSet_VFEI_PlasmaCutter - - - Bullet_VFEI_PlasmaCutter - - - - - AmmoSet_VFEI_PlasmaScatter - - - Bullet_VFEI_PlasmaScatter - - - - - AmmoSet_VFEI_PlasmaRifle - - - Bullet_VFEI_PlasmaRifle - - - - - AmmoSet_VFEI_PlasmaPiercer - - - Bullet_VFEI_PlasmaPiercer - - - - - - Plasma containment power cells - - 0.017 - 0.01 - 0.24 - - -
  • CE_AutoEnableTrade
  • -
  • CE_AutoEnableCrafting_TableMachining
  • - - -
  • AmmoVFEIPlasmaCells
  • -
    - Plasma - -
  • - 20 - Bomb - 0.5 - true -
  • -
  • - - 2 - 10 - -
  • -
    - - - - Ammo_VFEI_PlasmaCutter - - - Things/Ammo/PlasmaCell/Pistol - CombatExtended.Graphic_StackCountRanged - - - - - Ammo_VFEI_PlasmaScatter - - - Things/Ammo/PlasmaCell/Heavy - CombatExtended.Graphic_StackCountRanged - - - - - Ammo_VFEI_PlasmaRifle - - - Things/Ammo/PlasmaCell/Rifle - CombatExtended.Graphic_StackCountRanged - - - - - Ammo_VFEI_PlasmaPiercer - - - Things/Ammo/PlasmaCell/Rifle - CombatExtended.Graphic_StackCountRanged - - - - - - CombatExtended.BulletCE - - Burn - 151 - - - - - Bullet_VFEI_PlasmaCutter - - - Things/Item/Weapons/Plasma_Cutter - Graphic_Single - - - 8 - 8 - 8 - 0.2 - -
  • - Cut - 3 -
  • -
    -
    -
    - - - Bullet_VFEI_PlasmaScatter - - - Things/Item/Weapons/Plasma_Scatter - Graphic_Single - - - 129 - 6 - 8 - 8 - 9 - 17.8 - 0.2 - -
  • - EMP - 3 -
  • -
    -
    -
    - - - Bullet_VFEI_PlasmaRifle - - - Things/Item/Weapons/Plasma_Beam - Graphic_Single - - - 15 - 10 - 10 - 0.2 - -
  • - EMP - 3 -
  • -
    -
    -
    - - - Bullet_VFEI_PlasmaPiercer - - - Things/Item/Weapons/Plasma_Nail - Graphic_Single - - - 22 - 18 - 25 - 0.2 - -
  • - Stun - 3 -
  • -
    -
    -
    - - - - - MakeAmmo_VFEI_PlasmaCutter - - Craft 500 shots worth of Plasma Cutter Power Cells. - Making Plasma Cutter Power Cells. - 3800 - -
  • - - -
  • Steel
  • - - - 18 - -
  • - - -
  • Plasteel
  • - - - 2 - -
  • - - -
  • Prometheum
  • - - - 5 - -
  • - - -
  • ComponentIndustrial
  • - - - 2 - -
    - - -
  • Steel
  • -
  • Plasteel
  • -
  • Prometheum
  • -
  • ComponentIndustrial
  • -
    -
    - - 500 - -
    - - - - MakeAmmo_VFEI_PlasmaScatter - - Craft 500 shots worth of Plasma Scattergun Power Cells. - Making Plasma Scattergun Power Cells. - 3800 - -
  • - - -
  • Steel
  • - - - 18 - -
  • - - -
  • Plasteel
  • - - - 2 - -
  • - - -
  • Prometheum
  • - - - 5 - -
  • - - -
  • ComponentIndustrial
  • - - - 2 - -
    - - -
  • Steel
  • -
  • Plasteel
  • -
  • Prometheum
  • -
  • ComponentIndustrial
  • -
    -
    - - 500 - -
    - - - - MakeAmmo_VFEI_PlasmaRifle - - Craft 500 shots worth of Plasma Rifle Power Cells. - Making Plasma Rifle Power Cells. - 3800 - -
  • - - -
  • Steel
  • - - - 18 - -
  • - - -
  • Plasteel
  • - - - 2 - -
  • - - -
  • Prometheum
  • - - - 5 - -
  • - - -
  • ComponentIndustrial
  • - - - 2 - -
    - - -
  • Steel
  • -
  • Plasteel
  • -
  • Prometheum
  • -
  • ComponentIndustrial
  • -
    -
    - - 500 - -
    - - - - MakeAmmo_VFEI_PlasmaPiercer - - Craft 500 shots worth of Plasma Piercer Power Cells. - Making Plasma Piercer Power Cells. - 3800 - -
  • - - -
  • Steel
  • - - - 18 - -
  • - - -
  • Plasteel
  • - - - 2 - -
  • - - -
  • Prometheum
  • - - - 5 - -
  • - - -
  • ComponentIndustrial
  • - - - 2 - -
    - - -
  • Steel
  • -
  • Plasteel
  • -
  • Prometheum
  • -
  • ComponentIndustrial
  • -
    -
    - - 500 - -
    - - \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Defs/Vanilla Factions Expanded - Insectoids/Hediffs/Hediffs_Berserk.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Defs/Vanilla Factions Expanded - Insectoids/Hediffs/Hediffs_Berserk.xml deleted file mode 100644 index 9a424bb714..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Defs/Vanilla Factions Expanded - Insectoids/Hediffs/Hediffs_Berserk.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - HediffWithComps - VFEI_Berserk - - . - (0.9, 1.0, 0.35) - 1 - -
  • - ManhunterPermanent - Manhunter - Berserk - ThreatSmall - 0.001 -
  • -
    -
    - - - - DamageWorker_AddGlobal - VFEI_PsychicDamage - - VFEI_Berserk - true - false - false - 0 - Mote_ExtinguisherPuff - (1, 1, 1, 0.05) - Explosion_Smoke - Damage_Smoke - - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Ammo/MadnessShell.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Ammo/MadnessShell.xml deleted file mode 100644 index 9b55d2bb0d..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Ammo/MadnessShell.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - Defs/ThingDef[defName="VFEI_Shell_PsychicWarhead"] - - - - VFEI_Shell_PsychicWarhead - - - Things/Item/VFEI_PsychicWarhead - Graphic_StackCount - - - 1000 - 4.1 - 13.34 - - GrenadePsyMadness - -
  • - 2.9 - VFEI_PsychicNoDamage - 50 - - 0.7 - true - True - 30~60 -
  • -
    -
    -
    -
    - - - Defs/ThingDef[defName="VFEI_Bullet_Shell_PsychicWarhead"] - - - - VFEI_Bullet_Shell_PsychicWarhead - - - Things/Projectile/ShellArchotechInsanity - Graphic_Single - - - VFEI_PsychicDamage - 50 - 0 - 0 - true - 5.5 - - - - - - - Defs/CombatExtended.AmmoSetDef[defName="AmmoSet_81mmMortarShell"]/ammoTypes - - - VFEI_Bullet_Shell_PsychicWarhead - - - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Bodies/Bodies_Scorpionlike.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Bodies/Bodies_Scorpionlike.xml deleted file mode 100644 index 600db8df7f..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Bodies/Bodies_Scorpionlike.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - Defs/BodyDef[defName="VFEI_ScorpionLike"]//*[ - def="Shell" or - def="VFEI_Thorax" or - def="Pronotum" or - def="VFEI_InsectTail"] - - - - - - - - - Defs/BodyDef[defName="VFEI_ScorpionLike"]//*[ - def="Shell" or - def="VFEI_Thorax" or - def="Pronotum" or - def="VFEI_InsectTail" or - def="VFEI_InsectSting" or - def="InsectMouth" or - def="InsectHead"]/groups - - -
  • CoveredByNaturalArmor
  • -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Hediffs/Hediffs_Mutations.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Hediffs/Hediffs_Mutations.xml deleted file mode 100644 index b45da630ed..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Hediffs/Hediffs_Mutations.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - Defs/HediffDef[defName="VFEI_VenomGland"]/comps/li[@Class="HediffCompProperties_VerbGiver"]/tools - - - -
  • - - -
  • SpittingOnPawn
  • - - 2 - 4 - true - -
    -
    -
    - - - Defs/HediffDef[defName="VFEI_PneumaticClaw"]/comps/li[@Class="HediffCompProperties_VerbGiver"]/tools - - - -
  • - - -
  • Blunt
  • - - 25 - 3.6 - 22.05 - true - -
    -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/PawnKindDefs_Humanlikes/PawnKinds_Pirate.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/PawnKindDefs_Humanlikes/PawnKinds_Pirate.xml deleted file mode 100644 index f3951905dc..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/PawnKindDefs_Humanlikes/PawnKinds_Pirate.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - Defs/PawnKindDef[defName="VFEI_RiotUnit"]/modExtensions/li[@Class="VFECore.PawnKindDefExtension"] - - - - Defs/PawnKindDef[defName="VFEI_RiotUnit"] - -
  • - - 250 - 700 - - -
  • VFE_RiotShield
  • - - 1 - - - 150 - 350 - - -
  • CE_Sidearm_Melee
  • -
    -
    - -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Scenario/Scenario.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Scenario/Scenario.xml deleted file mode 100644 index 26d6cf3858..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/Scenario/Scenario.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - Defs/ScenarioDef[defName="VFEI_MercenarySquad"]/scenario/parts/li[thingDef="Gun_ChargeLance"] - - - - - Defs/ScenarioDef[defName="VFEI_MercenarySquad"]/scenario/parts/li[thingDef="Gun_ChargeRifle"]/count - - - 3 - - - - - - Defs/ScenarioDef[defName="VFEI_MercenarySquad"]/scenario/parts - - -
  • - StartingThing_Defined - Ammo_6x24mmCharged - 600 -
  • -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Items/Items_Resource_Leathers.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Items/Items_Resource_Leathers.xml deleted file mode 100644 index 9869e8f75e..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Items/Items_Resource_Leathers.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - Defs/ThingDef[defName="VFEI_Chitin"]/statBases - - 0.3 - - - - - Defs/ThingDef[defName="VFEI_Chitin"]/statBases/StuffPower_Armor_Sharp - - 1.1 - - - - - Defs/ThingDef[defName="VFEI_Chitin"]/statBases/StuffPower_Armor_Blunt - - 0.60 - - - - - Defs/ThingDef[defName="VFEI_Chitin"]/statBases/StuffPower_Armor_Heat - - 0.005 - - - - - Defs/ThingDef[defName="VFEI_Chitin"]/stuffProps/categories - -
  • Metallic_Weapon
  • -
  • Steeled
  • -
    -
    - - - Defs/ThingDef[defName="VFEI_Chitin"]/stuffProps/statFactors - - 0.7 - - - - - Defs/ThingDef[defName="VFEI_Chitin"]/statBases/BluntDamageMultiplier - - 0.65 - - - - - - Defs/ThingDef[defName="VFEI_Spidersilk"]/statBases/StuffPower_Armor_Sharp - - 0.01 - - - - - Defs/ThingDef[defName="VFEI_Spidersilk"]/statBases/StuffPower_Armor_Blunt - - 0.05 - - - - - Defs/ThingDef[defName="VFEI_Spidersilk"]/statBases/StuffPower_Armor_Heat - - 0.001 - - - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Misc/Apparel_Various.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Misc/Apparel_Various.xml deleted file mode 100644 index c686b1783e..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Misc/Apparel_Various.xml +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - Defs/ThingDef[defName="VFE_Apparel_RiotHelmet"]/statBases - - 5 - 3 - - - - - Defs/ThingDef[defName="VFE_Apparel_RiotHelmet"]/statBases/ArmorRating_Sharp - - 3.5 - - - - - Defs/ThingDef[defName="VFE_Apparel_RiotHelmet"]/statBases/ArmorRating_Blunt - - 28 - - - - - Defs/ThingDef[defName="VFE_Apparel_RiotHelmet"]/costList/Steel - - 55 - 10 - - - - - Defs/ThingDef[defName="VFE_Apparel_RiotHelmet"]/costList/ComponentIndustrial - - - - Defs/ThingDef[defName="VFE_Apparel_RiotHelmet"] - -
  • - -
  • - 0.50 - -
  • Eye
  • -
  • Nose
  • -
  • Jaw
  • - - -
  • - 0.50 - -
  • Eye
  • -
  • Nose
  • -
  • Jaw
  • - - - - -
    -
    - - - - Defs/ThingDef[defName="VFE_Apparel_RiotArmor"]/statBases - - 40 - 15 - - - - - Defs/ThingDef[defName="VFE_Apparel_RiotArmor"]/statBases/Mass - - 20 - - - - - Defs/ThingDef[defName="VFE_Apparel_RiotArmor"]/statBases/ArmorRating_Sharp - - 6 - - - - - Defs/ThingDef[defName="VFE_Apparel_RiotArmor"]/statBases/ArmorRating_Blunt - - 36 - - - - - Defs/ThingDef[defName="VFE_Apparel_RiotArmor"]/costList/Cloth - - 80 - 40 - - - - - Defs/ThingDef[defName="VFE_Apparel_RiotArmor"]/costList/Steel - - 80 - - - - - Defs/ThingDef[defName="VFE_Apparel_RiotArmor"]/costList/ComponentIndustrial - - - - Defs/ThingDef[defName="VFE_Apparel_RiotArmor"]/equippedStatOffsets/MoveSpeed - - -0.15 - - - - - Defs/ThingDef[defName="VFE_Apparel_RiotArmor"]/apparel/bodyPartGroups - -
  • Hands
  • -
  • Feet
  • -
    -
    - - - Defs/ThingDef[defName="VFE_Apparel_RiotArmor"] - -
  • - -
  • - 0.60 - -
  • Neck
  • -
  • Hand
  • - - -
  • - 0.60 - -
  • Neck
  • -
  • Hand
  • - - -
  • - 0.90 - -
  • Leg
  • - - -
  • - 0.90 - -
  • Leg
  • - - -
  • - 0.80 - -
  • Arm
  • - - -
  • - 0.80 - -
  • Arm
  • - - - - -
    -
    - - - - Defs/ThingDef[defName="VFEI_Shield_Riot"] - - - VFEI_Shield_Riot - - An industrial heavy shield made out of reinforced steel. Provides a lot of protection against blunt damage, which makes it ideal for urbworld riot police. - Industrial - - Things/Pawn/Humanlike/RiotShield/RiotShield - Graphic_Single - - - 60 - 20 - - - 7500 - 125 - 3.5 - 5.25 - 0.25 - 6 - 15 - 10 - 0.1 - - - -0.15 - -2 - -0.4 - -0.1 - -0.25 - -0.1 - 1.0 - - - -
  • VFE_RiotShield
  • -
    -
    - -
  • - -
  • Hands
  • -
  • Arms
  • -
  • Shoulders
  • -
  • Torso
  • -
  • Neck
  • -
  • FullHead
  • - - -
  • Legs
  • -
    - true - -
    -
    -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Misc/Weapons_Spacer.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Misc/Weapons_Spacer.xml deleted file mode 100644 index 0d09718b02..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Misc/Weapons_Spacer.xml +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - Defs/ThingDef[defName="VFE_Gun_Plasmacutter"]/tools - - -
  • - - -
  • Blunt
  • - - 2 - 1.54 - 1.5 - 0.555 - Grip - -
  • - - -
  • Poke
  • - - 2 - 1.54 - 0.555 - Muzzle - -
    -
    -
    - - - Defs/ThingDef[defName="VFE_Gun_PlasmaScattergun" or defName="VFE_Gun_Plasmapiercer" or defName="VFE_Gun_PlasmabeamRifle"]/tools - - -
  • - - -
  • Blunt
  • - - 8 - 1.55 - 1.5 - 2.755 - Stock - -
  • - - -
  • Blunt
  • - - 5 - 2.02 - 1.630 - Barrel - -
  • - - -
  • Poke
  • - - 8 - 1.55 - 2.755 - Muzzle - -
    -
    -
    - - - - Defs/ThingDef[defName="VFE_Plasmasaw"]/statBases/Mass - - 2.8 - 6.5 - 0.15 - - - - - Defs/ThingDef[defName="VFE_Plasmasaw"]/tools - - -
  • - - -
  • Cut
  • - - 4 - 0.1 - 3.68 - - -
  • - Flame - 2 - 0.3 -
  • -
    - -
    -
    -
    - - - - VFE_Gun_Plasmacutter - - 18000 - 2 - 2.15 - 1.00 - 0.15 - 1 - 0.36 - - - CombatExtended.Verb_ShootCE - True - Bullet_VFEI_PlasmaCutter - - - 0.5 - 15 - VFE_PlasmaShot_Cutter - GunTail_Light - 9 - - - 50 - 4 - AmmoSet_VFEI_PlasmaCutter - - - AimedShot - - - - - - VFE_Gun_PlasmaScattergun - - 26000 - 4.11 - 5.15 - 1.10 - 0.20 - 1 - 0.36 - - - CombatExtended.Verb_ShootCE - True - Bullet_VFEI_PlasmaScatter - - - 0.5 - 20 - VFE_PlasmaShot_Scattergun - GunTail_Medium - 9 - - - 50 - 4 - AmmoSet_VFEI_PlasmaScatter - - - AimedShot - - - - - - VFE_Gun_PlasmabeamRifle - - 36800 - 4.36 - 6.15 - 1.00 - 0.15 - 1 - 0.36 - 0.4 - - - 1.31 - CombatExtended.Verb_ShootCE - True - Bullet_VFEI_PlasmaRifle - 6 - 5 - 1.0 - 55 - VFE_PlasmaShot_Beam - GunTail_Medium - 9 - - - 50 - 4 - AmmoSet_VFEI_PlasmaRifle - - - AimedShot - True - 3 - - - - - - VFE_Gun_Plasmapiercer - - 36800 - 5.20 - 7.15 - 1.00 - 0.15 - 1 - 0.36 - - - CombatExtended.Verb_ShootCE - True - Bullet_VFEI_PlasmaPiercer - 1.2 - 44 - VFE_PlasmaShot_Piercer - GunTail_Medium - 9 - - - 20 - 4 - AmmoSet_VFEI_PlasmaPiercer - - - AimedShot - - - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races/Races_Animal_Insect.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races/Races_Animal_Insect.xml deleted file mode 100644 index af4ccdea59..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races/Races_Animal_Insect.xml +++ /dev/null @@ -1,466 +0,0 @@ - - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Queen"]/statBases/MoveSpeed - - 2.6 - 0.03 - 0.30 - 0.57 - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Queen"]/statBases/ArmorRating_Blunt - - 15 - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Queen"]/statBases/ArmorRating_Sharp - - 6 - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Queen"]/tools - - -
  • - - -
  • Stab
  • - - 37 - 1.48 - HeadClaw - 50 - 30 - -
  • - - -
  • Cut
  • - - 65 - 1.65 - HeadClaw - 3.38 - 8.438 - -
  • - - -
  • Blunt
  • - - 34 - 2.64 - HeadAttackTool - 0.2 - 14.4 - -
    -
    -
    - - - Defs/ThingDef[defName="VFEI_Insectoid_Queen"]/comps - - Defs/ThingDef[defName="VFEI_Insectoid_Queen"] - - - - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Queen"]/comps - -
  • - 3000 - true - 600 - 5 - 0.5 -
  • -
    -
    - - - - Defs/ThingDef[defName="VFEI_Insectoid_RoyalMegaspider"]/statBases/MoveSpeed - - 4.4 - 0.06 - 0.33 - 0.23 - - - - - Defs/ThingDef[defName="VFEI_Insectoid_RoyalMegaspider"]/statBases/ArmorRating_Blunt - - 14 - - - - - Defs/ThingDef[defName="VFEI_Insectoid_RoyalMegaspider"]/statBases/ArmorRating_Sharp - - 6 - - - - - Defs/ThingDef[defName="VFEI_Insectoid_RoyalMegaspider"]/race/baseHealthScale - - 2.5 - - - - - Defs/ThingDef[defName="VFEI_Insectoid_RoyalMegaspider"]/tools - - -
  • - - -
  • Stab
  • - - 27 - 1.4 - HeadClaw - 48 - 24 - -
  • - - -
  • Cut
  • - - 49 - 2.6 - HeadClaw - 2.5 - 12.5 - -
  • - - -
  • Blunt
  • - - 17 - 2.17 - HeadAttackTool - 0.2 - 6.48 - -
    -
    -
    - - - Defs/ThingDef[defName="VFEI_Insectoid_RoyalMegaspider"]/comps - - Defs/ThingDef[defName="VFEI_Insectoid_RoyalMegaspider"] - - - - - - - - Defs/ThingDef[defName="VFEI_Insectoid_RoyalMegaspider"]/comps - -
  • - 1075 - true - 600 - 5 - 0.5 -
  • -
    -
    - - - - Defs/ThingDef[defName="VFEI_Insectoid_Gigalocust"]/statBases/MoveSpeed - - 4.8 - 0.07 - 0.41 - 0.19 - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Gigalocust"]/statBases/ArmorRating_Blunt - - 28 - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Gigalocust"]/statBases/ArmorRating_Sharp - - 11 - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Gigalocust"]/race/baseHealthScale - - 2.1 - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Gigalocust"]/tools - - -
  • - - -
  • Stab
  • - - 29 - 1.4 - HeadClaw - 40 - 20 - -
  • - - -
  • Cut
  • - - 52 - 2.6 - HeadClaw - 2.5 - 12.5 - -
  • - - -
  • Blunt
  • - - 17 - 2.17 - 0.10 - HeadAttackTool - 6.48 - -
    -
    -
    - - - Defs/ThingDef[defName="VFEI_Insectoid_Gigalocust"]/comps - - Defs/ThingDef[defName="VFEI_Insectoid_Gigalocust"] - - - - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Gigalocust"]/comps - -
  • - 950 - true - 600 - 5 - 0.5 -
  • -
    -
    - - - Defs/PawnKindDef[defName="VFEI_Insectoid_Gigalocust"]/combatPower - - 300 - - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Megapede"]/statBases/MoveSpeed - - 3.3 - 0.03 - 0.36 - 0.38 - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Megapede"]/statBases/ArmorRating_Blunt - - 25 - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Megapede"]/statBases/ArmorRating_Sharp - - 10 - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Megapede"]/race/body - - CE_ArmoredBeetleLikeWithClaw - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Megapede"]/race/baseHealthScale - - 3.5 - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Megapede"]/tools - - -
  • - - -
  • Cut
  • - - 63 - 3.28 - HeadClaw - - -
  • - Stun - 14 -
  • -
    -
    - 2.43 - 6 - -
  • - - -
  • ToxicBite
  • - - 32 - 3.4 - Mouth - - -
  • - Stun - 14 -
  • -
    -
    - 10.56 - 39.6 - -
  • - - -
  • Blunt
  • - - 40 - 3.65 - HeadAttackTool - 0.8 - 17.5 - -
    -
    -
    - - - Defs/ThingDef[defName="VFEI_Insectoid_Megapede"]/comps - - Defs/ThingDef[defName="VFEI_Insectoid_Megapede"] - - - - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Megapede"]/comps - -
  • - 1325 - true - 600 - 5 - 0.5 -
  • -
    -
    - - - Defs/PawnKindDef[defName="VFEI_Insectoid_Megapede"]/combatPower - - 250 - - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Larvae"]/statBases/MoveSpeed - - 1.5 - 0.06 - 0.02 - 0.04 - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Larvae"]/race/baseHealthScale - - 0.2 - - - - - Defs/ThingDef[defName="VFEI_Insectoid_Larvae"]/tools - - -
  • - - -
  • Bite
  • - - 3 - 2.12 - HeadClaw - 0.01 - 0.031 - -
  • - - -
  • Blunt
  • - - 1 - 2.12 - HeadAttackTool - 0.2 - 0.031 - -
    -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Boomtick.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Boomtick.xml deleted file mode 100644 index 90d3dc747d..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Boomtick.xml +++ /dev/null @@ -1,88 +0,0 @@ - - - - - Defs/ThingDef[defName="VFEI_VatgrownBoomtick"]/statBases/MoveSpeed - - 4.35 - 0.11 - 0.11 - 0.05 - - - - - Defs/ThingDef[defName="VFEI_VatgrownBoomtick"]/statBases/ArmorRating_Blunt - - 0.65 - - - - - Defs/ThingDef[defName="VFEI_VatgrownBoomtick"]/statBases/ArmorRating_Sharp - - 0.25 - - - - - Defs/ThingDef[defName="VFEI_VatgrownBoomtick"]/race/baseHealthScale - - 0.4 - - - - - Defs/ThingDef[defName="VFEI_VatgrownBoomtick"]/tools - - -
  • - - -
  • Bite
  • - - 9 - 1.5 - Mouth - 0.1 - 0.5 - -
  • - - -
  • Blunt
  • - - 1 - 1.26 - HeadAttackTool - 0.2 - 0.25 - -
    -
    -
    - - - Defs/ThingDef[defName="VFEI_VatgrownBoomtick"]/comps - - Defs/ThingDef[defName="VFEI_VatgrownBoomtick"] - - - - - - - - Defs/ThingDef[defName="VFEI_VatgrownBoomtick"]/comps - -
  • - 312 - true - 600 - 5 - 0.5 -
  • -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Cuterpillar.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Cuterpillar.xml deleted file mode 100644 index 11c1edf7db..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Cuterpillar.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - Defs/ThingDef[defName="VFEI_VatGrownCuterpillar"]/statBases/MoveSpeed - - 2.3 - 0.11 - 0.01 - 0.0 - - - - - Defs/ThingDef[defName="VFEI_VatGrownCuterpillar"]/race/baseHealthScale - - 0.2 - - - - - Defs/ThingDef[defName="VFEI_VatGrownCuterpillar"]/tools - - -
  • - - -
  • Blunt
  • - - 1 - 2.12 - HeadAttackTool - 0.031 - -
    -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Gigascorpion.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Gigascorpion.xml deleted file mode 100644 index 682bb1a409..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Gigascorpion.xml +++ /dev/null @@ -1,128 +0,0 @@ - - - - - Defs/ThingDef[defName="VFEI_VatGrownGigascorpion"]/statBases/MoveSpeed - - 4.8 - 0.07 - 0.5 - 0.39 - - - - - Defs/ThingDef[defName="VFEI_VatGrownGigascorpion"]/statBases/ArmorRating_Blunt - - 16 - - - - - Defs/ThingDef[defName="VFEI_VatGrownGigascorpion"]/statBases/ArmorRating_Sharp - - 6 - - - - - Defs/ThingDef[defName="VFEI_VatGrownGigascorpion"]/tools - - -
  • - - -
  • Scratch
  • - - 37 - 2.72 - VFEI_PincerAttackTool - 3.54 - 61.875 - -
  • - - -
  • Scratch
  • - - 37 - 2.72 - VFEI_PincerAttackTool - 3.54 - 61.875 - -
  • - -
  • VFEI_ToxicSting
  • - - 18 - 1.33 - VFEI_Sting - 40 - 20 - -
  • - - -
  • Blunt
  • - - 16 - 2.46 - HeadAttackTool - 0.2 - 10.8 - -
    -
    -
    - - - Defs/ThingDef[defName="VFEI_VatGrownGigascorpion"] - -
  • - -
  • - false - 0.5 - -
  • VFEI_LeftPincer
  • -
  • VFEI_RightPincer
  • - - -
  • - false - 0.5 - -
  • VFEI_LeftPincer
  • -
  • VFEI_RightPincer
  • - - - - -
    -
    - - - Defs/ThingDef[defName="VFEI_VatGrownGigascorpion"]/comps - - Defs/ThingDef[defName="VFEI_VatGrownGigascorpion"] - - - - - - - - Defs/ThingDef[defName="VFEI_VatGrownGigascorpion"]/comps - -
  • - 1125 - true - 600 - 5 - 0.5 -
  • -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Gigawig.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Gigawig.xml deleted file mode 100644 index c7aae13936..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Gigawig.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - - Defs/ThingDef[defName="VFEI_VatGrownGigawig"]/statBases/MoveSpeed - - 2.6 - 0.03 - 0.23 - 0.33 - - - - - Defs/ThingDef[defName="VFEI_VatGrownGigawig"]/statBases/ArmorRating_Blunt - - 6 - - - - - Defs/ThingDef[defName="VFEI_VatGrownGigawig"]/statBases/ArmorRating_Sharp - - 3 - - - - - Defs/ThingDef[defName="VFEI_VatGrownGigawig"]/tools - - -
  • - - -
  • Cut
  • - - 23 - 1.97 - Mouth - 0.2 - 1.5 - -
  • - - -
  • Blunt
  • - - 16 - 4.79 - HeadAttackTool - 0.2 - 0.32 - -
    -
    -
    - - - Defs/ThingDef[defName="VFEI_VatGrownGigawig"]/comps - - Defs/ThingDef[defName="VFEI_VatGrownGigawig"] - - - - - - - - Defs/ThingDef[defName="VFEI_VatGrownGigawig"]/comps - -
  • - 1000 - true - 600 - 5 - 0.5 -
  • -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Megacricket.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Megacricket.xml deleted file mode 100644 index cdc96b8c3e..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Megacricket.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - - Defs/ThingDef[defName="VFEI_VatGrownMegacricket"]/statBases/MoveSpeed - - 5.75 - 0.15 - 0.23 - 0.12 - - - - - Defs/ThingDef[defName="VFEI_VatGrownMegacricket"]/statBases/ArmorRating_Blunt - - 3 - - - - - Defs/ThingDef[defName="VFEI_VatGrownMegacricket"]/statBases/ArmorRating_Sharp - - 1.5 - - - - - Defs/ThingDef[defName="VFEI_VatGrownMegacricket"]/tools - - -
  • - - -
  • Cut
  • - - 15 - 2.23 - Mouth - 0.09 - 0.64 - -
  • - - -
  • Blunt
  • - - 2 - 1.88 - HeadAttackTool - 0.2 - 0.32 - -
    -
    -
    - - - Defs/ThingDef[defName="VFEI_VatGrownMegacricket"]/comps - - Defs/ThingDef[defName="VFEI_VatGrownMegacricket"] - - - - - - - - Defs/ThingDef[defName="VFEI_VatGrownMegacricket"]/comps - -
  • - 712 - true - 600 - 5 - 0.5 -
  • -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Milkbeetle.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Milkbeetle.xml deleted file mode 100644 index c4f5f5269d..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Milkbeetle.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - - Defs/ThingDef[defName="VFEI_VatGrownMilkbeetle"]/statBases/MoveSpeed - - 2.5 - 0.04 - 0.10 - 0.24 - - - - - Defs/ThingDef[defName="VFEI_VatGrownMilkbeetle"]/statBases/ArmorRating_Blunt - - 4.65 - - - - - Defs/ThingDef[defName="VFEI_VatGrownMilkbeetle"]/statBases/ArmorRating_Sharp - - 2.25 - - - - - Defs/ThingDef[defName="VFEI_VatGrownMilkbeetle"]/tools - - -
  • - - -
  • Cut
  • - - 23 - 1.97 - Mouth - 0.2 - 1.5 - -
  • - - -
  • Blunt
  • - - 16 - 4.79 - HeadAttackTool - 0.2 - 0.32 - -
    -
    -
    - - - Defs/ThingDef[defName="VFEI_VatGrownMilkbeetle"]/comps - - Defs/ThingDef[defName="VFEI_VatGrownMilkbeetle"] - - - - - - - - Defs/ThingDef[defName="VFEI_VatGrownMilkbeetle"]/comps - -
  • - 1475 - true - 600 - 5 - 0.5 -
  • -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Monstrosity.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Monstrosity.xml deleted file mode 100644 index 2110239452..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Monstrosity.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - - - Defs/ThingDef[defName="VFEI_VatGrownMonstrosity"]/statBases/MoveSpeed - - 5.75 - 0.10 - 0.62 - 0.26 - - - - - Defs/ThingDef[defName="VFEI_VatGrownMonstrosity"]/statBases/ArmorRating_Blunt - - 60 - - - - - Defs/ThingDef[defName="VFEI_VatGrownMonstrosity"]/statBases/ArmorRating_Sharp - - 20 - - - - - Defs/ThingDef[defName="VFEI_VatGrownMonstrosity"]/race/body - - CE_ArmoredBeetleLikeWithClaw - - - - - Defs/ThingDef[defName="VFEI_VatGrownMonstrosity"]/tools - - -
  • - - -
  • Stab
  • - - 23 - 0.99 - HeadClaw - 46.88 - 23.438 - -
  • - - -
  • ToxicBite
  • - - 52 - 0.85 - Mouth - 10 - 12.5 - -
  • - - -
  • Blunt
  • - - 43 - 0.94 - HeadAttackTool - 0.2 - 18.75 - -
    -
    -
    - - - Defs/ThingDef[defName="VFEI_VatGrownMonstrosity"]/comps - - Defs/ThingDef[defName="VFEI_VatGrownMonstrosity"] - - - - - - - - Defs/ThingDef[defName="VFEI_VatGrownMonstrosity"]/comps - -
  • - 2200 - true - 600 - 5 - 0.5 -
  • -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Princess.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Princess.xml deleted file mode 100644 index d21d46df5d..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Princess.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - - Defs/ThingDef[defName="VFEI_VatGrownPrincess"]/statBases/MoveSpeed - - 2.1 - 0.03 - 0.18 - 0.51 - - - - - Defs/ThingDef[defName="VFEI_VatGrownPrincess"]/statBases/ArmorRating_Blunt - - 15 - - - - - Defs/ThingDef[defName="VFEI_VatGrownPrincess"]/statBases/ArmorRating_Sharp - - 6 - - - - - Defs/ThingDef[defName="VFEI_VatGrownPrincess"]/tools - - -
  • - - -
  • Cut
  • - - 33 - 2.48 - Mouth - 0.5 - 3.75 - -
  • - - -
  • Blunt
  • - - 10 - 2.48 - HeadAttackTool - 0.2 - 3.75 - -
    -
    -
    - - - Defs/ThingDef[defName="VFEI_VatGrownPrincess"]/comps - - Defs/ThingDef[defName="VFEI_VatGrownPrincess"] - - - - - - - - Defs/ThingDef[defName="VFEI_VatGrownPrincess"]/comps - -
  • - 1900 - true - 600 - 5 - 0.5 -
  • -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_RoyalLarva.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_RoyalLarva.xml deleted file mode 100644 index 8fff2bfe25..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_RoyalLarva.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - Defs/ThingDef[defName="VFEI_VatgrownRoyalLarva"]/statBases/MoveSpeed - - 1.15 - 0.05 - 0.0 - 0.0 - - - - - Defs/ThingDef[defName="VFEI_VatgrownRoyalLarva"]/tools - - -
  • - - -
  • Bite
  • - - 3 - 2.12 - Mouth - 0.01 - 0.031 - -
  • - - -
  • Blunt
  • - - 1 - 2.12 - HeadAttackTool - 0.2 - 0.031 - -
    -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Spiderweaver.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Spiderweaver.xml deleted file mode 100644 index 40026b5c20..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Spiderweaver.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - - Defs/ThingDef[defName="VFEI_VatGrownSpiderweaver"]/statBases/MoveSpeed - - 3.6 - 0.06 - 0.20 - 0.15 - - - - - Defs/ThingDef[defName="VFEI_VatGrownSpiderweaver"]/statBases/ArmorRating_Blunt - - 12 - - - - - Defs/ThingDef[defName="VFEI_VatGrownSpiderweaver"]/statBases/ArmorRating_Sharp - - 5 - - - - - Defs/ThingDef[defName="VFEI_VatGrownSpiderweaver"]/tools - - -
  • - - -
  • Cut
  • - - 32 - 2.52 - Mouth - 1.6 - 4 - -
  • - - -
  • Blunt
  • - - 9 - 2.35 - HeadAttackTool - 0.2 - 3 - -
    -
    -
    - - - Defs/ThingDef[defName="VFEI_VatGrownSpiderweaver"]/comps - - Defs/ThingDef[defName="VFEI_VatGrownSpiderweaver"] - - - - - - - - Defs/ThingDef[defName="VFEI_VatGrownSpiderweaver"]/comps - -
  • - 687 - true - 600 - 5 - 0.5 -
  • -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Titanbeetle.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Titanbeetle.xml deleted file mode 100644 index 7b07d615b7..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Titanbeetle.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - - - Defs/ThingDef[defName="VFEI_VatGrownTitanbeetle"]/statBases/MoveSpeed - - 2.85 - 0.04 - 0.37 - 0.41 - - - - - Defs/ThingDef[defName="VFEI_VatGrownTitanbeetle"]/statBases/ArmorRating_Blunt - - 26 - - - - - Defs/ThingDef[defName="VFEI_VatGrownTitanbeetle"]/statBases/ArmorRating_Sharp - - 10 - - - - - Defs/ThingDef[defName="VFEI_VatGrownTitanbeetle"]/race/baseHealthScale - - 2.75 - - - - - Defs/ThingDef[defName="VFEI_VatGrownTitanbeetle"]/tools - - -
  • - - -
  • Poke
  • - - 76 - 3.32 - HeadClaw - 36 - -
  • - - -
  • Cut
  • - - 33 - 2.72 - 0.8 - Mouth - 0.4 - 3 - -
  • - - -
  • Blunt
  • - - 35 - 3.51 - HeadAttackTool - 0.6 - 15 - -
    -
    -
    - - - Defs/ThingDef[defName="VFEI_VatGrownTitanbeetle"]/comps - - Defs/ThingDef[defName="VFEI_VatGrownTitanbeetle"] - - - - - - - - Defs/ThingDef[defName="VFEI_VatGrownTitanbeetle"]/comps - -
  • - 1312 - true - 600 - 5 - 0.5 -
  • -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Wargling.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Wargling.xml deleted file mode 100644 index b5ed8058c9..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_Wargling.xml +++ /dev/null @@ -1,128 +0,0 @@ - - - - - Defs/ThingDef[defName="VFEI_VatGrownWargling"]/statBases/MoveSpeed - - 6.0 - 0.11 - 0.21 - 0.18 - - - - - Defs/ThingDef[defName="VFEI_VatGrownWargling"]/statBases/ArmorRating_Blunt - - 10.8 - - - - - Defs/ThingDef[defName="VFEI_VatGrownWargling"]/statBases/ArmorRating_Sharp - - 3.65 - - - - - Defs/ThingDef[defName="VFEI_VatGrownWargling"]/race/baseHealthScale - - 2 - - - - - Defs/ThingDef[defName="VFEI_VatGrownWargling"]/tools - - -
  • - -
  • Stab
  • - - 12 - 1.24 - FrontLeftClaws - 30 - 15 - -
  • - -
  • Cut
  • - - 33 - 1.71 - FrontLeftClaws - 1.0 - 5.0 - -
  • - -
  • Stab
  • - - 12 - 1.24 - FrontRightClaws - 30 - 15 - -
  • - -
  • Cut
  • - - 33 - 1.71 - FrontRightClaws - 1.0 - 5.0 - -
  • - - -
  • Cut
  • - - 16 - 1.49 - Mouth - 1.5 - 5.0 - -
  • - - -
  • Blunt
  • - - 5 - 1.49 - HeadAttackTool - 0.2 - 1.44 - -
    -
    -
    - - - Defs/ThingDef[defName="VFEI_VatGrownWorkerAnt"]/comps - - Defs/ThingDef[defName="VFEI_VatGrownWorkerAnt"] - - - - - - - - Defs/ThingDef[defName="VFEI_VatGrownWorkerAnt"]/comps - -
  • - 937 - true - 600 - 5 - 0.5 -
  • -
    -
    - -
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_WorkerAnt.xml b/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_WorkerAnt.xml deleted file mode 100644 index b513c04e31..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids/Patches/Vanilla Factions Expanded - Insectoids/ThingDefs_Races_VatGrown/Races_WorkerAnt.xml +++ /dev/null @@ -1,88 +0,0 @@ - - - - - Defs/ThingDef[defName="VFEI_VatGrownWorkerAnt"]/statBases/MoveSpeed - - 4.6 - 0.13 - 0.16 - 0.14 - - - - - Defs/ThingDef[defName="VFEI_VatGrownWorkerAnt"]/statBases/ArmorRating_Blunt - - 6 - - - - - Defs/ThingDef[defName="VFEI_VatGrownWorkerAnt"]/statBases/ArmorRating_Sharp - - 2.25 - - - - - Defs/ThingDef[defName="VFEI_VatGrownWorkerAnt"]/race/baseHealthScale - - 1.3 - - - - - Defs/ThingDef[defName="VFEI_VatGrownWorkerAnt"]/tools - - -
  • - - -
  • Cut
  • - - 15 - 2.23 - Mouth - 0.09 - 0.64 - -
  • - - -
  • Blunt
  • - - 2 - 1.88 - HeadAttackTool - 0.2 - 0.32 - -
    -
    -
    - - - Defs/ThingDef[defName="VFEI_VatGrownWorkerAnt"]/comps - - Defs/ThingDef[defName="VFEI_VatGrownWorkerAnt"] - - - - - - - - Defs/ThingDef[defName="VFEI_VatGrownWorkerAnt"]/comps - -
  • - 700 - true - 600 - 5 - 0.5 -
  • -
    -
    - -
    \ No newline at end of file diff --git a/SupportedThirdPartyMods.md b/SupportedThirdPartyMods.md index f8d51d1295..48e69934cd 100644 --- a/SupportedThirdPartyMods.md +++ b/SupportedThirdPartyMods.md @@ -508,7 +508,7 @@ Vanilla Factions Expanded - Ancients | Vanilla Factions Expanded - Classical | Vanilla Factions Expanded - Deserters | Vanilla Factions Expanded - Empire | -Vanilla Factions Expanded - Insectoids | +Vanilla Factions Expanded - Insectoids 2| Vanilla Factions Expanded - Mechanoids | Vanilla Factions Expanded - Medieval | Vanilla Factions Expanded - Pirates | From 301c8d0d3ecbfa5589d2ede9529f3e4939682722 Mon Sep 17 00:00:00 2001 From: SamaelGray <56392968+SamaelGray@users.noreply.github.com> Date: Tue, 16 Jul 2024 12:18:07 +0330 Subject: [PATCH 2/8] DamageDef patch --- .../Patches/DamageDef/DamageMisc.xml | 21 +++++++++++++++++++ .../Patches/Hediffs/Hediffs.xml | 4 ---- 2 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/DamageDef/DamageMisc.xml delete mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Hediffs/Hediffs.xml diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/DamageDef/DamageMisc.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/DamageDef/DamageMisc.xml new file mode 100644 index 0000000000..3b66a6c934 --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/DamageDef/DamageMisc.xml @@ -0,0 +1,21 @@ + + + + + Defs/DamageDef[defName="VFEI2_AcidSpit"] + +
  • + true + true +
  • +
    +
    + + + Defs/DamageDef[defName="VFEI2_ToxicSting"]/additionalHediffs/li[hediff="VFEI2_ToxicBuildup"]/severityPerDamageDealt + + 0.08 + + + +
    \ No newline at end of file diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Hediffs/Hediffs.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Hediffs/Hediffs.xml deleted file mode 100644 index 6892b13651..0000000000 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Hediffs/Hediffs.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file From 6b333c97adaa76460dffaa626f8fd9f5481dd505 Mon Sep 17 00:00:00 2001 From: SamaelGray <56392968+SamaelGray@users.noreply.github.com> Date: Sat, 20 Jul 2024 10:35:56 +0330 Subject: [PATCH 3/8] insect movespeed update --- .../Patches/ThingDefs_Races/Races_Ironclad.xml | 2 +- .../Patches/ThingDefs_Races/Races_Tankroach.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Ironclad.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Ironclad.xml index e6c30bd0ba..4900af5f91 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Ironclad.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Ironclad.xml @@ -4,7 +4,7 @@ Defs/ThingDef[defName="VFEI2_Ironclad"]/statBases/MoveSpeed - 2.4 + 2.0 0.03 0.26 0.38 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Tankroach.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Tankroach.xml index f2eccd7578..820e1c6609 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Tankroach.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Tankroach.xml @@ -4,7 +4,7 @@ Defs/ThingDef[defName="VFEI2_Tankroach"]/statBases/MoveSpeed - 2.8 + 3.1 0.06 0.1 0.09 From 1d6d489d77b5605e895de811797b804a3ddbd1c9 Mon Sep 17 00:00:00 2001 From: SamaelGray <56392968+SamaelGray@users.noreply.github.com> Date: Tue, 13 Aug 2024 00:59:05 +0330 Subject: [PATCH 4/8] housekeeping and natural armor ratio tweaks --- .../Patches/ThingDefs_Races/Races_AcidSpitter.xml | 2 +- .../Patches/ThingDefs_Races/Races_Boomtick.xml | 2 +- .../Patches/ThingDefs_Races/Races_Durapod.xml | 2 +- .../Patches/ThingDefs_Races/Races_Empress.xml | 2 +- .../Patches/ThingDefs_Races/Races_Fuelmite.xml | 2 +- .../Patches/ThingDefs_Races/Races_Gigalocust.xml | 2 +- .../Patches/ThingDefs_Races/Races_Gigamite.xml | 2 +- .../Patches/ThingDefs_Races/Races_Hellbeetle.xml | 2 +- .../Patches/ThingDefs_Races/Races_Ironclad.xml | 2 +- .../Patches/ThingDefs_Races/Races_Macrofly.xml | 2 +- .../Patches/ThingDefs_Races/Races_Megapede.xml | 2 +- .../Patches/ThingDefs_Races/Races_Megathrips.xml | 6 +++--- .../Patches/ThingDefs_Races/Races_Megawasp.xml | 2 +- .../Patches/ThingDefs_Races/Races_Queen.xml | 2 +- .../Patches/ThingDefs_Races/Races_Silverfish.xml | 2 +- .../Patches/ThingDefs_Races/Races_Tankroach.xml | 2 +- .../Patches/ThingDefs_Races/Races_Teramantis.xml | 2 +- .../Patches/ThingDefs_Races/Races_Titantick.xml | 2 +- .../Patches/ThingDefs_Races/Races_Venomite.xml | 2 +- 19 files changed, 21 insertions(+), 21 deletions(-) diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_AcidSpitter.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_AcidSpitter.xml index 0b00ceece2..f537a5987d 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_AcidSpitter.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_AcidSpitter.xml @@ -85,7 +85,7 @@ true 600 5 - 0.5 + 0.25 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Boomtick.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Boomtick.xml index ff452bc352..e6e1408523 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Boomtick.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Boomtick.xml @@ -74,7 +74,7 @@ true 600 5 - 0.5 + 0.25 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Durapod.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Durapod.xml index d192146da4..47199f9ea2 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Durapod.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Durapod.xml @@ -79,7 +79,7 @@ true 600 5 - 0.25 + 0.1
    diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Empress.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Empress.xml index c30f72b259..237c7ee592 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Empress.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Empress.xml @@ -107,7 +107,7 @@ true 600 5 - 0.5 + 0.25
    diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Fuelmite.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Fuelmite.xml index 17640e357c..aee9b8989b 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Fuelmite.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Fuelmite.xml @@ -85,7 +85,7 @@ true 600 5 - 0.5 + 0.25
    diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Gigalocust.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Gigalocust.xml index 539c045768..e6fc1846f9 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Gigalocust.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Gigalocust.xml @@ -85,7 +85,7 @@ true 600 5 - 0.5 + 0.25 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Gigamite.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Gigamite.xml index 99340f5f73..78bf8c5af9 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Gigamite.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Gigamite.xml @@ -85,7 +85,7 @@ true 600 5 - 0.5 + 0.25 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Hellbeetle.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Hellbeetle.xml index 9db7aa57a2..87f77a6d18 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Hellbeetle.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Hellbeetle.xml @@ -85,7 +85,7 @@ true 600 5 - 0.5 + 0.25 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Ironclad.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Ironclad.xml index 4900af5f91..133c8f44e8 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Ironclad.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Ironclad.xml @@ -95,7 +95,7 @@ true 600 5 - 0.25 + 0.1 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Macrofly.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Macrofly.xml index b2b028d8e0..9175a3b7c8 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Macrofly.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Macrofly.xml @@ -85,7 +85,7 @@ true 600 5 - 0.5 + 0.25 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megapede.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megapede.xml index 2824f7dfa5..1b4aa243a0 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megapede.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megapede.xml @@ -101,7 +101,7 @@ true 600 5 - 0.5 + 0.25 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megathrips.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megathrips.xml index 9b5aeb1c29..325f85153d 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megathrips.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megathrips.xml @@ -14,14 +14,14 @@ Defs/ThingDef[defName="VFEI2_Megathrips"]/statBases/ArmorRating_Blunt - 2.0 + 9 Defs/ThingDef[defName="VFEI2_Megathrips"]/statBases/ArmorRating_Sharp - 0.8 + 9 @@ -74,7 +74,7 @@ true 600 5 - 0.5 + 0.25 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megawasp.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megawasp.xml index bb14383fba..a7e443a75c 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megawasp.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Megawasp.xml @@ -85,7 +85,7 @@ true 600 5 - 0.5 + 0.25 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Queen.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Queen.xml index 884484ede9..cf1872b069 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Queen.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Queen.xml @@ -85,7 +85,7 @@ true 600 5 - 0.5 + 0.25 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Silverfish.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Silverfish.xml index 5e55425b5a..323d2d80de 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Silverfish.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Silverfish.xml @@ -101,7 +101,7 @@ true 600 5 - 0.25 + 0.1 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Tankroach.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Tankroach.xml index 820e1c6609..d95a2e94b3 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Tankroach.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Tankroach.xml @@ -114,7 +114,7 @@ true 600 5 - 0.25 + 0.1 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Teramantis.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Teramantis.xml index f9f4c42076..35d4b03481 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Teramantis.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Teramantis.xml @@ -119,7 +119,7 @@ true 600 5 - 0.25 + 0.1 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Titantick.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Titantick.xml index 593885d5e7..600e09396c 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Titantick.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Titantick.xml @@ -85,7 +85,7 @@ true 600 5 - 0.5 + 0.25 diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Venomite.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Venomite.xml index 1e6fb9efc9..f52da214cf 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Venomite.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Venomite.xml @@ -85,7 +85,7 @@ true 600 5 - 0.5 + 0.25 From a51eb18a5082894735f090321f0fa0f956b1de44 Mon Sep 17 00:00:00 2001 From: SamaelGray <56392968+SamaelGray@users.noreply.github.com> Date: Sat, 17 Aug 2024 01:33:46 +0330 Subject: [PATCH 5/8] swarmling body patch fix accommodate for the upstream change --- .../Patches/Bodies/Bodies_Swarmling.xml | 27 ++++++++++++------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Bodies/Bodies_Swarmling.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Bodies/Bodies_Swarmling.xml index 6cf2e9517d..e7d1793ff8 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Bodies/Bodies_Swarmling.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/Bodies/Bodies_Swarmling.xml @@ -1,15 +1,24 @@ - - - Defs/BodyDef[defName="VFEI2_Swarmling"]//*[ - def="Shell" or - def="VFEI2_Swarmling"] - - - - + + Defs/BodyDef[defName="VFEI2_Swarmling"]/corePart/groups + + Defs/BodyDef[defName="VFEI2_Swarmling"]/corePart + + + + + + + + Defs/BodyDef[defName="VFEI2_Swarmling"]/corePart/parts/li[1]/groups + + Defs/BodyDef[defName="VFEI2_Swarmling"]/corePart/parts/li[1] + + + + From 50d9cd403b46cbb7edeb9ce2b28a8096e5722333 Mon Sep 17 00:00:00 2001 From: SamaelGray <56392968+SamaelGray@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:44:58 +0330 Subject: [PATCH 6/8] jump ability range patches --- .../Patches/AbilityDefs/Abilities.xml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/AbilityDefs/Abilities.xml diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/AbilityDefs/Abilities.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/AbilityDefs/Abilities.xml new file mode 100644 index 0000000000..d815af8a7b --- /dev/null +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/AbilityDefs/Abilities.xml @@ -0,0 +1,25 @@ + + + + + Defs/AbilityDef[defName="VFEI2_InsectGlide_Short"]/verbProperties/range + + 11.9 + + + + + Defs/AbilityDef[defName="VFEI2_InsectGlide_Medium"]/verbProperties/range + + 16.9 + + + + + Defs/AbilityDef[defName="VFEI2_InsectGlide_Far"]/verbProperties/range + + 27.9 + + + + \ No newline at end of file From d7e664feb60bce1c28e84754fc4f71085db6bc4f Mon Sep 17 00:00:00 2001 From: n7huntsman Date: Fri, 6 Sep 2024 19:11:40 -0400 Subject: [PATCH 7/8] Increase merc mag count and give them useful guns --- .../PawnKindDefs_Humanlikes/PawnKinds_Player.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/PawnKindDefs_Humanlikes/PawnKinds_Player.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/PawnKindDefs_Humanlikes/PawnKinds_Player.xml index 4d11aff143..5049f82051 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/PawnKindDefs_Humanlikes/PawnKinds_Player.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/PawnKindDefs_Humanlikes/PawnKinds_Player.xml @@ -6,8 +6,8 @@
  • - 3 - 5 + 4 + 6 1000 @@ -46,4 +46,11 @@ + + Defs/PawnKindDef[defName="VFE_Mercenary"]/weaponTags + +
  • IndustrialGunAdvanced
  • +
    +
    +
    \ No newline at end of file From 1f80d6e7432f6d981fe035b5bb1b27401201e9d2 Mon Sep 17 00:00:00 2001 From: n7huntsman Date: Fri, 6 Sep 2024 22:11:57 -0400 Subject: [PATCH 8/8] Adjust Queen and Empress bodytypes --- .../Patches/ThingDefs_Races/Races_Empress.xml | 9 +++++++++ .../Patches/ThingDefs_Races/Races_Queen.xml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Empress.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Empress.xml index 237c7ee592..29fe0cefd8 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Empress.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Empress.xml @@ -1,6 +1,15 @@ + + Defs/ThingDef[defName="VFEI2_Empress"] + +
  • + Quadruped +
  • +
    +
    + Defs/ThingDef[defName="VFEI2_Empress"]/statBases/MoveSpeed diff --git a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Queen.xml b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Queen.xml index cf1872b069..463b696b1a 100644 --- a/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Queen.xml +++ b/ModPatches/Vanilla Factions Expanded - Insectoids 2/Patches/ThingDefs_Races/Races_Queen.xml @@ -1,6 +1,15 @@ + + Defs/ThingDef[defName="VFEI2_Queen"] + +
  • + Birdlike +
  • +
    +
    + Defs/ThingDef[defName="VFEI2_Queen"]/statBases/MoveSpeed