diff options
Diffstat (limited to 'power_armor_medium.json')
-rw-r--r-- | power_armor_medium.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/power_armor_medium.json b/power_armor_medium.json index 0907816..151be05 100644 --- a/power_armor_medium.json +++ b/power_armor_medium.json @@ -4,7 +4,7 @@ "copy-from": "power_armor_basic", "type": "TOOL_ARMOR", "category": "clothing", - "name": { "str": "combat exoskeleton", "str_pl": "combat exoskeletons" }, + "name": { "str": "combat exoskeleton Mk II", "str_pl": "combat exoskeletons Mk IIs" }, "weight": "36280 g", "extend": { "flags": [ "RAINPROOF" ] } }, @@ -13,7 +13,7 @@ "copy-from": "power_armor_basic_on", "type": "TOOL_ARMOR", "category": "clothing", - "name": { "str": "combat exoskeleton (on)", "str_pl": "combat exoskeletons (on)" }, + "name": { "str": "combat exoskeleton Mk II (on)", "str_pl": "combat exoskeleton Mk IIs (on)" }, "weight": "36280 g", "weight_capacity_bonus": "36280 g" }, @@ -22,7 +22,7 @@ "copy-from": "power_armor_helmet_basic", "type": "TOOL_ARMOR", "category": "clothing", - "name": { "str": "environmental combat helmet", "str_pl": "environmental combat helmet" }, + "name": { "str": "environmental combat helmet Mk II", "str_pl": "environmental combat helmet Mk IIs" }, "weight": "4031 g", "extend": { "flags": [ "RAINPROOF", "SWIM_GOGGLES" ] }, "delete": { "flags": [ "PARTIAL_DEAF" ] } @@ -32,7 +32,7 @@ "copy-from": "power_armor_helmet_basic_on", "type": "TOOL_ARMOR", "category": "clothing", - "name": { "str": "environmental combat helmet (on)", "str_pl": "environmental combat helmet (on)" }, + "name": { "str": "environmental combat helmet Mk II (on)", "str_pl": "environmental combat helmet Mk IIs (on)" }, "weight": "4031 g", "weight_capacity_bonus": "4031 g", "extend": { |