mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
93 lines
2.6 KiB
Plaintext
93 lines
2.6 KiB
Plaintext
/datum/category_item/autolathe/arms/syringegun_ammo
|
|
name = "syringe gun cartridge"
|
|
path =/obj/item/syringe_cartridge
|
|
|
|
////////////////
|
|
/*Ammo casings*/
|
|
////////////////
|
|
|
|
/datum/category_item/autolathe/arms/shotgun_blanks
|
|
name = "ammunition (12g, blank)"
|
|
path =/obj/item/ammo_casing/a12g/blank
|
|
|
|
/datum/category_item/autolathe/arms/shotgun_beanbag
|
|
name = "ammunition (12g, beanbag)"
|
|
path =/obj/item/ammo_casing/a12g/beanbag
|
|
|
|
/datum/category_item/autolathe/arms/shotgun_flash
|
|
name = "ammunition (12g, flash)"
|
|
path =/obj/item/ammo_casing/a12g/flash
|
|
|
|
/datum/category_item/autolathe/arms/shotgun
|
|
name = "ammunition (12g, slug)"
|
|
path =/obj/item/ammo_casing/a12g
|
|
hidden = 1
|
|
|
|
/datum/category_item/autolathe/arms/shotgun_clip_beanbag
|
|
name = "2-round 12g speedloader (beanbag)"
|
|
path =/obj/item/ammo_magazine/clip/c12g/beanbag
|
|
|
|
/datum/category_item/autolathe/arms/shotgun_clip_slug
|
|
name = "2-round 12g speedloader (slug)"
|
|
path =/obj/item/ammo_magazine/clip/c12g
|
|
hidden = 1
|
|
|
|
/datum/category_item/autolathe/arms/shotgun_clip_pellet
|
|
name = "2-round 12g speedloader (buckshot)"
|
|
path =/obj/item/ammo_magazine/clip/c12g/pellet
|
|
hidden = 1
|
|
|
|
/datum/category_item/autolathe/arms/shotgun_clip_beanbag
|
|
name = "2-round 12g speedloader (beanbag)"
|
|
path =/obj/item/ammo_magazine/clip/c12g/beanbag
|
|
|
|
/datum/category_item/autolathe/arms/shotgun_pellet
|
|
name = "ammunition (12g, pellet)"
|
|
path =/obj/item/ammo_casing/a12g/pellet
|
|
hidden = 1
|
|
|
|
/datum/category_item/autolathe/arms/stunshell
|
|
name = "ammunition (stun cartridge, shotgun)"
|
|
path =/obj/item/ammo_casing/a12g/stunshell
|
|
hidden = 1
|
|
|
|
/datum/category_item/autolathe/arms/flechetteshell
|
|
name = "ammunition (flechette cartridge, shotgun)"
|
|
path =/obj/item/ammo_casing/a12g/flechette
|
|
hidden = 1
|
|
man_rating = 2
|
|
|
|
/datum/category_item/autolathe/arms/knuckledusters
|
|
name = "knuckle dusters"
|
|
path =/obj/item/clothing/accessory/knuckledusters
|
|
hidden = 1
|
|
|
|
/datum/category_item/autolathe/arms/tacknife
|
|
name = "tactical knife"
|
|
path =/obj/item/material/knife/tacknife
|
|
hidden = 1
|
|
|
|
/datum/category_item/autolathe/arms/flamethrower
|
|
name = "flamethrower"
|
|
path =/obj/item/flamethrower/full
|
|
hidden = 1
|
|
|
|
/datum/category_item/autolathe/arms/rifle_145
|
|
name = "14.5mm round"
|
|
path = /obj/item/ammo_casing/a145
|
|
hidden = 1
|
|
|
|
/datum/category_item/autolathe/arms/rifle_145ap
|
|
name = "14.5mm round (sabot)"
|
|
path = /obj/item/ammo_casing/a145/highvel
|
|
hidden = 1
|
|
/datum/category_item/autolathe/arms/foamdart
|
|
name = "foam dart"
|
|
path = /obj/item/ammo_casing/afoam_dart
|
|
hidden = 0
|
|
|
|
/datum/category_item/autolathe/arms/foamdartriot
|
|
name = "riot foam dart"
|
|
path = /obj/item/ammo_casing/afoam_dart/riot
|
|
hidden = 1
|