summaryrefslogtreecommitdiff
path: root/json/items/gun/9mm.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-02 16:43:51 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-02 16:43:51 -0800
commit6bd924a6320887576ca79cd93dcb99cc674e22a9 (patch)
tree973440c3beaea7af6870a5b7f3fadc060bfdaa26 /json/items/gun/9mm.json
parentAdding the name not required for copy-from martialarts (diff)
downloadcataclysm-dda-mod_hk-loadout-6bd924a6320887576ca79cd93dcb99cc674e22a9.tar.xz
Fix 000 shot ordering so as to not place types before their copy-froms.
Convert guns to use str_sp instead of str. Convert ammo types and materials to arrays. Various formatting changes to recipes to ease readability. Fix factory loaded 000shot uncraft from providing less materials than a reloaded.
Diffstat (limited to 'json/items/gun/9mm.json')
-rw-r--r--json/items/gun/9mm.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/json/items/gun/9mm.json b/json/items/gun/9mm.json
index fb37fa6..679e9e5 100644
--- a/json/items/gun/9mm.json
+++ b/json/items/gun/9mm.json
@@ -3,14 +3,14 @@
"id": "usp_9mm",
"copy-from": "usp_9mm",
"type": "GUN",
- "name": { "str": "H&K USP 9mm", "str_pl": "H&K USP 9mm" },
+ "name": { "str_sp": "H&K USP 9mm" },
"weight": "748 g"
},
{
"id": "hk_mp5",
"copy-from": "hk_mp5",
"type": "GUN",
- "name": { "str": "H&K MP5A4", "str_pl": "H&K MP5A4" },
+ "name": { "str_sp": "H&K MP5A4" },
"weight": "2540 g",
"volume": "1750 ml"
},
@@ -18,7 +18,7 @@
"id": "hk_mp5k",
"copy-from": "hk_mp5k",
"type": "GUN",
- "name": { "str": "H&K MP5K-PDW", "str_pl": "H&K MP5K-PDW" },
+ "name": { "str_sp": "H&K MP5K-PDW" },
"weight": "2530 g",
"volume": "1250 ml"
}