diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 21:07:37 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 21:07:37 -0700 |
commit | 8654e76b2831112f2b24e8f85b2bd58ea7e01506 (patch) | |
tree | 934e6471136df2a6b5042bb6cda3a2b55799a98e /json/items/armor/undergarments.json | |
parent | Fix lab coat and army winter coat storage. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-8654e76b2831112f2b24e8f85b2bd58ea7e01506.tar.xz |
Add and fix many vanilla items.
Also port the garter belt and garter knife sheath from dda.
Diffstat (limited to 'json/items/armor/undergarments.json')
-rw-r--r-- | json/items/armor/undergarments.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/json/items/armor/undergarments.json b/json/items/armor/undergarments.json new file mode 100644 index 0000000..6b69d01 --- /dev/null +++ b/json/items/armor/undergarments.json @@ -0,0 +1,21 @@ +[ + { + "id": "garter_belt", + "type": "ARMOR", + "name": { "str": "garter belt" }, + "description": "A black, decorated undergarment commonly used in combination with stockings. They don't cover much, but they do help you feel sexy.", + "weight": "80 g", + "volume": "200 ml", + "looks_like": "panties", + "price": 500, + "price_postapoc": 250, + "material": [ "nylon" ], + "symbol": "[", + "color": "dark_gray", + "material_thickness": 1, + "flags": [ "SKINTIGHT", "VARSIZE", "POWERARMOR_COMPATIBLE" ], + "armor_portion_data": [ + { "covers": [ "torso" ], "coverage": 10, "encumbrance": 1 } + ] + } +] |