diff options
Diffstat (limited to 'power_armor_heavy.json')
-rw-r--r-- | power_armor_heavy.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/power_armor_heavy.json b/power_armor_heavy.json index 1cf5752..a1e8441 100644 --- a/power_armor_heavy.json +++ b/power_armor_heavy.json @@ -4,7 +4,7 @@ "copy-from": "power_armor_heavy", "type": "TOOL_ARMOR", "category": "clothing", - "name": { "str": "heavy combat exoskeleton", "str_pl": "heavy combat exoskeletons" }, + "name": { "str": "combat exoskeleton Mk I", "str_pl": "combat exoskeleton Mk Is" }, "weight": "54420 g", "extend": { "flags": [ "RAINPROOF" ] } }, @@ -13,7 +13,7 @@ "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": "combat exoskeleton Mk I (on)", "str_pl": "combat exoskeleton Mk Is (on)" }, "weight": "54420 g", "weight_capacity_bonus": "54420 g" }, @@ -22,7 +22,7 @@ "copy-from": "power_armor_helmet_heavy", "type": "TOOL_ARMOR", "category": "clothing", - "name": { "str": "heavy environmental combat helmet", "str_pl": "heavy environmental combat helmet" }, + "name": { "str": "environmental combat helmet Mk I", "str_pl": "environmental combat helmet Mk Is" }, "weight": "6046 g", "extend": { "flags": [ "RAINPROOF", "SWIM_GOGGLES" ] }, "delete": { "flags": [ "PARTIAL_DEAF" ] } @@ -32,7 +32,7 @@ "copy-from": "power_armor_helmet_heavy_on", "type": "TOOL_ARMOR", "category": "clothing", - "name": { "str": "heavy environmental combat helmet (on)", "str_pl": "heavy environmental combat helmet (on)" }, + "name": { "str": "environmental combat helmet Mk I (on)", "str_pl": "environmental combat helmet Mk Is (on)" }, "weight": "6046 g", "weight_capacity_bonus": "6046 g", "extend": { |