summaryrefslogtreecommitdiff
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
parentBackported bufgixes. (diff)
downloadcataclysm-bn-mod_packed-at4-b789b66288a2b32159b5c8d583d1a772a7071707.tar.xz
Fix the volume of the M202A1 and its magazine.
-rw-r--r--json/items/gun/66mm.json10
-rw-r--r--json/items/magazine/66mm.json9
2 files changed, 19 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"
+ }
+]
diff --git a/json/items/magazine/66mm.json b/json/items/magazine/66mm.json
new file mode 100644
index 0000000..8a0d6df
--- /dev/null
+++ b/json/items/magazine/66mm.json
@@ -0,0 +1,9 @@
+[
+ {
+ "id": "m74_clip",
+ "copy-from": "m74_clip",
+ "type": "MAGAZINE",
+ "name": { "str": "M74 rocket clip" },
+ "volume": "2500 ml"
+ }
+]