mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
71 lines
2.2 KiB
Plaintext
71 lines
2.2 KiB
Plaintext
// .357 (Syndie Revolver)
|
|
|
|
/obj/item/ammo_casing/a357
|
|
name = ".357 bullet casing"
|
|
desc = "A .357 bullet casing."
|
|
caliber = "357"
|
|
projectile_type = /obj/item/projectile/bullet/a357
|
|
|
|
/obj/item/ammo_casing/a357/ap
|
|
name = ".357 armor-piercing bullet casing"
|
|
desc = "A .357 armor-piercing bullet casing."
|
|
projectile_type = /obj/item/projectile/bullet/a357/ap
|
|
|
|
/obj/item/ammo_casing/a357/match
|
|
name = ".357 match bullet casing"
|
|
desc = "A .357 bullet casing, manufactured to exceedingly high standards."
|
|
caliber = "357"
|
|
projectile_type = /obj/projectile/bullet/a357/match
|
|
|
|
// 7.62x38mmR (Nagant Revolver)
|
|
|
|
/obj/item/ammo_casing/n762
|
|
name = "7.62x38mmR bullet casing"
|
|
desc = "A 7.62x38mmR bullet casing."
|
|
caliber = "n762"
|
|
projectile_type = /obj/item/projectile/bullet/n762
|
|
|
|
// .38 (Detective's Gun)
|
|
|
|
/obj/item/ammo_casing/c38
|
|
name = ".38 rubber bullet casing"
|
|
desc = "A .38 rubber bullet casing."
|
|
caliber = "38"
|
|
projectile_type = /obj/item/projectile/bullet/c38/rubber
|
|
|
|
/obj/item/ammo_casing/c38/lethal
|
|
name = ".38 bullet casing"
|
|
desc = "A .38 bullet casing"
|
|
projectile_type = /obj/item/projectile/bullet/c38
|
|
|
|
/obj/item/ammo_casing/c38/trac
|
|
name = ".38 TRAC bullet casing"
|
|
desc = "A .38 \"TRAC\" bullet casing."
|
|
projectile_type = /obj/item/projectile/bullet/c38/trac
|
|
|
|
/obj/item/ammo_casing/c38/hotshot
|
|
name = ".38 Hot Shot bullet casing"
|
|
desc = "A .38 Hot Shot bullet casing."
|
|
caliber = "38"
|
|
projectile_type = /obj/item/projectile/bullet/c38/hotshot
|
|
|
|
/obj/item/ammo_casing/c38/iceblox
|
|
name = ".38 Iceblox bullet casing"
|
|
desc = "A .38 Iceblox bullet casing."
|
|
caliber = "38"
|
|
projectile_type = /obj/item/projectile/bullet/c38/iceblox
|
|
|
|
/obj/item/ammo_casing/c38/match
|
|
name = ".38 Match bullet casing"
|
|
desc = "A .38 bullet casing, manufactured to exceedingly high standards."
|
|
projectile_type = /obj/projectile/bullet/c38/match
|
|
|
|
/obj/item/ammo_casing/c38/match/bouncy
|
|
name = ".38 Rubber bullet casing"
|
|
desc = "A .38 rubber bullet casing, manufactured to exceedingly high standards."
|
|
projectile_type = /obj/projectile/bullet/c38/match/bouncy
|
|
|
|
/obj/item/ammo_casing/c38/dumdum
|
|
name = ".38 DumDum bullet casing"
|
|
desc = "A .38 DumDum bullet casing."
|
|
projectile_type = /obj/projectile/bullet/c38/dumdum |