summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-28 11:57:46 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-28 11:57:46 -0700
commit88f9fe10b4b653ecd5bae4ef1cd3926ab51831d6 (patch)
tree8dec9b407ddc267845315e01084ee015a33ee138
parentFix typos in 9mm and 45 magazines (diff)
downloadcataclysm-dda-mod_hk-loadout-88f9fe10b4b653ecd5bae4ef1cd3926ab51831d6.tar.xz
No longer require editing base game migration.json
Update Readme for mod effects
-rw-r--r--Readme.txt18
-rw-r--r--json/items/migration.json7
2 files changed, 19 insertions, 6 deletions
diff --git a/Readme.txt b/Readme.txt
index 5e34d6c..26132c7 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -10,13 +10,19 @@ MSG90 A2
Item Names tweaked:
USP 9mm and magazine
USP .45 and magazine
+MP5 magazines
+UMP magazine
-Martial Arts updated for these weapons:
-Krav Maga
+Item Weights tweaked:
+
+USP 9mm
+USP .45
+Item Volumes tweaked:
+MP5 A7
-Please Note:
-The restoration of the UCP requires editing the base game files.
+Item Migrations negated:
+UCP
-Remove the hk_ucp from json/items/migration.json
-This is required for the UCP to not be converted into MP7A5.
+Martial Arts updated for these weapons:
+Krav Maga
diff --git a/json/items/migration.json b/json/items/migration.json
new file mode 100644
index 0000000..184db76
--- /dev/null
+++ b/json/items/migration.json
@@ -0,0 +1,7 @@
+[
+ {
+ "id": "hk_ucp",
+ "type": "MIGRATION",
+ "replace": "hk_ucp"
+ }
+]