mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
114 lines
3.5 KiB
Plaintext
114 lines
3.5 KiB
Plaintext
//Overrides
|
|
/obj/item/ammo_casing/a10mm
|
|
projectile_type = /obj/item/projectile/bullet/a10mm
|
|
|
|
/obj/item/ammo_casing/a38
|
|
projectile_type = /obj/item/projectile/bullet/a38
|
|
|
|
/obj/item/ammo_casing/a380
|
|
projectile_type = /obj/item/projectile/bullet/a380
|
|
|
|
/obj/item/ammo_casing/a357
|
|
projectile_type = /obj/item/projectile/bullet/a357
|
|
|
|
/obj/item/ammo_casing/a12g/pellet
|
|
name = "shotgun buckshot shell"
|
|
desc = "A 12 gauge buckshot shell."
|
|
icon_state = "gshell"
|
|
projectile_type = /obj/item/projectile/bullet/shotgun/buckshot/shell
|
|
|
|
//New stuff
|
|
/obj/item/ammo_casing/a57
|
|
desc = "A standard 5.7x28mm round"
|
|
caliber = "5.7x28mm"
|
|
projectile_type = /obj/item/projectile/bullet/a57
|
|
matter = list(DEFAULT_WALL_MATERIAL = 60)
|
|
|
|
/obj/item/ammo_casing/a57/ap
|
|
desc = "An armor piercing 5.7x28mm round"
|
|
projectile_type = /obj/item/projectile/bullet/a57/ap
|
|
|
|
/obj/item/ammo_casing/a57/hp
|
|
desc = "A hollow point 5.7x28mm round"
|
|
projectile_type = /obj/item/projectile/bullet/a57/ap
|
|
|
|
/obj/item/ammo_casing/a57/rubber
|
|
desc = "A rubber 5.7x28mm round"
|
|
projectile_type = /obj/item/projectile/bullet/pistol/rubber
|
|
|
|
/obj/item/ammo_casing/a762x25
|
|
desc = "A standard 7.62x25mm Tokarev round"
|
|
caliber = "7.62x25mm"
|
|
projectile_type = /obj/item/projectile/bullet/a762x25
|
|
|
|
/obj/item/ammo_casing/a9x18
|
|
desc = "A standard 9x18mm Makarov round"
|
|
caliber = "9x18mm"
|
|
projectile_type = /obj/item/projectile/bullet/a9x18
|
|
|
|
/obj/item/ammo_casing/a762x54
|
|
desc = "A standard 7.62x54mmR round"
|
|
caliber = "7.62x54mmR"
|
|
projectile_type = /obj/item/projectile/bullet/rifle/a762x54
|
|
matter = list(DEFAULT_WALL_MATERIAL = 160)
|
|
|
|
/obj/item/ammo_casing/a762x54/ap
|
|
desc = "An armor piercing 7.62x54mmR round"
|
|
projectile_type = /obj/item/projectile/bullet/rifle/a762x54/ap
|
|
|
|
/obj/item/ammo_casing/a338
|
|
desc = "A standard .338 Lapua round"
|
|
caliber = ".338"
|
|
projectile_type = /obj/item/projectile/bullet/rifle/a338
|
|
|
|
/obj/item/ammo_casing/a338/ap
|
|
desc = "An armor piercing .338 Lapua round"
|
|
projectile_type = /obj/item/projectile/bullet/rifle/a338/ap
|
|
|
|
/obj/item/ammo_casing/a50bmg
|
|
desc = "A standard .50 BMG round"
|
|
caliber = ".50 BMG"
|
|
projectile_type = /obj/item/projectile/bullet/rifle/a50bmg
|
|
|
|
/obj/item/ammo_casing/a50bmg/ap
|
|
desc = "An armor piercing .50 BMG round"
|
|
projectile_type = /obj/item/projectile/bullet/rifle/a50bmg/ap
|
|
|
|
/obj/item/ammo_casing/a9x39
|
|
desc = "A standard 9x39mm round"
|
|
caliber = "9x39mm"
|
|
projectile_type = /obj/item/projectile/bullet/rifle/a9x39
|
|
|
|
/obj/item/ammo_casing/a9x39/ap
|
|
desc = "An armor piercing 9x39mm round"
|
|
projectile_type = /obj/item/projectile/bullet/rifle/a9x39/ap
|
|
|
|
/obj/item/ammo_casing/a762x39
|
|
desc = "A standard 7.62x39mm round"
|
|
caliber = "7.62x39mm"
|
|
projectile_type = /obj/item/projectile/bullet/rifle/a762x39
|
|
|
|
/obj/item/ammo_casing/a762x39/ap
|
|
desc = "An armor piercing 7.62x39mm round"
|
|
projectile_type = /obj/item/projectile/bullet/rifle/a762x39/ap
|
|
|
|
/obj/item/ammo_casing/a762x39/hp
|
|
desc = "A hollow point 7.62x39mm round"
|
|
projectile_type = /obj/item/projectile/bullet/rifle/a762x39/hp
|
|
|
|
/obj/item/ammo_casing/a556
|
|
desc = "A standard 5.56x45mm round"
|
|
caliber = "5.56x45mm"
|
|
projectile_type = /obj/item/projectile/bullet/rifle/a556
|
|
|
|
/obj/item/ammo_casing/a556/ap
|
|
desc = "An armor piercing 5.56x45mm round"
|
|
projectile_type = /obj/item/projectile/bullet/rifle/a556/ap
|
|
|
|
/obj/item/ammo_casing/a556/hp
|
|
desc = "A hollow point 5.56x45mm round"
|
|
projectile_type = /obj/item/projectile/bullet/rifle/a556/hp
|
|
|
|
/obj/item/ammo_casing/a10x24
|
|
desc = "A standard 10x24mm caseless round"
|
|
projectile_type = /obj/item/projectile/bullet/rifle/a10x24 |