summaryrefslogtreecommitdiff
path: root/json/items/gun/45.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/45.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/45.json')
-rw-r--r--json/items/gun/45.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/gun/45.json b/json/items/gun/45.json
index 2b32d68..25b2dbc 100644
--- a/json/items/gun/45.json
+++ b/json/items/gun/45.json
@@ -3,14 +3,14 @@
"id": "usp_45",
"copy-from": "usp_45",
"type": "GUN",
- "name": { "str": "H&K USP .45", "str_pl": "H&K USP .45" },
+ "name": { "str_sp": "H&K USP .45" },
"weight": "789 g"
},
{
"id": "hk_ump45",
"copy-from": "hk_ump45",
"type": "GUN",
- "name": { "str": "H&K UMP45", "str_pl": "H&K UMP45" },
+ "name": { "str_sp": "H&K UMP45" },
"modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 2 ], [ "AUTO", "auto", 4 ] ]
}
]