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_salvaged.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_salvaged.json')
-rw-r--r-- | power_armor_salvaged.json | 4 |
1 files changed, 2 insertions, 2 deletions
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" ] } } |