diff options
Diffstat (limited to 'json/items/armor/torso_armor.json')
-rw-r--r-- | json/items/armor/torso_armor.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/json/items/armor/torso_armor.json b/json/items/armor/torso_armor.json index 6b2824f..6033ca2 100644 --- a/json/items/armor/torso_armor.json +++ b/json/items/armor/torso_armor.json @@ -7,5 +7,60 @@ "material_thickness": 4, "encumbrance": 4, "//": "Buff this to be as durable as the other hard plastic armor pieces." + }, + { + "id": "jacket_leather_mod", + "copy-from": "jacket_leather_mod", + "type": "ARMOR", + "name": { "str": "armored leather jacket" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 20, 28 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 22, 22 ] } + ], + "storage": "1200 ml" + }, + { + "id": "football_armor", + "copy-from": "football_armor", + "type": "ARMOR", + "name": { "str": "football armor" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 45, "encumbrance": 5 }, + { "covers": [ "arms" ], "coverage": 15, "encumbrance": 4 } + ] + }, + { + "id": "kevlar", + "copy-from": "kevlar", + "type": "ARMOR", + "name": { "str": "Kevlar vest" }, + "description": "A lightweight level II ballistic vest, suitable for wearing under a coat or other outer wear.", + "weight": "1960 g", + "volume": "4 L", + "coverage": 90, + "encumbrance": 3 + }, + { + "id": "motorbike_armor", + "copy-from": "motorbike_armor", + "type": "ARMOR", + "name": { "str": "motorcycle armor" }, + "description": "A light jacket made of a stretch mesh covered in plastic pads meant for motorcyclists. Made to be much more comfortable to wear than leather alternatives, but the underlying lycra isn't protective at all.", + "weight": "1066 g", + "volume": "2 L", + "material": [ "plastic", "nylon" ], + "coverage": 100, + "encumbrance": 10, + "flags": [ "VARSIZE", "WATERPROOF", "OUTER" ] + }, + { + "id": "vest_leather_mod", + "copy-from": "vest_leather_mod", + "type": "ARMOR", + "name": { "str": "armored leather vest" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 90, "encumbrance": [ 15, 25 ] } + ], + "storage": "1900 ml" } ] |