diff options
Diffstat (limited to 'power_armor_light.json')
-rw-r--r-- | power_armor_light.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/power_armor_light.json b/power_armor_light.json index 3ded2e5..0f92dd0 100644 --- a/power_armor_light.json +++ b/power_armor_light.json @@ -4,7 +4,7 @@ "copy-from": "power_armor_light", "type": "TOOL_ARMOR", "category": "clothing", - "name": { "str": "field combat exoskeleton", "str_pl": "field combat exoskeletons" }, + "name": { "str": "combat exoskeleton Mk III", "str_pl": "combat exoskeleton Mk IIIs" }, "weight": "18670 g", "extend": { "flags": [ "RAINPROOF" ] } }, @@ -13,7 +13,7 @@ "copy-from": "power_armor_light_on", "type": "TOOL_ARMOR", "category": "clothing", - "name": { "str": "field combat exoskeleton (on)", "str_pl": "field combat exoskeletons (on)" }, + "name": { "str": "combat exoskeleton Mk III (on)", "str_pl": "combat exoskeleton Mk IIIs (on)" }, "weight": "18670 g", "weight_capacity_bonus": "18670 g" }, @@ -22,7 +22,7 @@ "copy-from": "power_armor_helmet_light", "type": "TOOL_ARMOR", "category": "clothing", - "name": { "str": "light environmental combat helmet", "str_pl": "light environmental combat helmet" }, + "name": { "str": "environmental combat helmet Mk III", "str_pl": "environmental combat helmet Mk IIIs" }, "weight": "2074 g", "extend": { "flags": [ "RAINPROOF", "SWIM_GOGGLES" ] }, "delete": { "flags": [ "PARTIAL_DEAF" ] } @@ -32,7 +32,7 @@ "copy-from": "power_armor_helmet_light_on", "type": "TOOL_ARMOR", "category": "clothing", - "name": { "str": "light environmental combat helmet (on)", "str_pl": "light environmental combat helmet (on)" }, + "name": { "str": "environmental combat helmet Mk III (on)", "str_pl": "environmental combat helmet Mk IIIs (on)" }, "weight": "2074 g", "weight_capacity_bonus": "2074 g", "extend": { |