forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathother.json
33 lines (33 loc) · 897 Bytes
/
other.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
29
30
31
32
33
[
{
"id": "claybomb_hull",
"type": "GENERIC",
"category": "container",
"name": { "str": "clay fire bomb hull" },
"looks_like": "bottle_plastic",
"description": "A round fragile clay vessel with a leather lid, intended to be filled with some sort of burning mixture, lit and thrown.",
"weight": "370 g",
"volume": "903 ml",
"longest_side": "12 cm",
"price": 0,
"price_postapoc": 10,
"to_hit": -1,
"bashing": 2,
"material": [ "clay" ],
"symbol": ")",
"color": "cyan",
"pocket_data": [
{
"pocket_type": "CONTAINER",
"watertight": true,
"rigid": true,
"max_contains_volume": "750 ml",
"max_item_volume": "17 ml",
"max_contains_weight": "3 kg",
"moves": 400
}
],
"qualities": [ [ "BOIL", 2 ], [ "CONTAIN", 1 ] ],
"flags": [ "COLLAPSE_CONTENTS" ]
}
]