From 775a29aa29fc817dc76483221aa4b5ae536e0be5 Mon Sep 17 00:00:00 2001 From: SamaelGray <56392968+SamaelGray@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:08:13 +0330 Subject: [PATCH 1/7] Alpha Animals black hive update --- .../AbilityDefs/AbilityDefs_Patch.xml | 40 +++++++ .../AA_VFEI2/HediffDefs/Hediffs_Patch.xml | 34 ++++++ .../ThingDefs_Races/Races_BlackEmpress.xml | 103 ++++++++++++++++++ .../ThingDefs_Races/Races_BlackQueen.xml | 103 ++++++++++++++++++ .../ThingDefs_Races/Races_BlackSwarmling.xml | 45 ++++++++ .../ThingDefs_Races/Races_BlackQueen.xml | 6 +- .../AlphaAnimals_CE_Patch_DamageDef.xml | 3 +- .../AlphaAnimals_CE_Patch_Projectiles.xml | 15 +++ .../AlphaAnimals_CE_Patch_VerbShootCE.xml | 4 +- .../AlphaAnimals_CE_Patch_Race_Black_Hive.xml | 12 +- ...lphaAnimals_CE_Patch_Race_Mammoth_Worm.xml | 4 +- 11 files changed, 355 insertions(+), 14 deletions(-) create mode 100644 ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/AbilityDefs/AbilityDefs_Patch.xml create mode 100644 ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/HediffDefs/Hediffs_Patch.xml create mode 100644 ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackEmpress.xml create mode 100644 ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackQueen.xml create mode 100644 ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackSwarmling.xml diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/AbilityDefs/AbilityDefs_Patch.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/AbilityDefs/AbilityDefs_Patch.xml new file mode 100644 index 0000000000..1fe8440703 --- /dev/null +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/AbilityDefs/AbilityDefs_Patch.xml @@ -0,0 +1,40 @@ + + + + + +
  • Vanilla Factions Expanded - Insectoids 2
  • +
    + + + + +
  • + Defs/AbilityDef[defName="AA_GreaterVileSpit"]/verbProperties/range + + 30.9 + +
  • + + + Defs/ThingDef[defName="AA_GreaterBlackHiveBolt"]/projectile + + + AA_BlackHiveBolt + 30 + 20 + 9 + 12 + 5 + 1 + 0 + AA_FilthSlimyPuke + + + + +
    +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/HediffDefs/Hediffs_Patch.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/HediffDefs/Hediffs_Patch.xml new file mode 100644 index 0000000000..9db2f58f79 --- /dev/null +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/HediffDefs/Hediffs_Patch.xml @@ -0,0 +1,34 @@ + + + + + +
  • Vanilla Factions Expanded - Insectoids 2
  • +
    + + + + + + Defs/HediffDef[defName="AA_MechanoidRendingClaws"]/comps/li[@Class="HediffCompProperties_VerbGiver"]/tools + + +
  • + + +
  • AA_EMPSlash
  • + + 16 + 1.5 + 2.0 + 1.5 + +
    +
    +
    + +
    +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackEmpress.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackEmpress.xml new file mode 100644 index 0000000000..6e25e0f4d3 --- /dev/null +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackEmpress.xml @@ -0,0 +1,103 @@ + + + + + +
  • Vanilla Factions Expanded - Insectoids 2
  • +
    + + + + +
  • + Defs/ThingDef[defName="VFEI2_BlackEmpress"]/statBases + + 0.05 + 0.33 + 0.57 + +
  • + +
  • + Defs/ThingDef[defName="VFEI2_BlackEmpress"]/statBases/ArmorRating_Blunt + + 25 + +
  • + +
  • + Defs/ThingDef[defName="VFEI2_BlackEmpress"]/statBases/ArmorRating_Sharp + + 14 + +
  • + +
  • + Defs/ThingDef[defName="VFEI2_BlackEmpress"]/tools + + +
  • + + +
  • AA_ExtraDamageMechanoidsClaws
  • + + 25 + 1.48 + HeadClaw + 50 + 30 + +
  • + + +
  • AA_ExtraDamageMechanoidsClaws
  • + + 51 + 1.65 + HeadClaw + 7.5 + 15 + +
  • + + +
  • Blunt
  • + + 12 + 2.64 + HeadAttackTool + 0.2 + 5.1 + + + + + +
  • + Defs/ThingDef[defName="VFEI2_BlackEmpress"]/comps + + Defs/ThingDef[defName="VFEI2_BlackEmpress"] + + + + +
  • + +
  • + Defs/ThingDef[defName="VFEI2_BlackEmpress"]/comps + +
  • + 2750 + true + 400 + 5 + 0.25 +
  • + + + +
    +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackQueen.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackQueen.xml new file mode 100644 index 0000000000..204ae981cb --- /dev/null +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackQueen.xml @@ -0,0 +1,103 @@ + + + + + +
  • Vanilla Factions Expanded - Insectoids 2
  • +
    + + + + +
  • + Defs/ThingDef[defName="VFEI2_BlackQueen"]/statBases + + 0.03 + 0.30 + 0.57 + +
  • + +
  • + Defs/ThingDef[defName="VFEI2_BlackQueen"]/statBases/ArmorRating_Blunt + + 30 + +
  • + +
  • + Defs/ThingDef[defName="VFEI2_BlackQueen"]/statBases/ArmorRating_Sharp + + 12 + +
  • + +
  • + Defs/ThingDef[defName="VFEI2_BlackQueen"]/tools + + +
  • + + +
  • AA_ExtraDamageMechanoidsClaws
  • + + 37 + 1.48 + HeadClaw + 50 + 30 + +
  • + + +
  • Cut
  • + + 65 + 1.65 + HeadClaw + 5 + 10 + +
  • + + +
  • Blunt
  • + + 34 + 2.64 + HeadAttackTool + 0.2 + 14.4 + + + + + +
  • + Defs/ThingDef[defName="VFEI2_BlackQueen"]/comps + + Defs/ThingDef[defName="VFEI2_BlackQueen"] + + + + +
  • + +
  • + Defs/ThingDef[defName="VFEI2_BlackQueen"]/comps + +
  • + 3000 + true + 400 + 5 + 0.25 +
  • + + + +
    +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackSwarmling.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackSwarmling.xml new file mode 100644 index 0000000000..a3eee9328a --- /dev/null +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackSwarmling.xml @@ -0,0 +1,45 @@ + + + + + +
  • Vanilla Factions Expanded - Insectoids 2
  • +
    + + + + +
  • + Defs/ThingDef[defName="VFEI2_BlackSwarmling"]/statBases/MoveSpeed + + 1.9 + 0.1 + 0.02 + 0.01 + +
  • + +
  • + Defs/ThingDef[defName="VFEI2_BlackSwarmling"]/tools + + +
  • + + +
  • Bite
  • + + 3 + 1.5 + Mouth + 0.1 + 0.25 + + + + + +
    +
    +
    + +
    \ No newline at end of file diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VPE/ThingDefs_Races/Races_BlackQueen.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VPE/ThingDefs_Races/Races_BlackQueen.xml index 616c4a14e0..f742f1f98d 100644 --- a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VPE/ThingDefs_Races/Races_BlackQueen.xml +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VPE/ThingDefs_Races/Races_BlackQueen.xml @@ -48,9 +48,9 @@ 30
  • - + -
  • Cut
  • +
  • AAVPE_InfectedMandibles
  • 65 1.65 @@ -78,7 +78,7 @@ Defs/ThingDef[defName="AAVPE_BlackQueen"] - + diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/DamageDef/AlphaAnimals_CE_Patch_DamageDef.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/DamageDef/AlphaAnimals_CE_Patch_DamageDef.xml index 8569c0e7d9..7e1a404d84 100644 --- a/ModPatches/Alpha Animals/Patches/Alpha Animals/DamageDef/AlphaAnimals_CE_Patch_DamageDef.xml +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/DamageDef/AlphaAnimals_CE_Patch_DamageDef.xml @@ -16,7 +16,8 @@ Defs/DamageDef[defName="AA_ToxicSting" or defName="AA_InfectedClaws" or defName="AA_ToxicBite" or - defName="AA_ToxicBolt"]/additionalHediffs/li[hediff="AA_ToxicBuildup"]/severityPerDamageDealt + defName="AA_ToxicBolt" or + defName="AA_BlackHiveBolt"]/additionalHediffs/li[hediff="AA_ToxicBuildup"]/severityPerDamageDealt 0.01 diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/ThingDefs_Misc/AlphaAnimals_CE_Patch_Projectiles.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/ThingDefs_Misc/AlphaAnimals_CE_Patch_Projectiles.xml index 1b5167e392..fcba9ae43e 100644 --- a/ModPatches/Alpha Animals/Patches/Alpha Animals/ThingDefs_Misc/AlphaAnimals_CE_Patch_Projectiles.xml +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/ThingDefs_Misc/AlphaAnimals_CE_Patch_Projectiles.xml @@ -21,6 +21,7 @@ defName="AA_FrostWeb" or defName="AA_Plasma" or defName="AA_PoisonBolt" or + defName="AA_BlackHiveBolt" or defName="AA_Quill" or defName="AA_RedPoisonBolt" or defName="AA_Web" or @@ -120,6 +121,20 @@ false AA_ToxicBolt + 9 + 25 + 2.3 + 1.5 + + + + + + Defs/ThingDef[defName="AA_BlackHiveBolt"]/projectile + + + false + AA_BlackHiveBolt 10 27 2.5 diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/ThingDefs_Misc/AlphaAnimals_CE_Patch_VerbShootCE.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/ThingDefs_Misc/AlphaAnimals_CE_Patch_VerbShootCE.xml index c4bee251e0..488c07d29c 100644 --- a/ModPatches/Alpha Animals/Patches/Alpha Animals/ThingDefs_Misc/AlphaAnimals_CE_Patch_VerbShootCE.xml +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/ThingDefs_Misc/AlphaAnimals_CE_Patch_VerbShootCE.xml @@ -23,7 +23,7 @@
  • CombatExtended.Verb_ShootCE true - AA_PoisonBolt + AA_BlackHiveBolt 2.4 1 2 @@ -45,7 +45,7 @@
  • CombatExtended.Verb_ShootCE true - AA_PoisonBolt + AA_BlackHiveBolt 1.6 1 2 diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/ThingDefs_Races/AlphaAnimals_CE_Patch_Race_Black_Hive.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/ThingDefs_Races/AlphaAnimals_CE_Patch_Race_Black_Hive.xml index 9f6125c8fd..179426ef88 100644 --- a/ModPatches/Alpha Animals/Patches/Alpha Animals/ThingDefs_Races/AlphaAnimals_CE_Patch_Race_Black_Hive.xml +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/ThingDefs_Races/AlphaAnimals_CE_Patch_Race_Black_Hive.xml @@ -54,7 +54,7 @@
  • -
  • Bite
  • +
  • AA_ExtraDamageMechanoidsBite
  • 9 1.33 @@ -83,7 +83,7 @@ Defs/ThingDef[defName="AA_BlackScarab"] - +
    @@ -164,7 +164,7 @@
  • -
  • Cut
  • +
  • AA_ExtraDamageMechanoidsClaws
  • 22 1.68 @@ -204,7 +204,7 @@ Defs/ThingDef[defName="AA_BlackSpelopede"] - + @@ -285,7 +285,7 @@
  • -
  • Cut
  • +
  • AA_ExtraDamageMechanoidsClaws
  • 44 2.0 @@ -325,7 +325,7 @@ Defs/ThingDef[defName="AA_BlackSpider"] - + diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/ThingDefs_Races/AlphaAnimals_CE_Patch_Race_Mammoth_Worm.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/ThingDefs_Races/AlphaAnimals_CE_Patch_Race_Mammoth_Worm.xml index 7b30f7b79f..152ea22351 100644 --- a/ModPatches/Alpha Animals/Patches/Alpha Animals/ThingDefs_Races/AlphaAnimals_CE_Patch_Race_Mammoth_Worm.xml +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/ThingDefs_Races/AlphaAnimals_CE_Patch_Race_Mammoth_Worm.xml @@ -64,7 +64,7 @@
  • -
  • Stab
  • +
  • AA_ExtraDamageMechanoidsTusk
  • 48 2.68 @@ -81,7 +81,7 @@ Defs/ThingDef[defName="AA_MammothWorm"] - + From ff36aa0e32421ddd0a923cc76a89974393a71c6a Mon Sep 17 00:00:00 2001 From: SamaelGray <56392968+SamaelGray@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:09:01 +0330 Subject: [PATCH 2/7] minor melee attack tweak --- .../AA_VFEI2/ThingDefs_Races/Races_BlackEmpress.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackEmpress.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackEmpress.xml index 6e25e0f4d3..1ef5bce98f 100644 --- a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackEmpress.xml +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackEmpress.xml @@ -42,7 +42,7 @@
  • AA_ExtraDamageMechanoidsClaws
  • 25 - 1.48 + 1.28 HeadClaw 50 30 @@ -53,7 +53,7 @@
  • AA_ExtraDamageMechanoidsClaws
  • 51 - 1.65 + 1.45 HeadClaw 7.5 15 From ae572e07617a43ab154fc12e508e51c1ef3a9498 Mon Sep 17 00:00:00 2001 From: SamaelGray <56392968+SamaelGray@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:43:45 +0330 Subject: [PATCH 3/7] minor fixes --- .../Alpha Animals/AA_VFEI2/AbilityDefs/AbilityDefs_Patch.xml | 4 ++-- .../Alpha Animals/AA_VFEI2/HediffDefs/Hediffs_Patch.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/AbilityDefs/AbilityDefs_Patch.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/AbilityDefs/AbilityDefs_Patch.xml index 1fe8440703..dcd206f652 100644 --- a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/AbilityDefs/AbilityDefs_Patch.xml +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/AbilityDefs/AbilityDefs_Patch.xml @@ -16,7 +16,7 @@ - +
  • Defs/ThingDef[defName="AA_GreaterBlackHiveBolt"]/projectile @@ -31,7 +31,7 @@ AA_FilthSlimyPuke - +
  • diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/HediffDefs/Hediffs_Patch.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/HediffDefs/Hediffs_Patch.xml index 9db2f58f79..237a20d351 100644 --- a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/HediffDefs/Hediffs_Patch.xml +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/HediffDefs/Hediffs_Patch.xml @@ -9,7 +9,7 @@ - +
  • Defs/HediffDef[defName="AA_MechanoidRendingClaws"]/comps/li[@Class="HediffCompProperties_VerbGiver"]/tools @@ -25,7 +25,7 @@
  • -
    +
    From c2b241acd61f56c2e13fd11bea0504ed35c5105d Mon Sep 17 00:00:00 2001 From: n7huntsman Date: Sun, 8 Sep 2024 16:18:19 -0400 Subject: [PATCH 4/7] Correct FindMod name --- .../Alpha Animals/AA_VPE/ThingDefs_Races/Races_BlackQueen.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VPE/ThingDefs_Races/Races_BlackQueen.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VPE/ThingDefs_Races/Races_BlackQueen.xml index f742f1f98d..9b898374f4 100644 --- a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VPE/ThingDefs_Races/Races_BlackQueen.xml +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VPE/ThingDefs_Races/Races_BlackQueen.xml @@ -3,7 +3,7 @@ -
  • Vanilla Psycasts Expanded
  • +
  • Vanilla Factions Expanded - Insectoids 2
  • From d43063a2c25912b7b452391337de33c56d976dcc Mon Sep 17 00:00:00 2001 From: n7huntsman Date: Sun, 8 Sep 2024 16:23:30 -0400 Subject: [PATCH 5/7] Adjust bodyshapes --- .../AA_VFEI2/ThingDefs_Races/Races_BlackEmpress.xml | 9 +++++++++ .../AA_VPE/ThingDefs_Races/Races_BlackQueen.xml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackEmpress.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackEmpress.xml index 1ef5bce98f..32d1040e3e 100644 --- a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackEmpress.xml +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackEmpress.xml @@ -9,6 +9,15 @@ +
  • + Defs/ThingDef[defName="VFEI2_BlackEmpress"] + +
  • + Quadruped +
  • + + +
  • Defs/ThingDef[defName="VFEI2_BlackEmpress"]/statBases diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VPE/ThingDefs_Races/Races_BlackQueen.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VPE/ThingDefs_Races/Races_BlackQueen.xml index 9b898374f4..8e6dfadcca 100644 --- a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VPE/ThingDefs_Races/Races_BlackQueen.xml +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VPE/ThingDefs_Races/Races_BlackQueen.xml @@ -9,6 +9,15 @@ +
  • + Defs/ThingDef[defName="AAVPE_BlackQueen"] + +
  • + Birdlike +
  • + + +
  • Defs/ThingDef[defName="AAVPE_BlackQueen"]/statBases From 0bf88d8f51ea32b8f5d6f5548e882f1998f4b065 Mon Sep 17 00:00:00 2001 From: n7huntsman Date: Sun, 8 Sep 2024 16:23:42 -0400 Subject: [PATCH 6/7] Unrelated mech fix --- .../Recon Mechanoid/Patches/Recon Mechanoid/RangedRecon.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ModPatches/Recon Mechanoid/Patches/Recon Mechanoid/RangedRecon.xml b/ModPatches/Recon Mechanoid/Patches/Recon Mechanoid/RangedRecon.xml index 0f4e8467da..e0468662c7 100644 --- a/ModPatches/Recon Mechanoid/Patches/Recon Mechanoid/RangedRecon.xml +++ b/ModPatches/Recon Mechanoid/Patches/Recon Mechanoid/RangedRecon.xml @@ -84,6 +84,7 @@
  • CE_SMG
  • CE_AI_BROOM
  • +
  • NoSwitch
  • @@ -121,6 +122,9 @@ FALSE Snapshot + +
  • NoSwitch
  • +
    @@ -156,6 +160,7 @@
  • CE_AI_AR
  • +
  • NoSwitch
  • @@ -192,6 +197,7 @@
  • CE_AI_AR
  • +
  • NoSwitch
  • From 365d11cb2212b28c59aec7a5f26f4666e2e81c45 Mon Sep 17 00:00:00 2001 From: n7huntsman Date: Sun, 8 Sep 2024 16:40:47 -0400 Subject: [PATCH 7/7] Missed one --- .../AA_VFEI2/ThingDefs_Races/Races_BlackQueen.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackQueen.xml b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackQueen.xml index 204ae981cb..df86982c29 100644 --- a/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackQueen.xml +++ b/ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackQueen.xml @@ -9,6 +9,15 @@ +
  • + Defs/ThingDef[defName="VFEI2_BlackQueen"] + +
  • + Birdlike +
  • + + +
  • Defs/ThingDef[defName="VFEI2_BlackQueen"]/statBases