-
Notifications
You must be signed in to change notification settings - Fork 3
/
items.json
28 lines (28 loc) · 859 Bytes
/
items.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[
{
"id": "jug_cooler",
"type": "GENERIC",
"category": "container",
"name": { "str": "water cooler jug" },
"looks_like": "bottle_plastic",
"description": "A sizeable blue plastic jug meant to hold and supply water in a water cooler or similar dispenser. Holds a lot of liquid, but unfortunately it doesn't come with a cap, making it hard to carry around when full.",
"weight": "3740 g",
"volume": "20000 ml",
"price": 0,
"price_postapoc": 10,
"to_hit": 1,
"material": [ "plastic" ],
"symbol": ")",
"color": "light_cyan",
"pocket_data": [
{
"pocket_type": "CONTAINER",
"rigid": true,
"watertight": true,
"max_contains_volume": "19000 ml",
"max_item_volume": "32 ml",
"max_contains_weight": "50 kg"
}
]
}
]