From 817089b43cb217e1690bfdd9ae52aa0b9042bd55 Mon Sep 17 00:00:00 2001 From: RickGrymes <81042907+RickGrymes@users.noreply.github.com> Date: Wed, 7 Jan 2026 04:26:51 -0600 Subject: [PATCH] Add Wastelanders support and update trader backstories Added backstory filters for Power Armor Trader pawns to include Wastelander backgrounds. Updated Power Armor Station to use a specific jet pack apparel layer. Declared load order dependency on Rick.FCP.Wastelanders in About.xml. --- .../PawnKindDefs/PawnKindDefs_Power_Armor_Trader.xml | 10 ++++++++++ .../ThingDefs_PowerArmorStation.xml | 4 ++-- About/About.xml | 1 + 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/1.6/Defs/PawnKindDefs/PawnKindDefs_Power_Armor_Trader.xml b/1.6/Defs/PawnKindDefs/PawnKindDefs_Power_Armor_Trader.xml index 91c674a..5e11cc8 100644 --- a/1.6/Defs/PawnKindDefs/PawnKindDefs_Power_Armor_Trader.xml +++ b/1.6/Defs/PawnKindDefs/PawnKindDefs_Power_Armor_Trader.xml @@ -20,6 +20,16 @@ 0.1 1~3 10~17 + +
  • + +
  • FCP_Backstory_Wastelander_Child
  • + + +
  • FCP_Backstory_Wastelanders
  • +
    + +
    diff --git a/1.6/Defs/ThingDefs_Buildings/ThingDefs_PowerArmorStation.xml b/1.6/Defs/ThingDefs_Buildings/ThingDefs_PowerArmorStation.xml index 4227fec..12cee03 100644 --- a/1.6/Defs/ThingDefs_Buildings/ThingDefs_PowerArmorStation.xml +++ b/1.6/Defs/ThingDefs_Buildings/ThingDefs_PowerArmorStation.xml @@ -39,10 +39,10 @@
  • FCP_Apparel_Layer_Power_Armor_Frame
  • Overhead
  • Shell
  • -
  • PackJump
  • +
  • FCP_Apparel_Layer_Power_Armor_Jet_Pack
  • - + \ No newline at end of file diff --git a/About/About.xml b/About/About.xml index dddc9a9..9b81f81 100644 --- a/About/About.xml +++ b/About/About.xml @@ -19,6 +19,7 @@
  • Rick.FCP.Core.Tools
  • +
  • Rick.FCP.Wastelanders
  • \ No newline at end of file