mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 15:34:35 +00:00
438 lines
13 KiB
Plaintext
438 lines
13 KiB
Plaintext
//Overrides
|
|
/obj/item/ammo_magazine/m9mmp90 //congratulations you are now being converted 5.7x28mm, a.k.a the round the p90 actually uses.
|
|
name = "large capacity top mounted magazine (5.7x28mm armor-piercing)" //Ugh, we'll leave it AP I guess
|
|
ammo_type = /obj/item/ammo_casing/a57/ap
|
|
caliber = "5.7x28mm"
|
|
|
|
/obj/item/ammo_magazine/m762svd //You are now being converted to 7.62x54mmR :3
|
|
name = "\improper SVD magazine (7.62x54mmR)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
icon_state = "svd"
|
|
caliber = "7.62x54mmR"
|
|
ammo_type = /obj/item/ammo_casing/a762x54
|
|
|
|
/obj/item/ammo_magazine/m762svd/ap
|
|
name = "\improper SVD magazine (7.62x54mmR armor-piercing)"
|
|
ammo_type = /obj/item/ammo_casing/a762x54/ap
|
|
|
|
//New stuff
|
|
/obj/item/ammo_magazine/a57
|
|
name = "five-seven magazine(5.7x28mm standard)"
|
|
icon_state = "fiveseven"
|
|
max_ammo = 20
|
|
mag_type = MAGAZINE
|
|
caliber= "5.7x28mm"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 800)
|
|
multiple_sprites = 0
|
|
ammo_type = /obj/item/ammo_casing/a57
|
|
|
|
/obj/item/ammo_magazine/a57/ap
|
|
name = "five-seven magazine(5.7x28mm armor-piercing)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 900)
|
|
ammo_type = /obj/item/ammo_casing/a57/ap
|
|
|
|
/obj/item/ammo_magazine/a57/hp
|
|
name = "five-seven magazine(5.7x28mm hollow-point)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 900)
|
|
ammo_type = /obj/item/ammo_casing/a57/hp
|
|
|
|
/obj/item/ammo_magazine/a57/rubber
|
|
name = "five-seven magazine(5.7x28mm rubber)"
|
|
ammo_type = /obj/item/ammo_casing/a57/rubber
|
|
|
|
/obj/item/ammo_magazine/mp5mag
|
|
name = "mp5 magazine(9x19mm standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
icon_state = "mp5mag"
|
|
max_ammo = 30
|
|
mag_type = MAGAZINE
|
|
caliber = "9mm"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 800)
|
|
multiple_sprites = 1
|
|
ammo_type = /obj/item/ammo_casing/a9mm
|
|
|
|
/obj/item/ammo_magazine/mp5mag/ap
|
|
name = "mp5 magazine(9x19mm armor-piercing)"
|
|
ammo_type = /obj/item/ammo_casing/a9mm/ap
|
|
matter = list(DEFAULT_WALL_MATERIAL = 900)
|
|
|
|
/obj/item/ammo_magazine/mp5mag/hp
|
|
name = "mp5 magazine(9x19mm hollow-point)"
|
|
ammo_type = /obj/item/ammo_casing/a9mm/ap
|
|
|
|
/obj/item/ammo_magazine/mp5mag/rubber
|
|
name = "mp5 magazine(9x19mm rubber)"
|
|
ammo_type = /obj/item/ammo_casing/a9mm/rubber
|
|
|
|
/obj/item/ammo_magazine/pitchmag
|
|
name = "pitchgun magazine(.44 magnum standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
icon_state = "pitchmag"
|
|
max_ammo = 30
|
|
mag_type = MAGAZINE
|
|
caliber = ".44"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 800)
|
|
multiple_sprites = 1
|
|
ammo_type = /obj/item/ammo_casing/a44
|
|
|
|
/obj/item/ammo_magazine/asval
|
|
name = "AS-Val magazine(9x39mm standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
icon_state = "asval"
|
|
max_ammo = 20
|
|
mag_type = MAGAZINE
|
|
caliber = "9x39mm"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 1000)
|
|
multiple_sprites = 1
|
|
ammo_type = /obj/item/ammo_casing/a9x39
|
|
|
|
/obj/item/ammo_magazine/asval/ap
|
|
name = "AS-Val magazine(9x39mm armor-piercing)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 1200)
|
|
ammo_type = /obj/item/ammo_casing/a9x39/ap
|
|
|
|
/obj/item/ammo_magazine/akm
|
|
name = "AKM magazine (7.62x39mm standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
icon_state = "762mag"
|
|
max_ammo = 30
|
|
mag_type = MAGAZINE
|
|
caliber = "7.62x39mm"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 1600)
|
|
multiple_sprites = 1
|
|
ammo_type = /obj/item/ammo_casing/a762x39
|
|
|
|
/obj/item/ammo_magazine/akm/ap
|
|
name = "AKM magazine (7.62x39mm armor-piercing)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 2000)
|
|
ammo_type = /obj/item/ammo_casing/a762x39/ap
|
|
|
|
/obj/item/ammo_magazine/akm/hp
|
|
name = "AKM magazine (7.62x39mm hollow-point)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 2000)
|
|
ammo_type = /obj/item/ammo_casing/a762x39/hp
|
|
|
|
/obj/item/ammo_magazine/ak74
|
|
name = "AK74 magazine (5.45mm standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
icon_state = "545bake"
|
|
max_ammo = 30
|
|
mag_type = MAGAZINE
|
|
caliber = "5.45mm"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 1400)
|
|
multiple_sprites = 1
|
|
ammo_type = /obj/item/ammo_casing/a545
|
|
|
|
/obj/item/ammo_magazine/ak74/ap
|
|
name = "AK74 magazine (5.45mm armor-piercing)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 1800)
|
|
ammo_type = /obj/item/ammo_casing/a545/ap
|
|
|
|
/obj/item/ammo_magazine/ak74/hp
|
|
name = "AK74 magazine (5.45mm hollow-point)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 1800)
|
|
ammo_type = /obj/item/ammo_casing/a545/hp
|
|
|
|
/obj/item/ammo_magazine/ak74/plum
|
|
icon_state = "545plum"
|
|
|
|
/obj/item/ammo_magazine/m16
|
|
name = "M16 magazine (5.56x45mm standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
icon_state = "556mag"
|
|
max_ammo = 30
|
|
mag_type = MAGAZINE
|
|
caliber = "5.56x45mm"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 1400)
|
|
multiple_sprites = 1
|
|
ammo_type = /obj/item/ammo_casing/a556
|
|
|
|
/obj/item/ammo_magazine/m16/ap
|
|
name = "M16 magazine (5.56x45mm armor-piercing)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 1700)
|
|
ammo_type = /obj/item/ammo_casing/a556/ap
|
|
|
|
/obj/item/ammo_magazine/m16/hp
|
|
name = "M16 magazine (5.56x45mm hollow-point)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 1700)
|
|
ammo_type = /obj/item/ammo_casing/a556/hp
|
|
|
|
/obj/item/ammo_magazine/m16/patriot
|
|
name = "Patriot magazine (5.56x45mm standard)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 5000)
|
|
max_ammo = 100
|
|
icon_state = "patriotmag"
|
|
|
|
/obj/item/ammo_magazine/m41
|
|
name = "M41A magazine (10x24mm standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
icon_state = "m41mag"
|
|
max_ammo = 40
|
|
mag_type = MAGAZINE
|
|
caliber = "10x24mm"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 10000)
|
|
multiple_sprites = 1
|
|
ammo_type = /obj/item/ammo_casing/a10x24
|
|
|
|
/obj/item/ammo_magazine/clip/sks
|
|
name = "Ammo clip(7.62x39mm standard)"
|
|
icon_state = "gclip"
|
|
max_ammo = 10
|
|
caliber = "7.62x39mm"
|
|
multiple_sprites = 1
|
|
matter = list(DEFAULT_WALL_MATERIAL = 400)
|
|
ammo_type = /obj/item/ammo_casing/a762x39
|
|
|
|
/obj/item/ammo_magazine/clip/sks/ap
|
|
name = "Ammo clip(7.62x39mm armor-piercing)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 700)
|
|
ammo_type = /obj/item/ammo_casing/a762x39/ap
|
|
|
|
/obj/item/ammo_magazine/clip/mosin
|
|
name = "Ammo clip(7.62x54mmR standard)"
|
|
icon_state = "clip_rifle"
|
|
max_ammo = 5
|
|
caliber = "7.62x54mmR"
|
|
multiple_sprites = 1
|
|
matter = list(DEFAULT_WALL_MATERIAL = 300)
|
|
ammo_type = /obj/item/ammo_casing/a762x54
|
|
|
|
/obj/item/ammo_magazine/clip/mosin/ap
|
|
name = "Ammo clip(7.62x54mmR armor-piercing)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 600)
|
|
ammo_type = /obj/item/ammo_casing/a762x54/ap
|
|
|
|
/obj/item/ammo_magazine/type901
|
|
name = "Type-901 magazine(7.62x51mm standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
caliber = "7.62mm"
|
|
icon_state = "762mag"
|
|
max_ammo = 30
|
|
mag_type = MAGAZINE
|
|
multiple_sprites = 1
|
|
matter = list(DEFAULT_WALL_MATERIAL = 2400)
|
|
ammo_type = /obj/item/ammo_casing/a762
|
|
|
|
/obj/item/ammo_magazine/type901/ap
|
|
name = "Type-901 magazine(7.62x51mm armor-piercing)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 3000)
|
|
ammo_type = /obj/item/ammo_casing/a762/ap
|
|
|
|
/obj/item/ammo_magazine/ar10
|
|
name = "AR-10 magazine(7.62x51mm standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
caliber = "7.62mm"
|
|
icon_state = "m41mag" //This just looks the closest IMO
|
|
max_ammo = 20
|
|
mag_type = MAGAZINE
|
|
multiple_sprites = 1
|
|
matter = list(DEFAULT_WALL_MATERIAL = 1800)
|
|
ammo_type = /obj/item/ammo_casing/a762
|
|
|
|
/obj/item/ammo_magazine/ar10/ap
|
|
name = "AR-10 magazine(7.62x51mm armor-piercing)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 2400)
|
|
ammo_type = /obj/item/ammo_casing/a762/ap
|
|
|
|
/obj/item/ammo_magazine/fal
|
|
name = "FAL magazine(7.62x51mm standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
caliber = "7.62mm"
|
|
icon_state = "m41mag" //This just looks the closest IMO
|
|
max_ammo = 20
|
|
mag_type = MAGAZINE
|
|
multiple_sprites = 1
|
|
matter = list(DEFAULT_WALL_MATERIAL = 1800)
|
|
ammo_type = /obj/item/ammo_casing/a762
|
|
|
|
/obj/item/ammo_magazine/fal/ap
|
|
name = "FAL magazine(7.62x51mm armor-piercing)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 2400)
|
|
ammo_type = /obj/item/ammo_casing/a762/ap
|
|
|
|
/obj/item/ammo_magazine/awp
|
|
name = "AWP magazine(.338 Lapua standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
caliber = ".338"
|
|
icon_state = "awp"
|
|
max_ammo = 5
|
|
mag_type = MAGAZINE
|
|
multiple_sprites = 1
|
|
matter = list(DEFAULT_WALL_MATERIAL = 2400)
|
|
ammo_type = /obj/item/ammo_casing/a338
|
|
|
|
/obj/item/ammo_magazine/awp/ap
|
|
name = "AWP magazine(.338 Lapua armor-piercing)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 3000)
|
|
ammo_type = /obj/item/ammo_casing/a338/ap
|
|
|
|
/obj/item/ammo_magazine/hectate
|
|
name = "Hectate II magazine(.50 BMG standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
caliber = ".50 BMG"
|
|
icon_state = "hectate"
|
|
max_ammo = 7
|
|
mag_type = MAGAZINE
|
|
multiple_sprites = 1
|
|
matter = list(DEFAULT_WALL_MATERIAL = 4000)
|
|
ammo_type = /obj/item/ammo_casing/a50bmg
|
|
|
|
/obj/item/ammo_magazine/hectate/ap
|
|
name = "Hectate II magazine(.50 BMG armor-piercing)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 5000)
|
|
ammo_type = /obj/item/ammo_casing/a50bmg/ap
|
|
|
|
/obj/item/ammo_magazine/ppsh
|
|
name = "PPSH-17b drum magazine(7.62x25mm Tokarev standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
caliber = "7.62x25mm"
|
|
icon_state = "ppshmag"
|
|
max_ammo = 71
|
|
mag_type = MAGAZINE
|
|
multiple_sprites = 1
|
|
matter = list(DEFAULT_WALL_MATERIAL = 1500)
|
|
ammo_type = /obj/item/ammo_casing/a762x25
|
|
|
|
/obj/item/ammo_magazine/plamya
|
|
name = "Plamya drum magazine(9x39mm standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
caliber = "9x39mm"
|
|
icon_state = "plamyamag"
|
|
max_ammo = 50
|
|
mag_type = MAGAZINE
|
|
multiple_sprites = 1
|
|
matter = list(DEFAULT_WALL_MATERIAL = 2500)
|
|
ammo_type = /obj/item/ammo_casing/a9x39
|
|
|
|
/obj/item/ammo_magazine/plamya/ap
|
|
name = "Plamya drum magazine(9x39mm armor-piercing)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 3000)
|
|
ammo_type = /obj/item/ammo_casing/a9x39/ap
|
|
|
|
/obj/item/ammo_magazine/strela
|
|
name = "Strela magazine(12 gauge buckshot)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
caliber = "12g"
|
|
icon_state = "strelamag"
|
|
max_ammo = 7
|
|
mag_type = MAGAZINE
|
|
multiple_sprites = 1
|
|
matter = list(DEFAULT_WALL_MATERIAL = 800)
|
|
ammo_type = /obj/item/ammo_casing/a12g/pellet
|
|
|
|
/obj/item/ammo_magazine/strela/slug
|
|
name = "Strela magazine(12 gauge slug)"
|
|
ammo_type = /obj/item/ammo_casing/a12g
|
|
|
|
/obj/item/ammo_magazine/molniya
|
|
name = "Molniya magazine box(7.62x51mm standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
caliber = "7.62mm"
|
|
icon_state = "molniyamag"
|
|
max_ammo = 100
|
|
mag_type = MAGAZINE
|
|
multiple_sprites = 1
|
|
matter = list(DEFAULT_WALL_MATERIAL = 8000)
|
|
ammo_type = /obj/item/ammo_casing/a762
|
|
|
|
/obj/item/ammo_magazine/molniya/ap
|
|
name = "Molniya magazine box(7.62x51mm armor-piercing)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 10000)
|
|
ammo_type = /obj/item/ammo_casing/a762/ap
|
|
|
|
/obj/item/ammo_magazine/kord
|
|
name = "Kord magazine box(12.7x108mm standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
caliber = "12.7x108mm"
|
|
icon_state = "kordmag"
|
|
max_ammo = 100
|
|
mag_type = MAGAZINE
|
|
multiple_sprites = 1
|
|
matter = list(DEFAULT_WALL_MATERIAL = 20000)
|
|
ammo_type = /obj/item/ammo_casing/a127x108
|
|
|
|
/obj/item/ammo_magazine/pkm
|
|
name = "PKM magazine box(7.62x54mmR standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
caliber = "7.62x54mmR"
|
|
icon_state = "molniyamag"
|
|
max_ammo = 100
|
|
mag_type = MAGAZINE
|
|
multiple_sprites = 1
|
|
matter = list(DEFAULT_WALL_MATERIAL = 8000)
|
|
ammo_type = /obj/item/ammo_casing/a762x54
|
|
|
|
/obj/item/ammo_magazine/pkm/ap
|
|
name = "PKM magazine box(7.62x54mmR armor-piercing)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 10000)
|
|
ammo_type = /obj/item/ammo_casing/a762x54/ap
|
|
|
|
/obj/item/ammo_magazine/rpd
|
|
name = "RPD Drum magazine(7.62x39mm standard)" //Lil side note. These mags don't work with the AK, because the rounds inside are actually on a belt, but they might still fit inside an AK and just break it? Couldn't find any more details on what happens if you try.
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
caliber = "7.62x39mm"
|
|
icon_state = "rpdmag"
|
|
max_ammo = 100
|
|
mag_type = MAGAZINE
|
|
multiple_sprites = 1
|
|
matter = list(DEFAULT_WALL_MATERIAL = 8000)
|
|
ammo_type = /obj/item/ammo_casing/a762x39
|
|
|
|
/obj/item/ammo_magazine/rpd/ap
|
|
name = "PKM magazine box(7.62x39mm armor-piercing)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 10000)
|
|
ammo_type = /obj/item/ammo_casing/a762x39/ap
|
|
|
|
/obj/item/ammo_magazine/akm/drum
|
|
name = "RPK Drum magazine(7.62x39mm standard)" //These ARE interchangeable with AK magazines in the same caliber
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
caliber = "7.62x39mm"
|
|
icon_state = "rpdmag"
|
|
max_ammo = 75
|
|
mag_type = MAGAZINE
|
|
multiple_sprites = 1
|
|
matter = list(DEFAULT_WALL_MATERIAL = 6000)
|
|
ammo_type = /obj/item/ammo_casing/a762x39
|
|
|
|
/obj/item/ammo_magazine/akm/drum/ap
|
|
name = "PKM magazine box(7.62x39mm armor-piercing)"
|
|
matter = list(DEFAULT_WALL_MATERIAL = 7500)
|
|
ammo_type = /obj/item/ammo_casing/a762x39/ap
|
|
|
|
/obj/item/ammo_magazine/ssp4
|
|
name = "SSP4 magazine(10mm standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
caliber = "10mm"
|
|
icon_state = "10mmmag"
|
|
max_ammo = 8
|
|
mag_type = MAGAZINE
|
|
multiple_sprites = 1
|
|
matter = list(DEFAULT_WALL_MATERIAL = 400)
|
|
ammo_type = /obj/item/ammo_casing/a10mm
|
|
|
|
/obj/item/ammo_magazine/makarov
|
|
name = "Makarov magazine(9x18mm Makarov standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
caliber = "9x18mm"
|
|
icon_state = "9mmmag"
|
|
max_ammo = 8
|
|
mag_type = MAGAZINE
|
|
multiple_sprites = 1
|
|
matter = list(DEFAULT_WALL_MATERIAL = 400)
|
|
ammo_type = /obj/item/ammo_casing/a9x18
|
|
|
|
/obj/item/ammo_magazine/m9mm/vp70
|
|
name = "VP70 magazine (18x 9x19mm standard)"
|
|
icon = 'icons/obj/ammo_ch.dmi'
|
|
icon_state = "9mmmag"
|
|
ammo_type = /obj/item/ammo_casing/a9mm
|
|
max_ammo = 18
|
|
|
|
/obj/item/ammo_magazine/m9mm/vp70/ap
|
|
name = "VP70 magazine (18x 9x19mm armor-piercing)"
|
|
ammo_type = /obj/item/ammo_casing/a9mm/ap
|
|
|
|
/obj/item/ammo_magazine/m9mm/vp70/hp
|
|
name = "VP70 magazine (18x 9x19mm hollow-point)"
|
|
ammo_type = /obj/item/ammo_casing/a9mm/ap
|