diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-13 01:44:28 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-13 01:44:28 -0800 |
commit | 7b64083a19820174f92a5f078c657f614c7a833d (patch) | |
tree | 1e13b47ab766ad5af6b8d8bbaa84fe03e1752022 /json/items/armor | |
parent | Updated to use BN depends. (diff) | |
download | cataclysm-bn-mod_mbr-vests-return-7b64083a19820174f92a5f078c657f614c7a833d.tar.xz |
Revert removal of the dragonskin vest.
-With the latest rebalance it is no longer terrible.
Tweak the dragonskin vest slightly.
Diffstat (limited to 'json/items/armor')
-rw-r--r-- | json/items/armor/ballistic_armor.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/json/items/armor/ballistic_armor.json b/json/items/armor/ballistic_armor.json new file mode 100644 index 0000000..fcd6fad --- /dev/null +++ b/json/items/armor/ballistic_armor.json @@ -0,0 +1,17 @@ +[ + { + "id": "dragonskin", + "copy-from": "dragonskin", + "type": "ARMOR", + "name": { "str": "dragon skin vest" }, + "encumbrance": 10 + }, + { + "id": "dragonskinempty", + "copy-from": "dragonskinempty", + "type": "ARMOR", + "name": { "str": "dragonskin vest (empty)", "str_pl": "dragonskin vests (empty)" }, + "description": "A lamellar Kevlar vest, there are intricately cut voids usually filled with stitched in ceramic disks, you could repair the stitching if needed.", + "flags": [ "STURDY", "OUTER" ] + } +] |