From 8dbd4bba61e35d9eb45beb54d5d0f1651e58144c Mon Sep 17 00:00:00 2001 From: Tory <22203-Tory@users.noreply.gitgud.io> Date: Sun, 5 Sep 2021 23:52:55 +0000 Subject: [PATCH] Removed BasePawn patches. New patches that just add the needed comp to the races instead of fixing their mod. --- 1.3/Patches/BasePawn Fixes/AOCBasePawn.xml | 18 --- .../AlienVsPredatorBasePawn.xml | 140 ------------------ .../BasePawn Fixes/AndroidMechBasePawn.xml | 31 ---- .../BasePawn Fixes/AutoCleanerBasePawn.xml | 25 ---- .../BasePawn Fixes/AvianRacesBasePawn.xml | 51 ------- .../BasePawn Fixes/CrystalloidBasePawn.xml | 21 --- .../BasePawn Fixes/ElonaImoutoBasePawn.xml | 18 --- 1.3/Patches/BasePawn Fixes/EponaBasePawn.xml | 24 --- 1.3/Patches/BasePawn Fixes/FerianBasePawn.xml | 18 --- 1.3/Patches/BasePawn Fixes/GiantBasePawn.xml | 18 --- 1.3/Patches/BasePawn Fixes/IdhaleBasePawn.xml | 18 --- .../BasePawn Fixes/LapelliBasePawn.xml | 18 --- .../BasePawn Fixes/LittlunaBasePawn.xml | 61 -------- .../BasePawn Fixes/MantodeanBasePawn.xml | 18 --- .../BasePawn Fixes/MoosesianBasePawn.xml | 18 --- .../BasePawn Fixes/NearmareBasePawn.xml | 71 --------- .../BasePawn Fixes/NecloseBasePawn.xml | 71 --------- 1.3/Patches/BasePawn Fixes/RabbieBasePawn.xml | 27 ---- 1.3/Patches/BasePawn Fixes/RakkleBasePawn.xml | 24 --- .../BasePawn Fixes/SilkieraBasePawn.xml | 18 --- .../BasePawn Fixes/XenoorcaBasePawn.xml | 18 --- .../BasePawn Fixes/ZombieLandBasePawn.xml | 45 ------ 1.3/Patches/CompAnimator_HarPatches/AOC.xml | 18 +++ .../AlienVsPredator.xml | 48 ++++++ .../CompAnimator_HarPatches/AndroidMech.xml | 18 +++ .../CompAnimator_HarPatches/AutoCleaner.xml | 19 +++ .../CompAnimator_HarPatches/AvianRaces.xml | 78 ++++++++++ .../CompAnimator_HarPatches/Crystalloid.xml | 19 +++ .../CompAnimator_HarPatches/ElonaImouto.xml | 18 +++ 1.3/Patches/CompAnimator_HarPatches/Epona.xml | 18 +++ .../CompAnimator_HarPatches/Ferian.xml | 18 +++ 1.3/Patches/CompAnimator_HarPatches/Giant.xml | 18 +++ .../CompAnimator_HarPatches/Idhale.xml | 18 +++ .../CompAnimator_HarPatches/Lapelli.xml | 18 +++ .../CompAnimator_HarPatches/Littluna.xml | 18 +++ .../CompAnimator_HarPatches/Mantodean.xml | 18 +++ .../CompAnimator_HarPatches/Moosesian.xml | 18 +++ .../CompAnimator_HarPatches/Nearmare.xml | 18 +++ .../CompAnimator_HarPatches/Neclose.xml | 18 +++ .../CompAnimator_HarPatches/Rabbie.xml | 18 +++ .../CompAnimator_HarPatches/Rakkle.xml | 18 +++ .../CompAnimator_HarPatches/Silkiera.xml | 18 +++ .../CompAnimator_HarPatches/Xenoorca.xml | 18 +++ .../CompAnimator_HarPatches/ZombieLand.xml | 18 +++ 44 files changed, 488 insertions(+), 771 deletions(-) delete mode 100644 1.3/Patches/BasePawn Fixes/AOCBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/AlienVsPredatorBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/AndroidMechBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/AutoCleanerBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/AvianRacesBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/CrystalloidBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/ElonaImoutoBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/EponaBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/FerianBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/GiantBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/IdhaleBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/LapelliBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/LittlunaBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/MantodeanBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/MoosesianBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/NearmareBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/NecloseBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/RabbieBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/RakkleBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/SilkieraBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/XenoorcaBasePawn.xml delete mode 100644 1.3/Patches/BasePawn Fixes/ZombieLandBasePawn.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/AOC.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/AlienVsPredator.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/AndroidMech.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/AutoCleaner.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/AvianRaces.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/Crystalloid.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/ElonaImouto.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/Epona.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/Ferian.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/Giant.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/Idhale.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/Lapelli.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/Littluna.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/Mantodean.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/Moosesian.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/Nearmare.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/Neclose.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/Rabbie.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/Rakkle.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/Silkiera.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/Xenoorca.xml create mode 100644 1.3/Patches/CompAnimator_HarPatches/ZombieLand.xml diff --git a/1.3/Patches/BasePawn Fixes/AOCBasePawn.xml b/1.3/Patches/BasePawn Fixes/AOCBasePawn.xml deleted file mode 100644 index b768271..0000000 --- a/1.3/Patches/BasePawn Fixes/AOCBasePawn.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - -
  • AOC The Cleanup Devil
  • -
  • 2469449551
  • -
    - - -
  • - /Defs/AlienRace.ThingDef_AlienRace[defName="AOC"] - ParentName - BasePawn -
  • -
    -
    -
    -
    diff --git a/1.3/Patches/BasePawn Fixes/AlienVsPredatorBasePawn.xml b/1.3/Patches/BasePawn Fixes/AlienVsPredatorBasePawn.xml deleted file mode 100644 index b965e48..0000000 --- a/1.3/Patches/BasePawn Fixes/AlienVsPredatorBasePawn.xml +++ /dev/null @@ -1,140 +0,0 @@ - - - - -
  • Alien Vs Predator
  • -
  • 2034103876
  • -
    - - -
  • - /Defs/ThingDef[@Name="AvP_BaseNeomorphPawn"] - - - -
  • ITab_Pawn_Health
  • -
  • ITab_Pawn_Log
  • -
  • ITab_Pawn_Needs
  • - - - - - - true - - - -
  • - /Defs/ThingDef[@Name="AvP_BaseXenomorphPawn"] - - - AvP.XenomorphPawn - true - BulletImpact_Flesh - -
  • ITab_Pawn_Health
  • -
  • ITab_Pawn_Log
  • - - - - - - -
  • - /Defs/ThingDef[@Name="AvP_Artificial_Synths"] - - - -
  • ITab_Pawn_Health
  • -
  • ITab_Pawn_Needs
  • -
  • ITab_Pawn_Character
  • -
  • ITab_Pawn_Training
  • -
  • ITab_Pawn_Gear
  • -
  • ITab_Pawn_Guest
  • -
  • ITab_Pawn_Prisoner
  • -
  • ITab_Pawn_Social
  • -
  • ITab_Pawn_Log
  • -
  • ITab_Pawn_FormingCaravan
  • -
  • ITab_Pawn_Slave
  • - - -
  • - false - -
  • DangerousFoodType
  • -
  • FilthyKitchen
  • -
  • IncompetentCook
  • -
  • Rotten
  • -
  • Unknown
  • - - -
  • - -
  • MuscleParasites
  • -
  • FibrousMechanites
  • -
  • SensoryMechanites
  • - - -
    - - - -
  • - /Defs/ThingDef[@Name="AvP_BaseYautjaPawn"] - - - -
  • ITab_Pawn_Health
  • -
  • ITab_Pawn_Needs
  • -
  • ITab_Pawn_Character
  • -
  • ITab_Pawn_Training
  • -
  • ITab_Pawn_Gear
  • -
  • ITab_Pawn_Guest
  • -
  • ITab_Pawn_Prisoner
  • -
  • ITab_Pawn_Social
  • -
  • ITab_Pawn_Log
  • -
  • ITab_Pawn_FormingCaravan
  • -
  • ITab_Pawn_Slave
  • - - - -
  • - -
  • HMS_Hediff_BloodedM
  • -
  • HMS_Hediff_BloodedMHuman
  • -
  • HMS_Hediff_BloodedMHumanlike
  • -
  • HMS_Hediff_BloodedMHound
  • -
  • HMS_Hediff_BloodedMCrusher
  • -
  • HMS_Hediff_BloodedMGroTye
  • -
  • HMS_Hediff_BloodedMThrumbo
  • -
  • HMS_Hediff_BloodedMWorthyHuman
  • -
  • HMS_Hediff_BloodedMWorthyHumanlike
  • -
  • HMS_Hediff_BloodedMMechanoid
  • -
  • HMS_Hediff_BloodedMBadBlood
  • -
  • HMS_Hediff_BloodedMXenomorph
  • -
  • HMS_Hediff_BloodedMPredalien
  • -
  • HMS_Hediff_BloodedMXenomorphQueen
  • - - -
    - - - -
    -
    -
    -
    - diff --git a/1.3/Patches/BasePawn Fixes/AndroidMechBasePawn.xml b/1.3/Patches/BasePawn Fixes/AndroidMechBasePawn.xml deleted file mode 100644 index a863682..0000000 --- a/1.3/Patches/BasePawn Fixes/AndroidMechBasePawn.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - -
  • Android tiers
  • -
  • 1386412863
  • -
    - - -
  • - /Defs/ThingDef[@Name="BasePawnMech"] - - - BulletImpact_Metal - - 70 - - -
  • ITab_Pawn_Health
  • -
  • ITab_Pawn_Gear
  • -
  • ITab_Pawn_Guest
  • -
  • ITab_Pawn_Prisoner
  • - - - - -
    -
    -
    -
    - diff --git a/1.3/Patches/BasePawn Fixes/AutoCleanerBasePawn.xml b/1.3/Patches/BasePawn Fixes/AutoCleanerBasePawn.xml deleted file mode 100644 index 2204722..0000000 --- a/1.3/Patches/BasePawn Fixes/AutoCleanerBasePawn.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - -
  • Autocleaner
  • -
  • 2051042827
  • -
    - - -
  • - /Defs/ThingDef[@Name="BaseBaseAutocleaner"] - - - -
  • ITab_Pawn_Health
  • -
  • ITab_Pawn_Log
  • - - - - -
    -
    -
    -
    - diff --git a/1.3/Patches/BasePawn Fixes/AvianRacesBasePawn.xml b/1.3/Patches/BasePawn Fixes/AvianRacesBasePawn.xml deleted file mode 100644 index 7464ddb..0000000 --- a/1.3/Patches/BasePawn Fixes/AvianRacesBasePawn.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - -
  • Avian Races
  • -
  • 1514158118
  • -
  • Avian Races only One Faction
  • -
  • 1582200954
  • -
    - - -
  • - /Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Cassowary"] - ParentName - BasePawn -
  • -
  • - /Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Chicken"] - ParentName - BasePawn -
  • -
  • - /Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Dodo"] - ParentName - BasePawn -
  • -
  • - /Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Owl"] - ParentName - BasePawn -
  • -
  • - /Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Parrot"] - ParentName - BasePawn -
  • -
  • - /Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Penguin"] - ParentName - BasePawn -
  • -
  • - /Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Vulture"] - ParentName - BasePawn -
  • -
    -
    -
    -
    - diff --git a/1.3/Patches/BasePawn Fixes/CrystalloidBasePawn.xml b/1.3/Patches/BasePawn Fixes/CrystalloidBasePawn.xml deleted file mode 100644 index 93e57cf..0000000 --- a/1.3/Patches/BasePawn Fixes/CrystalloidBasePawn.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - -
  • Crystalloid
  • -
  • 1571323744
  • -
    - - -
  • - /Defs/ThingDef[@Name="CrystalBasePawn"] - - - - -
  • -
    -
    -
    -
    - diff --git a/1.3/Patches/BasePawn Fixes/ElonaImoutoBasePawn.xml b/1.3/Patches/BasePawn Fixes/ElonaImoutoBasePawn.xml deleted file mode 100644 index 0db80d4..0000000 --- a/1.3/Patches/BasePawn Fixes/ElonaImoutoBasePawn.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - -
  • Add Elona Imouto Race
  • -
  • 1863723112
  • -
    - - -
  • - /Defs/AlienRace.ThingDef_AlienRace[defName="Elona_Imouto"] - ParentName - BasePawn -
  • -
    -
    -
    -
    diff --git a/1.3/Patches/BasePawn Fixes/EponaBasePawn.xml b/1.3/Patches/BasePawn Fixes/EponaBasePawn.xml deleted file mode 100644 index 4822f71..0000000 --- a/1.3/Patches/BasePawn Fixes/EponaBasePawn.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - -
  • Epona Race
  • -
  • 2405585786
  • -
    - - -
  • - /Defs/ThingDef[@Name="EponaCentaur_PawnBase"] - - - - 100 - - - -
  • -
    -
    -
    -
    - diff --git a/1.3/Patches/BasePawn Fixes/FerianBasePawn.xml b/1.3/Patches/BasePawn Fixes/FerianBasePawn.xml deleted file mode 100644 index 56fda05..0000000 --- a/1.3/Patches/BasePawn Fixes/FerianBasePawn.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - -
  • Ferian Race
  • -
    - - -
  • - /Defs/AlienRace.ThingDef_AlienRace[defName="AFerian"] - ParentName - BasePawn -
  • -
    -
    -
    -
    diff --git a/1.3/Patches/BasePawn Fixes/GiantBasePawn.xml b/1.3/Patches/BasePawn Fixes/GiantBasePawn.xml deleted file mode 100644 index 4a95b86..0000000 --- a/1.3/Patches/BasePawn Fixes/GiantBasePawn.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - -
  • The GiantRace
  • -
    - - -
  • - Defs/AlienRace.ThingDef_AlienRace[defName="HC_Giant"] - ParentName - BasePawn -
  • -
    -
    -
    -
    diff --git a/1.3/Patches/BasePawn Fixes/IdhaleBasePawn.xml b/1.3/Patches/BasePawn Fixes/IdhaleBasePawn.xml deleted file mode 100644 index 598850e..0000000 --- a/1.3/Patches/BasePawn Fixes/IdhaleBasePawn.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - -
  • [1.3]Idhale Race
  • -
  • 2227425882
  • -
    - - -
  • - /Defs/AlienRace.ThingDef_AlienRace[defName="HAR_Idhale"] - ParentName - BasePawn -
  • -
    -
    -
    -
    diff --git a/1.3/Patches/BasePawn Fixes/LapelliBasePawn.xml b/1.3/Patches/BasePawn Fixes/LapelliBasePawn.xml deleted file mode 100644 index 3c5bb50..0000000 --- a/1.3/Patches/BasePawn Fixes/LapelliBasePawn.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - -
  • Lapelli Race
  • -
    - - -
  • - /Defs/AlienRace.ThingDef_AlienRace[defName="ALapelli"] - ParentName - BasePawn -
  • -
    -
    -
    -
    diff --git a/1.3/Patches/BasePawn Fixes/LittlunaBasePawn.xml b/1.3/Patches/BasePawn Fixes/LittlunaBasePawn.xml deleted file mode 100644 index 2dc22c9..0000000 --- a/1.3/Patches/BasePawn Fixes/LittlunaBasePawn.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - -
  • [1.3]Littluna Race
  • -
  • 2569091688
  • -
    - - -
  • - /Defs/ThingDef[@Name="HAR_Littluna_BaseNRPawn"] - - - -
  • - Lethal Summon (Auto) - If set to on, a powerful entity will be automatically summoned as soon as this character gets drafted and there hostile characters around. But be aware: The cooldown time for this ability is one year. - Icon/Command/LL_AutoSummon - CSS_SummonSlave - Lethal Summon (voluntary summon) - Arbitrarily summon a powerful being. But be aware: The cooldown time for this ability is one year. - Icon/Command/LL_SummonSlave - 900000 - Littluna_Artificial - - 1 - -
  • HAR_LL_M_a_Kind
  • - - - 1 - -
  • HAR_LL_M_a_Kind
  • -
    - - 1 - -
  • HAR_LL_M_a_Kind
  • -
    - - 1 - -
  • HAR_LL_M_a_Kind
  • -
    - - 1 - -
  • HAR_LL_M_a_Kind
  • -
    - 300 - 3 - CSS_SummonEffect - - - - - -
    -
    -
    -
    diff --git a/1.3/Patches/BasePawn Fixes/MantodeanBasePawn.xml b/1.3/Patches/BasePawn Fixes/MantodeanBasePawn.xml deleted file mode 100644 index 34c1723..0000000 --- a/1.3/Patches/BasePawn Fixes/MantodeanBasePawn.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - -
  • The Mantodean insectoid race
  • -
  • 1294507772
  • -
    - - -
  • - /Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Mantodean"] - ParentName - BasePawn -
  • -
    -
    -
    -
    diff --git a/1.3/Patches/BasePawn Fixes/MoosesianBasePawn.xml b/1.3/Patches/BasePawn Fixes/MoosesianBasePawn.xml deleted file mode 100644 index 2b6f76e..0000000 --- a/1.3/Patches/BasePawn Fixes/MoosesianBasePawn.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - -
  • Moosesian race
  • -
  • 2549028560
  • -
    - - -
  • - /Defs/AlienRace.ThingDef_AlienRace[defName="Moosesian"] - ParentName - BasePawn -
  • -
    -
    -
    -
    diff --git a/1.3/Patches/BasePawn Fixes/NearmareBasePawn.xml b/1.3/Patches/BasePawn Fixes/NearmareBasePawn.xml deleted file mode 100644 index 4dc3442..0000000 --- a/1.3/Patches/BasePawn Fixes/NearmareBasePawn.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - -
  • [1.3]Nearmare Race
  • -
  • 2198830432
  • -
    - - -
  • - /Defs/ThingDef[@Name="HAR_Nearmaere_BaseNRPawn"] - - - -
  • - Night Parade (Auto) - If set to "ON", the user will automatically cast "Night Parade" while drafted if there are hostiles in the vicinity. The level and number of summoned creatures are dependent on the level of "Artificial Race". Cooldown: 2 days. - Icon/Command/AutoSummon - CSS_SummonSlave - Night Parade - Summons otherworldly creatures to attack enemies. The level and number of summoned creatures are dependent on the level of "Artificial Race". Cooldown: 2 days. - Icon/Command/SummonSlave - 120000 - Nearmaere_Artificial - - 1 - -
  • HAR_M_NightStalker_Kind
  • -
  • HAR_M_NightGaunts_Kind
  • -
  • HAR_M_Nightmare_Kind
  • - - - 2 - -
  • HAR_M_NightStalker_Kind_b
  • -
  • HAR_M_NightGaunts_Kind_b
  • -
  • HAR_M_Nightmare_Kind_b
  • -
    - - 2 - -
  • HAR_M_NightStalker_Kind_c
  • -
  • HAR_M_NightGaunts_Kind_c
  • -
  • HAR_M_Nightmare_Kind_c
  • -
    - - 3 - -
  • HAR_M_NightStalker_Kind_d
  • -
  • HAR_M_NightGaunts_Kind_d
  • -
  • HAR_M_Nightmare_Kind_d
  • -
    - - 3 - -
  • HAR_M_NightStalker_Kind_e
  • -
  • HAR_M_NightGaunts_Kind_e
  • -
  • HAR_M_Nightmare_Kind_e
  • -
    - 300 - 3 - CSS_SummonEffect - - - - - -
    -
    -
    -
    diff --git a/1.3/Patches/BasePawn Fixes/NecloseBasePawn.xml b/1.3/Patches/BasePawn Fixes/NecloseBasePawn.xml deleted file mode 100644 index ed7a837..0000000 --- a/1.3/Patches/BasePawn Fixes/NecloseBasePawn.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - -
  • [1.3]Neclose Race
  • -
  • 2394460334
  • -
    - - -
  • - /Defs/ThingDef[@Name="HAR_Neclose_BaseNRPawn"] - - - -
  • - Helter Skelter(Auto) - If set to ON, the genus will be automatically summoned if this character is drafted and there are hostile characters around. The number of summons of the genus varies depending on the Lvl of the "artificial race", and a cool time of one day will occur for resummoning. - Icon/Command/AutoSummon - CSS_SummonSlave - Helter Skelter(Neclose) - Arbitrarily summon a genus. The number of summons of the genus varies depending on the Lv of the "artificial race", and a cool time of one day will occur for resummoning. - Icon/Command/SummonSlave - 60000 - Neclose_Artificial - - 3 - -
  • HAR_NC_M_a_Kind_Summon
  • -
  • HAR_NC_M_b_Kind_Summon
  • -
  • HAR_NC_M_c_Kind_Summon
  • - - - 6 - -
  • HAR_NC_M_a_Kind_Summon
  • -
  • HAR_NC_M_b_Kind_Summon
  • -
  • HAR_NC_M_c_Kind_Summon
  • -
    - - 9 - -
  • HAR_NC_M_a_Kind_Summon
  • -
  • HAR_NC_M_b_Kind_Summon
  • -
  • HAR_NC_M_c_Kind_Summon
  • -
    - - 12 - -
  • HAR_NC_M_a_Kind_Summon
  • -
  • HAR_NC_M_b_Kind_Summon
  • -
  • HAR_NC_M_c_Kind_Summon
  • -
    - - 15 - -
  • HAR_NC_M_a_Kind_Summon
  • -
  • HAR_NC_M_b_Kind_Summon
  • -
  • HAR_NC_M_c_Kind_Summon
  • -
    - 300 - 3 - CSS_SummonEffect - - - - - -
    -
    -
    -
    diff --git a/1.3/Patches/BasePawn Fixes/RabbieBasePawn.xml b/1.3/Patches/BasePawn Fixes/RabbieBasePawn.xml deleted file mode 100644 index a98ac21..0000000 --- a/1.3/Patches/BasePawn Fixes/RabbieBasePawn.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - -
  • Rabbie The Moonrabbit race
  • -
  • 1837246563
  • -
    - - -
  • - /Defs/ThingDef[@Name="RB_PawnBase"] - - - - 1 - - - 55 - - - -
  • -
    -
    -
    -
    - diff --git a/1.3/Patches/BasePawn Fixes/RakkleBasePawn.xml b/1.3/Patches/BasePawn Fixes/RakkleBasePawn.xml deleted file mode 100644 index 764a34f..0000000 --- a/1.3/Patches/BasePawn Fixes/RakkleBasePawn.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - -
  • Rakkle the rattle snake Race mod
  • -
  • 2208700786
  • -
    - - -
  • - /Defs/ThingDef[@Name="RS_PawnBase"] - - - - 55 - - - -
  • -
    -
    -
    -
    - diff --git a/1.3/Patches/BasePawn Fixes/SilkieraBasePawn.xml b/1.3/Patches/BasePawn Fixes/SilkieraBasePawn.xml deleted file mode 100644 index c88d725..0000000 --- a/1.3/Patches/BasePawn Fixes/SilkieraBasePawn.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - -
  • [1.3]Silkiera Race
  • -
  • 2233666290
  • -
    - - -
  • - /Defs/AlienRace.ThingDef_AlienRace[defName="HAR_Silkiera"] - ParentName - BasePawn -
  • -
    -
    -
    -
    diff --git a/1.3/Patches/BasePawn Fixes/XenoorcaBasePawn.xml b/1.3/Patches/BasePawn Fixes/XenoorcaBasePawn.xml deleted file mode 100644 index 017bb2d..0000000 --- a/1.3/Patches/BasePawn Fixes/XenoorcaBasePawn.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - -
  • [1.3]Xenoorca Race
  • -
  • 2216916011
  • -
    - - -
  • - /Defs/AlienRace.ThingDef_AlienRace[defName="HAR_Xenoorca"] - ParentName - BasePawn -
  • -
    -
    -
    -
    diff --git a/1.3/Patches/BasePawn Fixes/ZombieLandBasePawn.xml b/1.3/Patches/BasePawn Fixes/ZombieLandBasePawn.xml deleted file mode 100644 index 72bc055..0000000 --- a/1.3/Patches/BasePawn Fixes/ZombieLandBasePawn.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - -
  • Zombieland
  • -
  • 928376710
  • -
    - - -
  • - /Defs/ThingDef[@Name="BaseZombie"] - - - ZombieLand.Zombie - false - - 70 - 1 - -60 - 200 - 0 - 0 - 0 - 0 - 0 - 0 - - - - Normal - false - true - Corpse - (44,58,44) - true - 0 - - - -
  • -
    -
    -
    -
    - diff --git a/1.3/Patches/CompAnimator_HarPatches/AOC.xml b/1.3/Patches/CompAnimator_HarPatches/AOC.xml new file mode 100644 index 0000000..edb24fd --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/AOC.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="BaseAOCPawn"]/comps + Always + + /Defs/ThingDef[Name="BaseAOCPawn"]/comps + +
  • + + +
  • +
    +
    +
    \ No newline at end of file diff --git a/1.3/Patches/CompAnimator_HarPatches/AlienVsPredator.xml b/1.3/Patches/CompAnimator_HarPatches/AlienVsPredator.xml new file mode 100644 index 0000000..de35e63 --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/AlienVsPredator.xml @@ -0,0 +1,48 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="AvP_BaseNeomorphPawn"]/comps + Always + + /Defs/ThingDef[Name="AvP_BaseNeomorphPawn"]/comps + +
  • + + +
  • +
  • + /Defs/ThingDef[@Name="AvP_BaseXenomorphPawn"]/comps + Always + + /Defs/ThingDef[Name="AvP_BaseXenomorphPawn"]/comps + +
  • + + +
  • +
  • + /Defs/ThingDef[@Name="AvP_Artificial_Synths"]/comps + Always + + /Defs/ThingDef[Name="AvP_Artificial_Synths"]/comps + +
  • + + +
  • +
  • + /Defs/ThingDef[@Name="AvP_BaseYautjaPawn"]/comps + Always + + /Defs/ThingDef[Name="AvP_BaseYautjaPawn"]/comps + +
  • + + +
  • +
    +
    +
    diff --git a/1.3/Patches/CompAnimator_HarPatches/AndroidMech.xml b/1.3/Patches/CompAnimator_HarPatches/AndroidMech.xml new file mode 100644 index 0000000..2f3ec6d --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/AndroidMech.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="BasePawnMech"]/comps + Always + + /Defs/ThingDef[Name="BasePawnMech"]/comps + +
  • + + +
  • +
    +
    +
    diff --git a/1.3/Patches/CompAnimator_HarPatches/AutoCleaner.xml b/1.3/Patches/CompAnimator_HarPatches/AutoCleaner.xml new file mode 100644 index 0000000..e7123cb --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/AutoCleaner.xml @@ -0,0 +1,19 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="BaseBaseAutocleaner"]/comps + Always + + /Defs/ThingDef[Name="BaseBaseAutocleaner"]/comps + +
  • + + +
  • +
    +
    +
    + diff --git a/1.3/Patches/CompAnimator_HarPatches/AvianRaces.xml b/1.3/Patches/CompAnimator_HarPatches/AvianRaces.xml new file mode 100644 index 0000000..18d246b --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/AvianRaces.xml @@ -0,0 +1,78 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="CassowaryPawn"]/comps + Always + + /Defs/ThingDef[Name="CassowaryPawn"]/comps + +
  • + + +
  • +
  • + /Defs/ThingDef[@Name="ChickenPawn"]/comps + Always + + /Defs/ThingDef[Name="ChickenPawn"]/comps + +
  • + + +
  • +
  • + /Defs/ThingDef[@Name="DodoPawn"]/comps + Always + + /Defs/ThingDef[Name="DodoPawn"]/comps + +
  • + + +
  • +
  • + /Defs/ThingDef[@Name="OwlPawn"]/comps + Always + + /Defs/ThingDef[Name="OwlPawn"]/comps + +
  • + + +
  • +
  • + /Defs/ThingDef[@Name="ParrotPawn"]/comps + Always + + /Defs/ThingDef[Name="ParrotPawn"]/comps + +
  • + + +
  • +
  • + /Defs/ThingDef[@Name="PenguinPawn"]/comps + Always + + /Defs/ThingDef[Name="PenguinPawn"]/comps + +
  • + + +
  • +
  • + /Defs/ThingDef[@Name="VulturePawn"]/comps + Always + + /Defs/ThingDef[Name="VulturePawn"]/comps + +
  • + + +
  • +
    +
    +
    diff --git a/1.3/Patches/CompAnimator_HarPatches/Crystalloid.xml b/1.3/Patches/CompAnimator_HarPatches/Crystalloid.xml new file mode 100644 index 0000000..0c67200 --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/Crystalloid.xml @@ -0,0 +1,19 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="CrystalBasePawn"]/comps + Always + + /Defs/ThingDef[Name="CrystalBasePawn"]/comps + +
  • + + +
  • +
    +
    +
    + diff --git a/1.3/Patches/CompAnimator_HarPatches/ElonaImouto.xml b/1.3/Patches/CompAnimator_HarPatches/ElonaImouto.xml new file mode 100644 index 0000000..e7e4694 --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/ElonaImouto.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="Elona_BasePawn"]/comps + Always + + /Defs/ThingDef[Name="Elona_BasePawn"]/comps + +
  • + + +
  • +
    +
    +
    \ No newline at end of file diff --git a/1.3/Patches/CompAnimator_HarPatches/Epona.xml b/1.3/Patches/CompAnimator_HarPatches/Epona.xml new file mode 100644 index 0000000..3e7c41c --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/Epona.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="EponaCentaur_PawnBase"]/comps + Always + + /Defs/ThingDef[Name="EponaCentaur_PawnBase"]/comps + +
  • + + +
  • +
    +
    +
    \ No newline at end of file diff --git a/1.3/Patches/CompAnimator_HarPatches/Ferian.xml b/1.3/Patches/CompAnimator_HarPatches/Ferian.xml new file mode 100644 index 0000000..9527300 --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/Ferian.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="BaseFerian"]/comps + Always + + /Defs/ThingDef[Name="BaseFerian"]/comps + +
  • + + +
  • +
    +
    +
    diff --git a/1.3/Patches/CompAnimator_HarPatches/Giant.xml b/1.3/Patches/CompAnimator_HarPatches/Giant.xml new file mode 100644 index 0000000..b298331 --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/Giant.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="GI_PawnBase"]/comps + Always + + /Defs/ThingDef[Name="GI_PawnBase"]/comps + +
  • + + +
  • +
    +
    +
    \ No newline at end of file diff --git a/1.3/Patches/CompAnimator_HarPatches/Idhale.xml b/1.3/Patches/CompAnimator_HarPatches/Idhale.xml new file mode 100644 index 0000000..cc138ca --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/Idhale.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="HAR_Idhale_BaseNRPawn"]/comps + Always + + /Defs/ThingDef[Name="HAR_Idhale_BaseNRPawn"]/comps + +
  • + + +
  • +
    +
    +
    \ No newline at end of file diff --git a/1.3/Patches/CompAnimator_HarPatches/Lapelli.xml b/1.3/Patches/CompAnimator_HarPatches/Lapelli.xml new file mode 100644 index 0000000..c4f72d7 --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/Lapelli.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="BaseLapelli"]/comps + Always + + /Defs/ThingDef[Name="BaseLapelli"]/comps + +
  • + + +
  • +
    +
    +
    \ No newline at end of file diff --git a/1.3/Patches/CompAnimator_HarPatches/Littluna.xml b/1.3/Patches/CompAnimator_HarPatches/Littluna.xml new file mode 100644 index 0000000..d781126 --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/Littluna.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="HAR_Littluna_BaseNRPawn"]/comps + Always + + /Defs/ThingDef[Name="HAR_Littluna_BaseNRPawn"]/comps + +
  • + + +
  • +
    +
    +
    diff --git a/1.3/Patches/CompAnimator_HarPatches/Mantodean.xml b/1.3/Patches/CompAnimator_HarPatches/Mantodean.xml new file mode 100644 index 0000000..6024288 --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/Mantodean.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="BaseMantoPawn"]/comps + Always + + /Defs/ThingDef[Name="BaseMantoPawn"]/comps + +
  • + + +
  • +
    +
    +
    \ No newline at end of file diff --git a/1.3/Patches/CompAnimator_HarPatches/Moosesian.xml b/1.3/Patches/CompAnimator_HarPatches/Moosesian.xml new file mode 100644 index 0000000..957c61a --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/Moosesian.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="MS_PawnBase"]/comps + Always + + /Defs/ThingDef[Name="MS_PawnBase"]/comps + +
  • + + +
  • +
    +
    +
    \ No newline at end of file diff --git a/1.3/Patches/CompAnimator_HarPatches/Nearmare.xml b/1.3/Patches/CompAnimator_HarPatches/Nearmare.xml new file mode 100644 index 0000000..cd8293b --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/Nearmare.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="HAR_Nearmaere_BaseNRPawn"]/comps + Always + + /Defs/ThingDef[Name="HAR_Nearmaere_BaseNRPawn"]/comps + +
  • + + +
  • +
    +
    +
    \ No newline at end of file diff --git a/1.3/Patches/CompAnimator_HarPatches/Neclose.xml b/1.3/Patches/CompAnimator_HarPatches/Neclose.xml new file mode 100644 index 0000000..8732c69 --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/Neclose.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="HAR_Neclose_BaseNRPawn"]/comps + Always + + /Defs/ThingDef[Name="HAR_Neclose_BaseNRPawn"]/comps + +
  • + + +
  • +
    +
    +
    \ No newline at end of file diff --git a/1.3/Patches/CompAnimator_HarPatches/Rabbie.xml b/1.3/Patches/CompAnimator_HarPatches/Rabbie.xml new file mode 100644 index 0000000..d741b89 --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/Rabbie.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="RB_PawnBase"]/comps + Always + + /Defs/ThingDef[Name="RB_PawnBase"]/comps + +
  • + + +
  • +
    +
    +
    \ No newline at end of file diff --git a/1.3/Patches/CompAnimator_HarPatches/Rakkle.xml b/1.3/Patches/CompAnimator_HarPatches/Rakkle.xml new file mode 100644 index 0000000..51484fb --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/Rakkle.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="RS_PawnBase"]/comps + Always + + /Defs/ThingDef[Name="RS_PawnBase"]/comps + +
  • + + +
  • +
    +
    +
    \ No newline at end of file diff --git a/1.3/Patches/CompAnimator_HarPatches/Silkiera.xml b/1.3/Patches/CompAnimator_HarPatches/Silkiera.xml new file mode 100644 index 0000000..2d6d171 --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/Silkiera.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="HAR_Silkiera_BaseNRPawn"]/comps + Always + + /Defs/ThingDef[Name="HAR_Silkiera_BaseNRPawn"]/comps + +
  • + + +
  • +
    +
    +
    \ No newline at end of file diff --git a/1.3/Patches/CompAnimator_HarPatches/Xenoorca.xml b/1.3/Patches/CompAnimator_HarPatches/Xenoorca.xml new file mode 100644 index 0000000..545c77b --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/Xenoorca.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="HAR_Xenoorca_BaseNRPawn"]/comps + Always + + /Defs/ThingDef[Name="HAR_Xenoorca_BaseNRPawn"]/comps + +
  • + + +
  • +
    +
    +
    \ No newline at end of file diff --git a/1.3/Patches/CompAnimator_HarPatches/ZombieLand.xml b/1.3/Patches/CompAnimator_HarPatches/ZombieLand.xml new file mode 100644 index 0000000..2703a09 --- /dev/null +++ b/1.3/Patches/CompAnimator_HarPatches/ZombieLand.xml @@ -0,0 +1,18 @@ + + + + Always + +
  • + /Defs/ThingDef[@Name="BaseZombie"]/comps + Always + + /Defs/ThingDef[Name="BaseZombie"]/comps + +
  • + + +
  • +
    +
    +