Files
CHOMPStation2/code/modules/projectiles/guns/projectile/shotgun_ch.dm
2024-09-30 21:36:41 +02:00

35 lines
1.0 KiB
Plaintext

/obj/item/gun/projectile/shotgun/doublebarrel/quad
name = "quad-barreled shotgun"
desc = "A shotgun pattern designed to make the most out of the limited machining capability of the frontier. 4 Whole barrels of death, loads using 12 gauge rounds."
icon = 'icons/obj/gun_ch.dmi'
icon_state = "shotgun_q"
item_state = "qshotgun"
recoil = 2
load_method = SINGLE_CASING|SPEEDLOADER
handle_casings = CYCLE_CASINGS
max_shells = 4
w_class = ITEMSIZE_LARGE
force = 5
accuracy = 40
slot_flags = SLOT_BACK
ammo_type = /obj/item/ammo_casing/a12g/pellet
caliber = "12g"
origin_tech = list(TECH_COMBAT = 3, TECH_MATERIAL = 1)
ammo_type = /obj/item/ammo_casing/a12g/pellet
sawn_off = 1
burst_delay = 0
firemodes = list(
list(mode_name="fire one barrel at a time", burst=1),
)
/obj/item/gun/projectile/shotgun/doublebarrel/sawn/alt
sawn_off = 1
icon = 'icons/obj/gun_ch.dmi'
icon_state = "shotpistol"
accuracy = 40
/obj/item/gun/projectile/shotgun/doublebarrel/sawn/alt/holy
ammo_type = /obj/item/ammo_casing/a12g/silver
holy = 1