1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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": "5 USD",
"price_postapoc": "250 cent",
"material": [ "nylon" ],
"symbol": "[",
"color": "dark_gray",
"material_thickness": 1,
"flags": [ "SKINTIGHT", "VARSIZE", "POWERARMOR_COMPATIBLE" ],
"armor_portion_data": [
{ "covers": [ "torso" ], "coverage": 10, "encumbrance": 1 }
]
}
]
|