summaryrefslogtreecommitdiff
path: root/json/items/magazine/shot.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/shot.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/shot.json')
-rw-r--r--json/items/magazine/shot.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json
index ac22067..50fdc95 100644
--- a/json/items/magazine/shot.json
+++ b/json/items/magazine/shot.json
@@ -3,7 +3,7 @@
"id": "hk_caws_mag",
"looks_like": "saiga10mag",
"type": "MAGAZINE",
- "name": { "str": "H&K CAWS box magazine" },
+ "name": { "str": "H&K CAWS 10-round magazine" },
"description": "A removable plastic box magazine for the H&K CAWS shotgun. Holds 10 shells.",
"weight": "210 g",
"volume": "500 ml",
@@ -13,8 +13,7 @@
"symbol": "#",
"color": "dark_gray",
"ammo_type": [ "shot" ],
- "capacity": 10,
- "reliability": 9,
- "flags": [ "MAG_COMPACT" ]
+ "flags": [ "MAG_COMPACT" ],
+ "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "shot": 10 } } ]
}
]