summaryrefslogtreecommitdiff
path: root/json/items/armor/coats.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/armor/coats.json')
-rw-r--r--json/items/armor/coats.json55
1 files changed, 53 insertions, 2 deletions
diff --git a/json/items/armor/coats.json b/json/items/armor/coats.json
index d59199b..14f23b1 100644
--- a/json/items/armor/coats.json
+++ b/json/items/armor/coats.json
@@ -324,13 +324,64 @@
},
{
"id": "winter_jacket_army",
- "copy-from": "winter_jacket_army",
+ "repairs_like": "trenchcoat",
"type": "ARMOR",
"name": { "str": "army winter jacket" },
+ "description": "A tough hooded jacket with lots of pockets, thickly padded for warmth. Favored by the military.",
+ "weight": "1000 g",
+ "volume": "3 L",
+ "price": "4375 cent",
+ "price_postapoc": "750 cent",
+ "material": [ "cotton", "plastic" ],
+ "symbol": "[",
+ "looks_like": "coat_winter",
+ "color": "white",
"armor_portion_data": [
{ "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 10, 20 ] },
{ "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 10, 10 ] }
],
- "storage": "4800 ml"
+ "storage": "4800 ml",
+ "warmth": 50,
+ "material_thickness": 3,
+ "valid_mods": [ "steel_padded", "alloy_padded" ],
+ "flags": [ "VARSIZE", "POCKETS", "HOOD", "OUTER", "WATERPROOF" ],
+ "use_action": {
+ "type": "transform",
+ "msg": "You unpack the %s hood.",
+ "target": "winter_jacket_army_hood",
+ "menu_text": "Unpack hood"
+ }
+ },
+ {
+ "id": "winter_jacket_army_hood",
+ "repairs_like": "trenchcoat",
+ "type": "ARMOR",
+ "name": { "str": "army winter jacket (with hood)" },
+ "description": "A tough hooded jacket with lots of pockets, thickly padded for warmth. Favored by the military.",
+ "weight": "1000 g",
+ "volume": "3 L",
+ "price": "4375 cent",
+ "price_postapoc": "750 cent",
+ "material": [ "cotton", "plastic" ],
+ "symbol": "[",
+ "looks_like": "winter_jacket_army",
+ "color": "white",
+ "armor_portion_data": [
+ { "covers": [ "head" ], "coverage": 100, "encumbrance": [ 10, 10 ] },
+ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 10, 20 ] },
+ { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 10, 10 ] }
+ ],
+ "storage": "4800 ml",
+ "warmth": 50,
+ "material_thickness": 3,
+ "valid_mods": [ "steel_padded", "alloy_padded" ],
+ "flags": [ "VARSIZE", "POCKETS", "OUTER", "WATERPROOF" ],
+ "use_action": {
+ "type": "transform",
+ "msg": "You pack the %s hood.",
+ "target": "winter_jacket_army",
+ "menu_text": "Pack hood"
+ },
+ "//": "Entirely overwrite to allow a transformation. Workaround as armor_portion_data cannot be modified in a copy_from."
}
]