diff options
Diffstat (limited to 'power_armor_heavy.json')
-rw-r--r-- | power_armor_heavy.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/power_armor_heavy.json b/power_armor_heavy.json index 26e00a9..80323dd 100644 --- a/power_armor_heavy.json +++ b/power_armor_heavy.json @@ -4,14 +4,16 @@ "copy-from": "power_armor_heavy", "type": "TOOL_ARMOR", "category": "clothing", - "name": { "str": "heavy combat exoskeleton", "str_pl": "heavy combat exoskeletons" } + "name": { "str": "heavy combat exoskeleton", "str_pl": "heavy combat exoskeletons" }, + "weight": "75420 g" }, { "id": "power_armor_heavy_on", "copy-from": "power_armor_heavy_on", "type": "TOOL_ARMOR", "category": "clothing", - "name": { "str": "heavy combat exoskeleton (on)", "str_pl": "heavy combat exoskeletons (on)" } + "name": { "str": "heavy combat exoskeleton (on)", "str_pl": "heavy combat exoskeletons (on)" }, + "weight_capacity_bonus": "75420 g" }, { "id": "power_armor_helmet_heavy", @@ -19,6 +21,7 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "heavy environmental combat helmet", "str_pl": "heavy environmental combat helmet" }, + "weight": "7542 g", "flags": [ "USE_UPS", "NAT_UPS", @@ -35,6 +38,7 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "heavy environmental combat helmet (on)", "str_pl": "heavy environmental combat helmet (on)" }, + "weight_capacity_bonus": "7542 g", "flags": [ "USE_UPS", "NAT_UPS", |