summaryrefslogtreecommitdiff
path: root/json/items/armor/coats.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 14:40:59 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 14:40:59 -0700
commit657bdd1cc65b70a0ec98ecf923d531bfd17ab0e9 (patch)
tree230a55065d0cd79243c91eebe582063157a42f63 /json/items/armor/coats.json
parentConvert the RX11 and wearable RX12 into actual pieces of clothing that can be... (diff)
downloadcataclysm-bn-mod_armor-rebalance-657bdd1cc65b70a0ec98ecf923d531bfd17ab0e9.tar.xz
Add more items in need of specific coverage. And fix some oversights.
Diffstat (limited to 'json/items/armor/coats.json')
-rw-r--r--json/items/armor/coats.json204
1 files changed, 191 insertions, 13 deletions
diff --git a/json/items/armor/coats.json b/json/items/armor/coats.json
index 8ae1b79..374d4ae 100644
--- a/json/items/armor/coats.json
+++ b/json/items/armor/coats.json
@@ -1,5 +1,17 @@
[
{
+ "id": "bunker_coat",
+ "copy-from": "bunker_coat",
+ "type": "ARMOR",
+ "name": { "str": "turnout coat" },
+ "material": [ "nomex", "kevlar", "nylon" ],
+ "armor_portion_data": [
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 22, 26 ] },
+ { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 22, 22 ] }
+ ],
+ "storage": "7400 ml"
+ },
+ {
"id": "coat_lab",
"copy-from": "coat_lab",
"type": "ARMOR",
@@ -11,6 +23,17 @@
"storage": "4 L"
},
{
+ "id": "coat_rain",
+ "copy-from": "coat_rain",
+ "type": "ARMOR",
+ "name": { "str": "rain coat" },
+ "armor_portion_data": [
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 7, 15 ] },
+ { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 7, 7 ] }
+ ],
+ "storage": "3 L"
+ },
+ {
"id": "coat_winter",
"copy-from": "coat_winter",
"type": "ARMOR",
@@ -19,7 +42,7 @@
{ "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 18, 27 ] },
{ "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 18, 21 ] }
],
- "storage": "4 L"
+ "storage": "4300 ml"
},
{
"id": "duster",
@@ -34,12 +57,24 @@
"storage": "6600 ml"
},
{
+ "id": "duster_fur",
+ "copy-from": "duster_fur",
+ "type": "ARMOR",
+ "name": { "str": "fur duster" },
+ "armor_portion_data": [
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 9, 17 ] },
+ { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 7, 7 ] },
+ { "covers": [ "legs" ], "coverage": 85, "encumbrance": [ 4, 5 ] }
+ ],
+ "storage": "6600 ml"
+ },
+ {
"id": "duster_leather",
"copy-from": "duster_leather",
"type": "ARMOR",
"name": { "str": "leather duster" },
"armor_portion_data": [
- { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 7, 13 ] },
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 8, 15 ] },
{ "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 7, 7 ] },
{ "covers": [ "legs" ], "coverage": 85, "encumbrance": [ 4, 5 ] }
],
@@ -67,7 +102,8 @@
{ "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 11, 20 ] },
{ "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 11, 11 ] },
{ "covers": [ "legs" ], "coverage": 79, "encumbrance": [ 11, 13 ] }
- ]
+ ],
+ "storage": "5300 ml"
},
{
"id": "jacket_army",
@@ -78,10 +114,32 @@
{ "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 7, 15 ] },
{ "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 7, 7 ] }
],
- "storage": "5 L",
+ "storage": "4800 ml",
"//": "Fix incorrect vanilla use of str_sp."
},
{
+ "id": "jacket_evac",
+ "copy-from": "jacket_evac",
+ "type": "ARMOR",
+ "name": { "str": "emergency jacket" },
+ "armor_portion_data": [
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 13, 15 ] },
+ { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 13, 13 ] }
+ ],
+ "storage": "1600 ml"
+ },
+ {
+ "id": "jacket_jean",
+ "copy-from": "jacket_jean",
+ "type": "ARMOR",
+ "name": { "str": "jean jacket" },
+ "armor_portion_data": [
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 9, 11 ] },
+ { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 9, 9 ] }
+ ],
+ "storage": "1600 ml"
+ },
+ {
"id": "jacket_leather",
"copy-from": "jacket_leather",
"type": "ARMOR",
@@ -93,14 +151,26 @@
"storage": "1600 ml"
},
{
+ "id": "jacket_leather_red",
+ "copy-from": "jacket_leather_red",
+ "type": "ARMOR",
+ "name": { "str": "red leather jacket" },
+ "armor_portion_data": [
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 10, 15 ] },
+ { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 10, 10 ] }
+ ],
+ "storage": "1600 ml"
+ },
+ {
"id": "jacket_light",
"copy-from": "jacket_light",
"type": "ARMOR",
"name": { "str": "light jacket" },
"armor_portion_data": [
- { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 6, 8 ] },
- { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 6, 6 ] }
- ]
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 4, 8 ] },
+ { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 4, 4 ] }
+ ],
+ "storage": "1400 ml"
},
{
"id": "jacket_windbreaker",
@@ -108,29 +178,137 @@
"type": "ARMOR",
"name": { "str": "windbreaker" },
"armor_portion_data": [
- { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 8, 12 ] },
- { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 8, 8 ] }
- ]
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 6, 9 ] },
+ { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 6, 7 ] }
+ ],
+ "storage": "2900 ml"
+ },
+ {
+ "id": "peacoat",
+ "copy-from": "peacoat",
+ "type": "ARMOR",
+ "name": { "str": "peacoat" },
+ "armor_portion_data": [
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 10, 20 ] },
+ { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 10, 10 ] }
+ ],
+ "storage": "4600 ml"
+ },
+ {
+ "id": "ski_jacket",
+ "copy-from": "ski_jacket",
+ "type": "ARMOR",
+ "name": { "str": "ski jacket" },
+ "armor_portion_data": [
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 15, 22 ] },
+ { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 15, 15 ] }
+ ],
+ "storage": "3600 ml"
+ },
+ {
+ "id": "sleeveless_duster",
+ "copy-from": "sleeveless_duster",
+ "type": "ARMOR",
+ "name": { "str": "sleeveless duster" },
+ "weight": "2380 g",
+ "armor_portion_data": [
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 7, 12 ] },
+ { "covers": [ "legs" ], "coverage": 85, "encumbrance": [ 4, 5 ] }
+ ],
+ "storage": "6600 ml"
+ },
+ {
+ "id": "sleeveless_duster_fur",
+ "copy-from": "sleeveless_duster_fur",
+ "type": "ARMOR",
+ "name": { "str": "sleeveless fur duster" },
+ "weight": "2007 g",
+ "armor_portion_data": [
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 9, 17 ] },
+ { "covers": [ "legs" ], "coverage": 85, "encumbrance": [ 4, 5 ] }
+ ],
+ "storage": "6600 ml"
+ },
+ {
+ "id": "sleeveless_duster_leather",
+ "copy-from": "sleeveless_duster_leather",
+ "type": "ARMOR",
+ "name": { "str": "sleeveless leather duster" },
+ "weight": "2257 g",
+ "armor_portion_data": [
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 8, 15 ] },
+ { "covers": [ "legs" ], "coverage": 85, "encumbrance": [ 4, 5 ] }
+ ],
+ "storage": "6600 ml"
+ },
+ {
+ "id": "sleeveless_trenchcoat",
+ "copy-from": "sleeveless_trenchcoat",
+ "type": "ARMOR",
+ "name": { "str": "sleeveless trenchcoat" },
+ "weight": "1904 g",
+ "armor_portion_data": [
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 7, 15 ] }
+ ],
+ "storage": "6 L"
+ },
+ {
+ "id": "sleeveless_trenchcoat_fur",
+ "copy-from": "sleeveless_trenchcoat_fur",
+ "type": "ARMOR",
+ "name": { "str": "sleeveless fur trenchcoat" },
+ "weight": "1487 g",
+ "armor_portion_data": [
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 9, 19 ] }
+ ],
+ "storage": "6 L"
+ },
+ {
+ "id": "sleeveless_trenchcoat_leather",
+ "copy-from": "sleeveless_trenchcoat_leather",
+ "type": "ARMOR",
+ "name": { "str": "sleeveless leather trenchcoat" },
+ "weight": "1672 g",
+ "armor_portion_data": [
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 9, 19 ] }
+ ],
+ "storage": "6 L"
},
{
"id": "trenchcoat",
"copy-from": "trenchcoat",
"type": "ARMOR",
"name": { "str": "trenchcoat" },
+ "weight": "2240 g",
"armor_portion_data": [
{ "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 7, 15 ] },
{ "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 7, 7 ] }
- ]
+ ],
+ "storage": "6 L"
+ },
+ {
+ "id": "trenchcoat_fur",
+ "copy-from": "trenchcoat_fur",
+ "type": "ARMOR",
+ "name": { "str": "fur trenchcoat" },
+ "weight": "1750 g",
+ "armor_portion_data": [
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 9, 19 ] },
+ { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 9, 9 ] }
+ ],
+ "storage": "6 L"
},
{
"id": "trenchcoat_leather",
"copy-from": "trenchcoat_leather",
"type": "ARMOR",
"name": { "str": "leather trenchcoat" },
+ "weight": "1967 g",
"armor_portion_data": [
{ "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 8, 17 ] },
{ "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 8, 8 ] }
- ]
+ ],
+ "storage": "6 L"
},
{
"id": "trenchcoat_survivor",
@@ -153,6 +331,6 @@
{ "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 10, 20 ] },
{ "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 10, 10 ] }
],
- "storage": "5 L"
+ "storage": "4600 ml"
}
]