summaryrefslogtreecommitdiff
path: root/json/items/gun
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-09 10:07:03 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-09 10:07:03 -0800
commitb789b66288a2b32159b5c8d583d1a772a7071707 (patch)
treeb48e3471ae4e56210137daf0168d842f9236fea0 /json/items/gun
parentBackported bufgixes. (diff)
downloadcataclysm-bn-mod_packed-at4-b789b66288a2b32159b5c8d583d1a772a7071707.tar.xz
Fix the volume of the M202A1 and its magazine.
Diffstat (limited to 'json/items/gun')
-rw-r--r--json/items/gun/66mm.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/json/items/gun/66mm.json b/json/items/gun/66mm.json
new file mode 100644
index 0000000..a3872a1
--- /dev/null
+++ b/json/items/gun/66mm.json
@@ -0,0 +1,10 @@
+[
+ {
+ "id": "m202_flash",
+ "copy-from": "m202_flash",
+ "type": "GUN",
+ "name": { "str_sp": "M202A1 FLASH" },
+ "volume": "12120 ml",
+ "magazine_well": "2500 ml"
+ }
+]