From af2a3c6863250f92f426dae9cee7919d84fce991 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 11 Mar 2024 21:53:20 -0700 Subject: Initial commit. --- json/items/armor/suits_protection.json | 93 ++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 json/items/armor/suits_protection.json (limited to 'json/items/armor/suits_protection.json') diff --git a/json/items/armor/suits_protection.json b/json/items/armor/suits_protection.json new file mode 100644 index 0000000..81655f2 --- /dev/null +++ b/json/items/armor/suits_protection.json @@ -0,0 +1,93 @@ +[ + { + "id": "lsurvivor_suit", + "copy-from": "lsurvivor_suit", + "type": "ARMOR", + "name": { "str": "light survivor suit" }, + "material": [ "kevlar", "cotton" ], + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 7, 15 ] }, + { "covers": [ "legs" ], "coverage": 100, "encumbrance": [ 7, 10 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 7, 7 ] } + ], + "storage": "7 L", + "//": "Reduced the carrying volume from 7.5 to 7 litres." + }, + { + "id": "survivor_suit", + "copy-from": "survivor_suit", + "type": "ARMOR", + "name": { "str": "survivor suit" }, + "material": [ "kevlar", "leather" ], + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 12, 20 ] }, + { "covers": [ "legs" ], "coverage": 100, "encumbrance": [ 12, 17 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 12, 12 ] } + ] + }, + { + "id": "hsurvivor_suit", + "copy-from": "hsurvivor_suit", + "type": "ARMOR", + "name": { "str": "heavy survivor suit" }, + "material": [ "kevlar", "steel", "leather" ], + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 17, 31 ] }, + { "covers": [ "legs" ], "coverage": 100, "encumbrance": [ 17, 21 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 17, 17 ] } + ] + }, + { + "id": "sasurvivor_suit", + "copy-from": "sasurvivor_suit", + "type": "ARMOR", + "name": { "str": "superalloy survivor suit" }, + "material": [ "kevlar", "superalloy", "leather" ], + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 15, 25 ] }, + { "covers": [ "legs" ], "coverage": 100, "encumbrance": [ 15, 20 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 15, 15 ] } + ] + }, + { + "id": "wsurvivor_suit", + "copy-from": "wsurvivor_suit", + "type": "ARMOR", + "name": { "str": "winter survivor suit" }, + "material": [ "kevlar", "fur" ], + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 17, 31 ] }, + { "covers": [ "legs" ], "coverage": 100, "encumbrance": [ 17, 21 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 17, 17 ] } + ] + }, + { + "id": "armor_riot", + "copy-from": "armor_riot", + "type": "ARMOR", + "name": { "str": "riot armor" }, + "description": "A full suit of black plastic body armor plates used by riot police. Cleverly placed velcro straps secure each piece, resulting in slightly less encumbrance then its constituent parts. The word POLICE is emblazoned across the front.", + "weight": "3000 g", + "volume": "12500 ml", + "material": [ "plastic" ], + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 85, "encumbrance": 6 }, + { "covers": [ "legs", "arms" ], "coverage": 75, "encumbrance": 4 }, + { "covers": [ "feet" ], "coverage": 75, "encumbrance": 2 } + ], + "flags": [ "STURDY", "BELTED", "WATER_FRIENDLY" ], + "//": "Rebalance this based on dda's concept of it being a strapped on set of armor pads. Essentially a step up in quality from the individual hard plastic armor pieces." + }, + { + "id": "armor_larmor", + "copy-from": "armor_larmor", + "type": "ARMOR", + "name": { "str": "leather body armor" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 95, "encumbrance": [ 16, 16 ] }, + { "covers": [ "arms" ], "coverage": 90, "encumbrance": [ 14, 14 ] }, + { "covers": [ "legs" ], "coverage": 85, "encumbrance": [ 14, 14 ] } + ] + } + +] -- cgit v1.2.1