summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-22 22:24:11 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-22 22:24:11 -0800
commit8cb1d39bf8306ac045ba33f9f0ad1a95bd4191a2 (patch)
tree67497a6bbae950f8fe5a10a4cea483ddad9e0d39
parentRename the STANAG casket magazines to make it more clear they are not drums. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-8cb1d39bf8306ac045ba33f9f0ad1a95bd4191a2.tar.xz
Rename the SCAR-H magazines using name-rounds schema.HEADmaster
-rw-r--r--json/items/magazine/308.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/json/items/magazine/308.json b/json/items/magazine/308.json
new file mode 100644
index 0000000..6457389
--- /dev/null
+++ b/json/items/magazine/308.json
@@ -0,0 +1,14 @@
+[
+ {
+ "id": "scarhmag",
+ "copy-from": "scarhmag",
+ "type": "MAGAZINE",
+ "name": { "str": "FN SCAR-H 20-round magazine" }
+ },
+ {
+ "id": "scarhbigmag",
+ "copy-from": "scarhbigmag",
+ "type": "MAGAZINE",
+ "name": { "str": "FN SCAR-H 50-round drum magazine" }
+ }
+]