From 343ce595b8ad9a6c277872c367a4736e14b69f71 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Apr 2020 22:13:31 -0700 Subject: Initial commit --- json/items/gun/9mm.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 json/items/gun/9mm.json (limited to 'json/items/gun/9mm.json') diff --git a/json/items/gun/9mm.json b/json/items/gun/9mm.json new file mode 100644 index 0000000..6dd6786 --- /dev/null +++ b/json/items/gun/9mm.json @@ -0,0 +1,26 @@ +[ + { + "id": "usp_9mm", + "copy-from": "pistol_base", + "looks_like": "glock_17", + "type": "GUN", + "name": { "str": "H&K USP 9mm", "str_pl": "H&K USP 9mm" }, + "description": "A popular pistol, widely used among law enforcement. Extensively tested for durability, it has been found to stay accurate even after being subjected to extreme abuse.", + "weight": "770 g", + "volume": "500 ml", + "price": 68000, + "to_hit": -2, + "bashing": 8, + "material": [ "steel", "plastic" ], + "symbol": "(", + "color": "dark_gray", + "ammo": "9mm", + "ranged_damage": -1, + "dispersion": 400, + "durability": 9, + "blackpowder_tolerance": 48, + "min_cycle_recoil": 450, + "magazine_well": 1, + "magazines": [ [ "9mm", [ "usp9mag" ] ] ] +} +] -- cgit v1.2.1