From 65853ce1a46e237b1282270069fdc058fc21b749 Mon Sep 17 00:00:00 2001 From: RickGrymes <81042907+RickGrymes@users.noreply.github.com> Date: Sat, 11 Jul 2026 23:14:03 -0500 Subject: [PATCH] Boost power armor carry capacity Add a `CarryingCapacity` equipped stat offset to the power armor ThingDef so wearing the suit increases how much a pawn can carry. --- 1.6/Defs/ThingDefs_Apparel/ThingDefs_Power_Armor.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/1.6/Defs/ThingDefs_Apparel/ThingDefs_Power_Armor.xml b/1.6/Defs/ThingDefs_Apparel/ThingDefs_Power_Armor.xml index e43b223..aa8dcf6 100644 --- a/1.6/Defs/ThingDefs_Apparel/ThingDefs_Power_Armor.xml +++ b/1.6/Defs/ThingDefs_Apparel/ThingDefs_Power_Armor.xml @@ -116,6 +116,9 @@ 0 3.5 + + 100 +
  • Hands