summaryrefslogtreecommitdiff
path: root/json/items/magazine/473.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-02 21:14:35 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-02 21:14:35 -0800
commit7f427ee2a8e7ac0ab8da15e588574c8b1e843bdd (patch)
tree27741726c060a0a566b04e41d379cfe08ea94e4d /json/items/magazine/473.json
parentFix PSG1/MSG90 volume (diff)
downloadcataclysm-bn-mod_hk-loadout-7f427ee2a8e7ac0ab8da15e588574c8b1e843bdd.tar.xz
Add the G11K2 rifle
Diffstat (limited to 'json/items/magazine/473.json')
-rw-r--r--json/items/magazine/473.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/json/items/magazine/473.json b/json/items/magazine/473.json
new file mode 100644
index 0000000..10b7e57
--- /dev/null
+++ b/json/items/magazine/473.json
@@ -0,0 +1,20 @@
+[
+ {
+ "id": "hk_g11_mag",
+ "looks_like": "stanag30",
+ "type": "MAGAZINE",
+ "name": { "str": "H&K G11 magazine" },
+ "description": "A 50 round box magazine for use with H&K G11 caseless assault rifle.",
+ "weight": "5 g",
+ "volume": "500 ml",
+ "price": 25000,
+ "material": [ "plastic" ],
+ "symbol": "#",
+ "color": "dark_gray",
+ "ammo_type": "473",
+ "capacity": 50,
+ "reliability": 10,
+ "reload_time": 50,
+ "flags": [ "MAG_COMPACT" ]
+ }
+]