Adds Sjorgen Inertial Shotgun (by H-H)

Semi-automatic, 5 round, tube magazine fed
Lootable, or buyable from both cargo and tator uplinks.
Balancing intended to lie between combat shotgun and not!AA-12
100 TC each (between combat shotgun and fuel rod cannon)
100 Req Points for a box of two (same price as a burst laser pair)
This commit is contained in:
Doctress
2022-04-30 05:51:01 +09:30
parent 60c189933a
commit 0cbbca8e6a
5 changed files with 40 additions and 1 deletions
+12
View File
@@ -74,6 +74,18 @@
containertype = /obj/structure/closet/crate/secure/weapon
containername = "Shotgun crate"
access = access_armory
/datum/supply_pack/munitions/shotgunsemi
name = "Weapons - Semi-Automatic Shotgun crate"
contains = list(
/obj/item/storage/box/shotgunammo,
/obj/item/storage/box/shotgunshells,
/obj/item/gun/projectile/shotgun/semi = 2
)
cost = 100
containertype = /obj/structure/closet/crate/secure/weapon
containername = "Semi-Auto Shotgun crate"
access = access_armory
/datum/supply_pack/munitions/erifle
name = "Weapons - Energy marksman"
+5
View File
@@ -138,6 +138,11 @@
name = "Combat Shotgun"
item_cost = 75
path = /obj/item/gun/projectile/shotgun/pump/combat
/datum/uplink_item/item/visible_weapons/semishotgun
name = "Semi-Automatic Shotgun"
item_cost = 100
path = /obj/item/gun/projectile/shotgun/semi
/datum/uplink_item/item/visible_weapons/leveraction
name = "Lever Action Rifle"