summaryrefslogtreecommitdiff
path: root/json/items
diff options
context:
space:
mode:
Diffstat (limited to 'json/items')
-rw-r--r--json/items/magazine/shot.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json
new file mode 100644
index 0000000..56e4434
--- /dev/null
+++ b/json/items/magazine/shot.json
@@ -0,0 +1,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."
+ }
+]