diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-11 22:38:35 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-11 22:38:35 -0700 |
commit | 75d7d1dbf39da3efb62ee3b9a4fc1d26cdd4b642 (patch) | |
tree | 6eee235acf0c2f9f2e001a53a38cf569d74c91d5 /json/items/armor | |
parent | Add polo shirt, webbing belt, and police belt. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-75d7d1dbf39da3efb62ee3b9a4fc1d26cdd4b642.tar.xz |
Add windbreaker.
Diffstat (limited to 'json/items/armor')
-rw-r--r-- | json/items/armor/coats.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/json/items/armor/coats.json b/json/items/armor/coats.json index 5b022bb..6a7444f 100644 --- a/json/items/armor/coats.json +++ b/json/items/armor/coats.json @@ -32,6 +32,16 @@ ] }, { + "id": "jacket_windbreaker", + "copy-from": "jacket_windbreaker", + "type": "ARMOR", + "name": { "str": "windbreaker" }, + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 8, 12 ] }, + { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 8, 8 ] } + ] + }, + { "id": "trenchcoat", "copy-from": "trenchcoat", "type": "ARMOR", |