summaryrefslogtreecommitdiff
path: root/json/items/generic/casing.json
blob: 36976a2c87612fe6237c47232c81c3cb82a01993 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  { 
    "id": "8mm_mold",
    "copy-from": "casing",
    "looks_like": "5x50_hull",
    "type": "GENERIC",
    "name": { "str": "8x40mm mold" },
    "description": "A mold for casting a 8x40mm rifle round. This mold is fragile and will not last beyond a single casting.",
    "weight": "6 g",
    "volume": "9ml"
  },
  { 
    "id": "20x66_mold",
    "copy-from": "casing",
    "looks_like": "5x50_hull",
    "type": "GENERIC",
    "name": { "str": "20x66m mold" },
    "description": "A mold for casting a 20x66mm shotgun round. This mold is fragile and will not last beyond a single casting.",
    "weight": "6 g",
    "volume": "9ml"
  }
]