From 25944d7ca707924c17ca222136f02e614de7de55 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 22 Dec 2024 22:19:25 -0800 Subject: Reduce volume of USAS-12 20-round drum magazine. Also fix the names of other shotgun magazines. --- json/items/magazine/shot.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 json/items/magazine/shot.json (limited to 'json/items') 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." + } +] -- cgit v1.2.1