From fa25e73ceccf31a8d6020d4a6982f33d8fabba65 Mon Sep 17 00:00:00 2001
From: RickGrymes <81042907+RickGrymes@users.noreply.github.com>
Date: Sun, 4 Jan 2026 15:42:50 -0600
Subject: [PATCH] Add Wastelander and Scavenger trader pawn kinds
Introduces new PawnKindDefs for Wastelander Trader and Scavenger Trader, updates faction and caravan trader lists to use these new pawn kinds, and adjusts backstory filters for trader roles. This enhances trader variety and improves consistency in trader definitions for Wastelander factions.
---
.../FactionDefs/FCP_Wastelander_Factions.xml | 5 +-
1.6/Defs/PawnkindDefs/PawnkindDefs.xml | 80 ++++++++++++++++++-
2 files changed, 82 insertions(+), 3 deletions(-)
diff --git a/1.6/Defs/FactionDefs/FCP_Wastelander_Factions.xml b/1.6/Defs/FactionDefs/FCP_Wastelander_Factions.xml
index d6a957b..1396601 100644
--- a/1.6/Defs/FactionDefs/FCP_Wastelander_Factions.xml
+++ b/1.6/Defs/FactionDefs/FCP_Wastelander_Factions.xml
@@ -38,6 +38,7 @@
+ FCP_Caravan_Power_Armor_Trader
Caravan_Outlander_BulkGoods
Caravan_Outlander_CombatSupplier
@@ -74,7 +75,7 @@
Trader
- 1
+ 1
6
@@ -167,7 +168,7 @@
Trader
- 1
+ 1
6
diff --git a/1.6/Defs/PawnkindDefs/PawnkindDefs.xml b/1.6/Defs/PawnkindDefs/PawnkindDefs.xml
index a97a63c..0c59b50 100644
--- a/1.6/Defs/PawnkindDefs/PawnkindDefs.xml
+++ b/1.6/Defs/PawnkindDefs/PawnkindDefs.xml
@@ -42,7 +42,7 @@
FCP_Backstory_Wastelander_Child
- FCP_Backstory_Wastelander_Caravan_Guard
+ FCP_Backstory_Wastelander
@@ -387,4 +387,82 @@
Adult
+
+
+
+ FCP_Pawnkind_Wastelander_Trader
+
+ true
+ 30
+ Poor
+ 0.5~1.8
+ 600~1000
+ 600
+
+ Gun
+ FCP_Pipe_Weapons
+ FCP_Pistol
+
+ 50~50
+
+ Poor
+
+ 0.03
+ 1~3
+ 15~24
+
+
+
+ FCP_Backstory_Wastelander_Child
+
+
+ FCP_Backstory_Wastelander
+
+
+
+
+
+
+
+
+ FCP_Pawnkind_Scavenger_Trader
+
+ true
+ 45
+ Poor
+ 0.4~1.5
+ 400~800
+ 500
+
+ Gun
+ FCP_Pipe_Weapons
+ FCP_Pistol
+ FCP_SMG
+ FCP_Shotgun
+ FCP_Melee_Blunt
+ FCP_Melee_Bladed
+
+
+ Violent
+
+ 50~50
+
+ Poor
+
+ 0.02
+ 1~3
+ 10~20
+
+
+
+ FCP_Backstory_Wastelander_Child
+
+
+ FCP_Backstory_Wastelander
+
+
+
+ Adult
+
+
\ No newline at end of file