From 7287bb427e2538c958cc03398902d29c0f173b1a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 24 Apr 2021 11:50:43 -0700 Subject: Adjust MP5K-PDW volume downwards just like the MP5A2 --- Readme.txt | 1 + json/items/gun/9mm.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/Readme.txt b/Readme.txt index 6c6a7b6..d9ca439 100644 --- a/Readme.txt +++ b/Readme.txt @@ -25,6 +25,7 @@ USP .45 Item Volumes tweaked: (None of the volumes make much sense. At least this way they are more uniform.) MP5 A2 +MP5 K-PDW MP7 A5 Item Migrations negated: diff --git a/json/items/gun/9mm.json b/json/items/gun/9mm.json index 01f06e6..55a232c 100644 --- a/json/items/gun/9mm.json +++ b/json/items/gun/9mm.json @@ -12,5 +12,12 @@ "type": "GUN", "name": { "str": "H&K MP5A2", "str_pl": "H&K MP5A2" }, "volume": "1750 ml" + }, + { + "id": "hk_mp5", + "copy-from": "hk_mp5", + "type": "GUN", + "name": { "str": "H&K MP5K-PDW", "str_pl": "H&K MP5K-PDW" }, + "volume": "1250 ml" } ] -- cgit v1.2.1