From 691fbc79f895672d9e7c3c8f69d492f142589602 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 6 Apr 2022 20:10:49 -0700 Subject: Add P30 9mm, P30 .40, and HK45 handguns, plus magazines and itemgroups. --- json/items/magazine/9mm.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'json/items/magazine/9mm.json') diff --git a/json/items/magazine/9mm.json b/json/items/magazine/9mm.json index ffc0653..14644f2 100644 --- a/json/items/magazine/9mm.json +++ b/json/items/magazine/9mm.json @@ -5,6 +5,13 @@ "type": "MAGAZINE", "name": { "str": "H&K USP 9mm magazine" } }, + { + "id": "p309mag", + "copy-from": "usp9mag", + "type": "MAGAZINE", + "name": { "str": "H&K P30 9mm magazine" }, + "description": "A standard capacity magazine for use with the Heckler & Koch P30 9mm handgun." + }, { "id": "mp5mag", "copy-from": "mp5mag", -- cgit v1.2.1