diff options
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 } + ] + } +] |