summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ }
+]