summaryrefslogtreecommitdiff
path: root/json/items/gun/223.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/223.json
parentAdding the name not required for copy-from martialarts (diff)
downloadcataclysm-bn-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/223.json')
-rw-r--r--json/items/gun/223.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/json/items/gun/223.json b/json/items/gun/223.json
index 9f4af57..45369b1 100644
--- a/json/items/gun/223.json
+++ b/json/items/gun/223.json
@@ -3,21 +3,21 @@
"id": "h&k416a5",
"copy-from": "h&k416a5",
"type": "GUN",
- "name": { "str": "H&K HK416A5" },
+ "name": { "str_sp": "H&K HK416A5" },
"description": "Designed to replace the M4A1, the Heckler & Koch HK416A5 features most of the former's strengths, while being considerably more durable."
},
{
"id": "m27iar",
"copy-from": "m27iar",
"type": "GUN",
- "name": { "str": "M27 IAR" },
+ "name": { "str_sp": "M27 IAR" },
"default_mods": [ "grip", "acog_scope" ]
},
{
"id": "hk_g36",
"copy-from": "hk_g36",
"type": "GUN",
- "name": { "str": "H&K G36" },
+ "name": { "str_sp": "H&K G36" },
"description": "Designed as a replacement for the early Heckler & Koch G3 battle rifle, the G36 is more accurate, and uses the much-lighter .223 round, allowing for a higher ammo capacity. It was later found to have problems overheating during prolonged firefights, and was phased out of active service in 2016.",
"built_in_mods": [ "folding_stock" ]
}