mirror of
https://github.com/FalloutCollaborationProject/FCP-Power-Armor.git
synced 2026-07-27 17:03:15 -07:00
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.
This commit is contained in:
@@ -116,6 +116,9 @@
|
||||
<Insulation_Heat>0</Insulation_Heat>
|
||||
<EquipDelay>3.5</EquipDelay>
|
||||
</statBases>
|
||||
<equippedStatOffsets>
|
||||
<CarryingCapacity>100</CarryingCapacity>
|
||||
</equippedStatOffsets>
|
||||
<apparel>
|
||||
<bodyPartGroups Inherit="False">
|
||||
<li>Hands</li>
|
||||
|
||||
Reference in New Issue
Block a user