From 4467d6669c6e7d2d1032a8504454d0fca38e2bd7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 27 May 2020 14:13:42 -0700 Subject: Add USP .40 Tweak masses --- json/items/gun/40.json | 11 +++++++++++ json/items/gun/45.json | 3 +-- json/items/gun/9mm.json | 3 +-- 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 json/items/gun/40.json (limited to 'json/items/gun') diff --git a/json/items/gun/40.json b/json/items/gun/40.json new file mode 100644 index 0000000..3ff0b63 --- /dev/null +++ b/json/items/gun/40.json @@ -0,0 +1,11 @@ +[ + { + "id": "usp_40", + "copy-from": "usp_9mm", + "type": "GUN", + "name": { "str": "H&K USP .40" }, + "weight": "748 g", + "ammo": "45", + "magazines": [ [ "40", [ "usp40mag" ] ] ] +} +] diff --git a/json/items/gun/45.json b/json/items/gun/45.json index 1170609..10e8ad9 100644 --- a/json/items/gun/45.json +++ b/json/items/gun/45.json @@ -4,9 +4,8 @@ "copy-from": "usp_9mm", "type": "GUN", "name": { "str": "H&K USP .45" }, - "weight": "930 g", + "weight": "789 g", "ammo": "45", - "ranged_damage": 0, "built_in_mods": [ "match_trigger" ], "magazines": [ [ "45", [ "usp45mag" ] ] ] } diff --git a/json/items/gun/9mm.json b/json/items/gun/9mm.json index 6dd6786..e3171f0 100644 --- a/json/items/gun/9mm.json +++ b/json/items/gun/9mm.json @@ -6,7 +6,7 @@ "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", + "weight": "748 g", "volume": "500 ml", "price": 68000, "to_hit": -2, @@ -15,7 +15,6 @@ "symbol": "(", "color": "dark_gray", "ammo": "9mm", - "ranged_damage": -1, "dispersion": 400, "durability": 9, "blackpowder_tolerance": 48, -- cgit v1.2.1