summaryrefslogtreecommitdiff
path: root/json/items/generic/obsolete.json
blob: 00e5a10566298311e70bd962e36988d4e3c3e46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  {
    "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 ]
  }
]