From 7f427ee2a8e7ac0ab8da15e588574c8b1e843bdd Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 2 Nov 2020 21:14:35 -0800 Subject: Add the G11K2 rifle --- json/items/gun/473.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 json/items/gun/473.json (limited to 'json/items/gun/473.json') diff --git a/json/items/gun/473.json b/json/items/gun/473.json new file mode 100644 index 0000000..5917a2e --- /dev/null +++ b/json/items/gun/473.json @@ -0,0 +1,37 @@ +[ + { + "id": "hk_g11", + "type": "GUN", + "reload_noise_volume": 10, + "name": { "str": "H&K G11K2 Assault Rifle" }, + "description": "The Heckler and Koch G11 was designed to replace the G3 rifle and is notable for utilizing the caseless 4.73x33m round. While a technical success, only 1000 units were ever made due to the high cost and NATO decision to standardize on the 5.56x45mm round.", + "weight": "3650 g", + "volume": "1750 ml", + "price": 1800000, + "to_hit": -1, + "bashing": 12, + "material": [ "steel", "ceramic" ], + "symbol": "(", + "color": "dark_gray", + "ammo": "473", + "skill": "rifle", + "dispersion": 120, + "durability": 9, + "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "BURST", "3 rd.", 3 ], [ "AUTO", "auto", 5 ] ], + "valid_mod_locations": [ + [ "accessories", 4 ], + [ "grip", 1 ], + [ "mechanism", 4 ], + [ "muzzle", 1 ], + [ "rail", 1 ], + [ "sights", 1 ], + [ "sling", 1 ], + [ "stock", 1 ], + [ "underbarrel", 1 ] + ], + "magazine_well": 2, + "default_mods": [ "acog_scope" ], + "magazines": [ [ "473", [ "hk_g11_mag" ] ] ], + "flags": [ "NEVER_JAMS" ] + } +] -- cgit v1.2.1