From 8a87ced5058e7dc85e7f6e4a0499e587a93865e3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 22 Dec 2024 22:22:30 -0800 Subject: Rename the STANAG casket magazines to make it more clear they are not drums. --- json/items/magazine/223.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 json/items/magazine/223.json diff --git a/json/items/magazine/223.json b/json/items/magazine/223.json new file mode 100644 index 0000000..ad125d7 --- /dev/null +++ b/json/items/magazine/223.json @@ -0,0 +1,16 @@ +[ + { + "id": "stanag60", + "copy-from": "stanag60", + "type": "MAGAZINE", + "name": { "str": "STANAG 60-round casket magazine" }, + "description": "An extended-capacity 60-round casket magazine for use with STANAG compatible rifles." + }, + { + "id": "stanag100", + "copy-from": "stanag100", + "type": "MAGAZINE", + "name": { "str": "STANAG 100-round casket magazine" }, + "description": "A high-capacity 100-round casket magazine for use with STANAG compatible rifles." + } +] -- cgit v1.2.1