summaryrefslogtreecommitdiff
path: root/json/items/gun/46.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/gun/46.json')
-rw-r--r--json/items/gun/46.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/json/items/gun/46.json b/json/items/gun/46.json
new file mode 100644
index 0000000..b2f762b
--- /dev/null
+++ b/json/items/gun/46.json
@@ -0,0 +1,35 @@
+[
+ {
+ "id": "hk_ucp",
+ "type": "GUN",
+ "reload_noise_volume": 10,
+ "name": { "str": "H&K UCP" },
+ "description": "Designed to work with H&K's proprietary 4.6x30mm round, the UCP is a small pistol with a very high capacity, best used against armored opponents.",
+ "weight": "730 g",
+ "volume": "500 ml",
+ "price": 125000,
+ "to_hit": -2,
+ "bashing": 6,
+ "material": [ "steel", "plastic" ],
+ "symbol": "(",
+ "color": "light_gray",
+ "ammo": "46",
+ "skill": "pistol",
+ "ranged_damage": -1,
+ "dispersion": 440,
+ "durability": 8,
+ "valid_mod_locations": [
+ [ "accessories", 2 ],
+ [ "barrel", 1 ],
+ [ "grip", 1 ],
+ [ "mechanism", 4 ],
+ [ "muzzle", 1 ],
+ [ "rail", 1 ],
+ [ "sights", 1 ],
+ [ "stock", 1 ],
+ [ "underbarrel", 1 ]
+ ],
+ "magazine_well": 1,
+ "magazines": [ [ "46", [ "hk46mag", "hk46bigmag" ] ] ]
+ }
+]