From e0b9e0cb7b19869ec659778b372d27b8c854d7e9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 13 Jan 2021 18:02:28 -0800 Subject: Add emitter slot to the G80, as both other railguns have this slot. --- json/items/gun/12mm.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 json/items/gun/12mm.json (limited to 'json/items/gun') diff --git a/json/items/gun/12mm.json b/json/items/gun/12mm.json new file mode 100644 index 0000000..2480333 --- /dev/null +++ b/json/items/gun/12mm.json @@ -0,0 +1,20 @@ +[ + { + "id": "hk_g80", + "copy-from": "hk_g80", + "type": "GUN", + "name": { "str": "H&K G80 railgun" }, + "description": "Developed by Heckler & Koch, this railgun magnetically propels a ferromagnetic projectile using an alternating current. Powered by UPS.", + "valid_mod_locations": [ + [ "accessories", 4 ], + [ "emitter", 1 ], + [ "grip", 1 ], + [ "mechanism", 4 ], + [ "rail", 1 ], + [ "sights", 1 ], + [ "sling", 1 ], + [ "stock", 1 ], + [ "underbarrel", 1 ] + ] + } +] -- cgit v1.2.1