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
|
[
{
"id": "473mm_mold",
"copy-from": "casing",
"looks_like": "5x50_hull",
"type": "GENERIC",
"name": { "str": "4.73x33mm mold" },
"description": "A mold for casting a 4.73x33mm rifle round. This mold is fragile and will not last beyond a single casting.",
"material": "plastic",
"weight": "2 g",
"volume": "10ml",
"charges": 25,
"stack_size": 25
},
{
"id": "000shot_hull",
"type": "GENERIC",
"looks_like": "shot_hull",
"category": "spare_parts",
"name": { "str": "000 shotgun hull" },
"description": "An empty hull from a 000 shotgun shell.",
"weight": "8 g",
"volume": "12ml",
"stackable": true,
"material": "plastic",
"symbol": "=",
"color": "red",
"damage_states": [ 0, 0 ]
}
]
|