summaryrefslogtreecommitdiff
path: root/json/items/armor/suits_protection.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/armor/suits_protection.json')
-rw-r--r--json/items/armor/suits_protection.json99
1 files changed, 49 insertions, 50 deletions
diff --git a/json/items/armor/suits_protection.json b/json/items/armor/suits_protection.json
index 81655f2..a28800c 100644
--- a/json/items/armor/suits_protection.json
+++ b/json/items/armor/suits_protection.json
@@ -1,31 +1,33 @@
[
- {
- "id": "lsurvivor_suit",
- "copy-from": "lsurvivor_suit",
+ {
+ "id": "armor_larmor",
+ "copy-from": "armor_larmor",
"type": "ARMOR",
- "name": { "str": "light survivor suit" },
- "material": [ "kevlar", "cotton" ],
+ "name": { "str": "leather body armor" },
"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."
+ { "covers": [ "torso" ], "coverage": 95, "encumbrance": [ 16, 16 ] },
+ { "covers": [ "arms" ], "coverage": 90, "encumbrance": [ 14, 14 ] },
+ { "covers": [ "legs" ], "coverage": 85, "encumbrance": [ 14, 14 ] }
+ ]
},
- {
- "id": "survivor_suit",
- "copy-from": "survivor_suit",
+ {
+ "id": "armor_riot",
+ "copy-from": "armor_riot",
"type": "ARMOR",
- "name": { "str": "survivor suit" },
- "material": [ "kevlar", "leather" ],
+ "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": 100, "encumbrance": [ 12, 20 ] },
- { "covers": [ "legs" ], "coverage": 100, "encumbrance": [ 12, 17 ] },
- { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 12, 12 ] }
- ]
+ { "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": "hsurvivor_suit",
"copy-from": "hsurvivor_suit",
"type": "ARMOR",
@@ -50,44 +52,41 @@
]
},
{
- "id": "wsurvivor_suit",
- "copy-from": "wsurvivor_suit",
+ "id": "lsurvivor_suit",
+ "copy-from": "lsurvivor_suit",
"type": "ARMOR",
- "name": { "str": "winter survivor suit" },
- "material": [ "kevlar", "fur" ],
+ "name": { "str": "light survivor suit" },
+ "material": [ "kevlar", "cotton" ],
"armor_portion_data": [
- { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 17, 31 ] },
- { "covers": [ "legs" ], "coverage": 100, "encumbrance": [ 17, 21 ] },
- { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 17, 17 ] }
- ]
+ { "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": "armor_riot",
- "copy-from": "armor_riot",
+ {
+ "id": "survivor_suit",
+ "copy-from": "survivor_suit",
"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" ],
+ "name": { "str": "survivor suit" },
+ "material": [ "kevlar", "leather" ],
"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."
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 12, 20 ] },
+ { "covers": [ "legs" ], "coverage": 100, "encumbrance": [ 12, 17 ] },
+ { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 12, 12 ] }
+ ]
},
{
- "id": "armor_larmor",
- "copy-from": "armor_larmor",
+ "id": "wsurvivor_suit",
+ "copy-from": "wsurvivor_suit",
"type": "ARMOR",
- "name": { "str": "leather body armor" },
+ "name": { "str": "winter survivor suit" },
+ "material": [ "kevlar", "fur" ],
"armor_portion_data": [
- { "covers": [ "torso" ], "coverage": 95, "encumbrance": [ 16, 16 ] },
- { "covers": [ "arms" ], "coverage": 90, "encumbrance": [ 14, 14 ] },
- { "covers": [ "legs" ], "coverage": 85, "encumbrance": [ 14, 14 ] }
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 17, 31 ] },
+ { "covers": [ "legs" ], "coverage": 100, "encumbrance": [ 17, 21 ] },
+ { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 17, 17 ] }
]
}
-
]