diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-11 02:50:31 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-11 02:50:31 -0700 | 
| commit | d625b7192101cf35b87a2c59ee18463cb6592c0a (patch) | |
| tree | 33006d023431e8f3d6813d6900bd7b2129a90f8f | |
| parent | Port to bright nights (diff) | |
| download | cataclysm-bn-mod_mbr-vests-return-d625b7192101cf35b87a2c59ee18463cb6592c0a.tar.xz | |
Add names else errors occur
| -rw-r--r-- | json/items/armor/modularvest.json | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/json/items/armor/modularvest.json b/json/items/armor/modularvest.json index e5e119e..950687c 100644 --- a/json/items/armor/modularvest.json +++ b/json/items/armor/modularvest.json @@ -4,6 +4,7 @@      "type": "ARMOR",      "copy-from": "modularvest",      "category": "armor", +    "name": { "str": "MBR vest (empty)", "str_pl": "MBR vests (empty)" },      "encumbrance": 8    },    { @@ -11,6 +12,7 @@      "type": "ARMOR",      "copy-from": "modularvestceramic",      "category": "armor", +    "name": { "str": "MBR vest (ceramic plates)", "str_pl": "MBR vests (ceramic plates)" },      "encumbrance": 10    },    { @@ -18,6 +20,7 @@      "type": "ARMOR",      "copy-from": "modularvesthard",      "category": "armor", +    "name": { "str": "MBR vest (hard plates)", "str_pl": "MBR vests (hard plates)" },      "encumbrance": 20    },    { @@ -25,6 +28,7 @@      "type": "ARMOR",      "copy-from": "modularveststeel",      "category": "armor", +    "name": { "str": "MBR vest (steel plating)", "str_pl": "MBR vests (steel plating)" },      "encumbrance": 20    },    { @@ -32,6 +36,7 @@      "type": "ARMOR",      "copy-from": "modularvestsuper",      "category": "armor", +    "name": { "str": "MBR vest (superalloy)", "str_pl": "MBR vests (superalloy)" },      "encumbrance": 10,      "material_thickness": 10    }  | 
