summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-27 13:42:35 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-27 13:42:35 -0700
commit876545c3dd80681728c0337aa3285b7fdc8ba86c (patch)
tree68001298fcf6d75a1c9c8fc6c7c1ba9d6848f9a3
parentBurst + Full-Auto - Folding Stock = MP5A4 (diff)
downloadcataclysm-dda-mod_hk-loadout-876545c3dd80681728c0337aa3285b7fdc8ba86c.tar.xz
Add accessories to the M27
Add overheating note to the G36
-rw-r--r--json/items/gun/223.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/json/items/gun/223.json b/json/items/gun/223.json
index 474f622..b3418aa 100644
--- a/json/items/gun/223.json
+++ b/json/items/gun/223.json
@@ -7,11 +7,18 @@
"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" },
+ "default_mods": [ "grip", "acog_scope" ]
+ },
+ {
"id": "hk_g36",
"copy-from": "hk_g36",
"type": "GUN",
"name": { "str": "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.",
+ "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" ],
"magazines": [ [ "223", [ "hk_g36_mag", "stanag30", "stanag50", "survivor223mag" ] ] ]
}