summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-24 11:50:43 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-24 11:50:43 -0700
commit7287bb427e2538c958cc03398902d29c0f173b1a (patch)
tree39e738acd39bb3ceb52bb4e51a91a1751bfe79b7
parentFix 416 naming (diff)
downloadcataclysm-dda-mod_hk-loadout-7287bb427e2538c958cc03398902d29c0f173b1a.tar.xz
Adjust MP5K-PDW volume downwards just like the MP5A2
-rw-r--r--Readme.txt1
-rw-r--r--json/items/gun/9mm.json7
2 files changed, 8 insertions, 0 deletions
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"
}
]