summaryrefslogtreecommitdiff
path: root/json/items/magazine/40.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-14 22:54:38 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-14 22:54:38 -0700
commit08753e2e1a88813f133e1cb411a27d1d7e4e85c6 (patch)
tree87f72623d59ecd549efc1c6ac4b5c607d0701f60 /json/items/magazine/40.json
parentMigrate 000 shotgun hulls to 00 shotgun hulls. (diff)
downloadcataclysm-dda-mod_hk-loadout-08753e2e1a88813f133e1cb411a27d1d7e4e85c6.tar.xz
Port to DDA.
Diffstat (limited to 'json/items/magazine/40.json')
-rw-r--r--json/items/magazine/40.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/magazine/40.json b/json/items/magazine/40.json
index 3be341c..2fcaab8 100644
--- a/json/items/magazine/40.json
+++ b/json/items/magazine/40.json
@@ -6,7 +6,7 @@
"name": { "str": "H&K USP .40 magazine" },
"description": "A standard capacity magazine for use with the Heckler & Koch USP .40 handgun.",
"ammo_type": [ "40" ],
- "capacity": 13
+ "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "40": 13 } } ]
},
{
"id": "p3040mag",
@@ -23,6 +23,6 @@
"description": "A standard 30-round box magazine for use with the Heckler & Koch UMP40 SMG.",
"weight": "200 g",
"ammo_type": [ "40" ],
- "capacity": 30
+ "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "40": 30 } } ]
}
]