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
|
[
{
"id": "saiga10mag",
"copy-from": "saiga10mag",
"type": "MAGAZINE",
"name": { "str": "Saiga-12 10-round magazine" },
"//": "Rename using name-size schema since there are multiple sizes."
},
{
"id": "saiga30mag",
"copy-from": "saiga30mag",
"type": "MAGAZINE",
"name": { "str": "Saiga-12 30-round magazine" },
"//": "Rename using name-size schema since there are multiple sizes."
},
{
"id": "USAS10mag",
"copy-from": "USAS10mag",
"type": "MAGAZINE",
"name": { "str": "USAS-12 10-round magazine" },
"//": "Rename using name-size schema since there are multiple sizes."
},
{
"id": "USAS20mag",
"copy-from": "USAS20mag",
"type": "MAGAZINE",
"name": { "str": "USAS-12 20-round drum magazine" },
"volume": "742 ml",
"//": "Rename using name-size schema since there are multiple sizes.",
"//2": "Reduce volume by 1 L. It was so excessive large in comparison I can only conclude the leading 1 was a typo."
}
]
|