summaryrefslogtreecommitdiff
path: root/json/items
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-22 22:22:30 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-22 22:22:30 -0800
commit8a87ced5058e7dc85e7f6e4a0499e587a93865e3 (patch)
treecdcd4297d8d2634bfe8f07a81161a229036a5f96 /json/items
parentRename the .22 speedloaders to make it clear they are designed for specific g... (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-8a87ced5058e7dc85e7f6e4a0499e587a93865e3.tar.xz
Rename the STANAG casket magazines to make it more clear they are not drums.
Diffstat (limited to 'json/items')
-rw-r--r--json/items/magazine/223.json16
1 files changed, 16 insertions, 0 deletions
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."
+ }
+]