diff options
-rw-r--r-- | power_armor_heavy.json | 8 | ||||
-rw-r--r-- | power_armor_light.json | 8 | ||||
-rw-r--r-- | power_armor_medium.json | 8 | ||||
-rw-r--r-- | power_armor_salvaged.json | 4 |
4 files changed, 14 insertions, 14 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": { 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": { 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": { diff --git a/power_armor_salvaged.json b/power_armor_salvaged.json index 74ffddf..6c023d4 100644 --- a/power_armor_salvaged.json +++ b/power_armor_salvaged.json @@ -4,7 +4,7 @@ "copy-from": "depowered_armor", "type": "ARMOR", "category": "clothing", - "name": { "str": "salvaged combat exoskeleton" }, + "name": { "str": "combat exoskeleton Mk II (salvaged)", "str_pl": "combat exoskeleton Mk IIs (salvaged)" }, "weight": "11214 g" }, { @@ -12,7 +12,7 @@ "copy-from": "depowered_helmet", "type": "ARMOR", "category": "clothing", - "name": { "str": "salvaged environmental combat helmet" }, + "name": { "str": "environmental combat helmet Mk II (salvaged)", "str_pl": "environmental combat helmet Mk IIs (salvaged)" }, "weight": "1246 g", "extend": { "flags": [ "SWIM_GOGGLES" ] } } |