diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-22 22:22:30 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-22 22:22:30 -0800 |
commit | 8a87ced5058e7dc85e7f6e4a0499e587a93865e3 (patch) | |
tree | cdcd4297d8d2634bfe8f07a81161a229036a5f96 /json/items | |
parent | Rename the .22 speedloaders to make it clear they are designed for specific g... (diff) | |
download | cataclysm-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.json | 16 |
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." + } +] |