diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-01-07 20:36:03 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-01-07 20:36:03 -0800 |
commit | e0decf553254140f900d5dde6a9a1a463a8cd7bf (patch) | |
tree | ec9351fc6583b47bfc5bc3a5cc40e7bec2360e75 /power_armor_heavy.json | |
parent | Update the name of the chest rig to magazine carrier. (diff) | |
download | cataclysm-bn-mod_usable-power-armor-e0decf553254140f900d5dde6a9a1a463a8cd7bf.tar.xz |
Adjust naming scheme to use Mk I, Mk II, Mk III.
Also fixes helmets missing a plural.
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": { |