summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-13 18:02:28 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-13 18:02:28 -0800
commite0b9e0cb7b19869ec659778b372d27b8c854d7e9 (patch)
tree2ba6f0a6321c2850622b1adeac058359fc9b0a84
parentAdd 10 round magazine for PSG1A1 (diff)
downloadcataclysm-bn-mod_hk-loadout-e0b9e0cb7b19869ec659778b372d27b8c854d7e9.tar.xz
Add emitter slot to the G80, as both other railguns have this slot.
-rw-r--r--Readme.txt3
-rw-r--r--json/items/gun/12mm.json20
2 files changed, 23 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt
index c2e3df9..00b305d 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -30,3 +30,6 @@ UCP
Martial Arts updated for these weapons:
Krav Maga
+
+Emitter slot added:
+H&K G80
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 ]
+ ]
+ }
+]