mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
35 lines
1.0 KiB
Plaintext
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 |