mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 04:32:42 +00:00
Added a new borg upgrade module which requires illegal tech and combat tech to make. It allows you to give them their emagged equipment without fucking with their laws. New LMG by Ausops (both sprites and code). Right now appears only in Summon Guns, but may appear elsewhere in time. Grilles now have a bullet act, so they no longer magically absorb infinite bullets. Updated changelog. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5037 316c924e-a436-60f5-8080-3fe189b3f50e
96 lines
2.3 KiB
Plaintext
96 lines
2.3 KiB
Plaintext
/obj/item/ammo_casing/a357
|
|
desc = "A .357 bullet casing."
|
|
caliber = "357"
|
|
projectile_type = "/obj/item/projectile/bullet"
|
|
|
|
/obj/item/ammo_casing/a50
|
|
desc = "A .50AE bullet casing."
|
|
caliber = ".50"
|
|
projectile_type = "/obj/item/projectile/bullet"
|
|
|
|
/obj/item/ammo_casing/a418
|
|
desc = "A .418 bullet casing."
|
|
caliber = "357"
|
|
projectile_type = "/obj/item/projectile/bullet/suffocationbullet"
|
|
|
|
|
|
/obj/item/ammo_casing/a75
|
|
desc = "A .75 bullet casing."
|
|
caliber = "75"
|
|
projectile_type = "/obj/item/projectile/bullet/gyro"
|
|
|
|
|
|
/obj/item/ammo_casing/a666
|
|
desc = "A .666 bullet casing."
|
|
caliber = "357"
|
|
projectile_type = "/obj/item/projectile/bullet/cyanideround"
|
|
|
|
|
|
/obj/item/ammo_casing/c38
|
|
desc = "A .38 bullet casing."
|
|
caliber = "38"
|
|
projectile_type = "/obj/item/projectile/bullet/weakbullet"
|
|
|
|
|
|
/obj/item/ammo_casing/c9mm
|
|
desc = "A 9mm bullet casing."
|
|
caliber = "9mm"
|
|
projectile_type = "/obj/item/projectile/bullet/weakbullet"
|
|
|
|
|
|
/obj/item/ammo_casing/c45
|
|
desc = "A .45 bullet casing."
|
|
caliber = ".45"
|
|
projectile_type = "/obj/item/projectile/bullet/midbullet"
|
|
|
|
|
|
/obj/item/ammo_casing/a12mm
|
|
desc = "A 12mm bullet casing."
|
|
caliber = "12mm"
|
|
projectile_type = "/obj/item/projectile/bullet/midbullet"
|
|
|
|
|
|
/obj/item/ammo_casing/shotgun
|
|
name = "shotgun shell"
|
|
desc = "A 12 gauge shell."
|
|
icon_state = "gshell"
|
|
caliber = "shotgun"
|
|
projectile_type = "/obj/item/projectile/bullet"
|
|
m_amt = 12500
|
|
|
|
|
|
/obj/item/ammo_casing/shotgun/blank
|
|
name = "shotgun shell"
|
|
desc = "A blank shell."
|
|
icon_state = "blshell"
|
|
projectile_type = ""
|
|
m_amt = 250
|
|
|
|
|
|
/obj/item/ammo_casing/shotgun/beanbag
|
|
name = "beanbag shell"
|
|
desc = "A weak beanbag shell."
|
|
icon_state = "bshell"
|
|
projectile_type = "/obj/item/projectile/bullet/weakbullet"
|
|
m_amt = 500
|
|
|
|
|
|
/obj/item/ammo_casing/shotgun/stunshell
|
|
name = "stun shell"
|
|
desc = "A stunning shell."
|
|
icon_state = "stunshell"
|
|
projectile_type = "/obj/item/projectile/bullet/stunshot"
|
|
m_amt = 2500
|
|
|
|
|
|
/obj/item/ammo_casing/shotgun/dart
|
|
name = "shotgun darts"
|
|
desc = "A dart for use in shotguns."
|
|
icon_state = "blshell" //someone, draw the icon, please.
|
|
projectile_type = "/obj/item/projectile/energy/dart"
|
|
m_amt = 12500
|
|
|
|
/obj/item/ammo_casing/a762
|
|
desc = "A 7.62 bullet casing."
|
|
caliber = "a762"
|
|
projectile_type = "/obj/item/projectile/bullet" |