summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-04-04 12:20:02 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-04-04 12:20:02 -0700
commitea6caea4e71744bea680f4f157a5fd0ddf939c54 (patch)
tree5a533e4578def0c1be3ae5b004364a87a72ff058
parentRemove martial art weapons that are now managed via weapon categories. (diff)
downloadcataclysm-bn-mod_hk-loadout-ea6caea4e71744bea680f4f157a5fd0ddf939c54.tar.xz
Fix several guns using str to str_sp.
Add note regarding problems modding the USP45.
-rw-r--r--json/items/gun/12mm.json2
-rw-r--r--json/items/gun/45.json3
-rw-r--r--json/items/gun/46.json2
3 files changed, 4 insertions, 3 deletions
diff --git a/json/items/gun/12mm.json b/json/items/gun/12mm.json
index e6e129c..9466bad 100644
--- a/json/items/gun/12mm.json
+++ b/json/items/gun/12mm.json
@@ -3,7 +3,7 @@
"id": "hk_g80",
"copy-from": "hk_g80",
"type": "GUN",
- "name": { "str": "H&K G80" },
+ "name": { "str_sp": "H&K G80" },
"valid_mod_locations": [
[ "accessories", 4 ],
[ "emitter", 1 ],
diff --git a/json/items/gun/45.json b/json/items/gun/45.json
index 22176ff..5bbf3c0 100644
--- a/json/items/gun/45.json
+++ b/json/items/gun/45.json
@@ -1,6 +1,7 @@
[
{
"id": "usp_45",
+ "//": "Modding this gun requires changing vanilla game files. :/ Upstream needs to get their copy-from load order problems fixed.",
"copy-from": "pistol_base",
"type": "GUN",
"name": { "str_sp": "H&K USP .45" },
@@ -41,7 +42,7 @@
"id": "hk_ump45",
"copy-from": "smg_base",
"type": "GUN",
- "name": { "str": "H&K UMP45" },
+ "name": { "str_sp": "H&K UMP45" },
"description": "Developed as a successor to the MP5 submachine gun, the UMP45 retains the earlier model's supreme accuracy and low recoil, but in the higher .45 caliber.",
"weight": "2300 g",
"volume": "1250 ml",
diff --git a/json/items/gun/46.json b/json/items/gun/46.json
index e32ac15..4ba3308 100644
--- a/json/items/gun/46.json
+++ b/json/items/gun/46.json
@@ -42,7 +42,7 @@
"id": "hk_mp7",
"copy-from": "smg_base",
"type": "GUN",
- "name": { "str": "H&K MP7A2" },
+ "name": { "str_sp": "H&K MP7A2" },
"description": "Designed as a personal defense weapon, the MP7 fires the high-powered 4.6x30mm round while being lightweight, compact in size, and practically recoil-free.",
"weight": "1960 g",
"volume": "1000 ml",