summaryrefslogtreecommitdiff
path: root/json/items/generic/casing.json
blob: 84c227e95c6702e13e9e052c24c0b6a7f2bd6037 (plain)
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": "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.",
    "material": "plastic",
    "weight": "2 g",
    "volume": "10ml",
    "charges": 25,
    "stack_size": 25
  },
  { 
    "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.",
    "material": "plastic",
    "weight": "2 g",
    "volume": "10ml",
    "charges": 25,
    "stack_size": 25
  }
]