mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-26 10:12:17 +00:00
80 lines
1.7 KiB
Plaintext
80 lines
1.7 KiB
Plaintext
/obj/item/ammo_box/a357
|
|
name = "ammo box (.357)"
|
|
desc = "A box of .357 ammo"
|
|
icon_state = "357"
|
|
ammo_type = "/obj/item/ammo_casing/a357"
|
|
max_ammo = 7
|
|
multiple_sprites = 1
|
|
|
|
/obj/item/ammo_box/c38
|
|
name = "speed loader (.38)"
|
|
icon_state = "38"
|
|
ammo_type = "/obj/item/ammo_casing/c38"
|
|
max_ammo = 6
|
|
multiple_sprites = 1
|
|
|
|
|
|
|
|
/obj/item/ammo_box/a418
|
|
name = "ammo box (.418)"
|
|
icon_state = "418"
|
|
ammo_type = "/obj/item/ammo_casing/a418"
|
|
max_ammo = 7
|
|
multiple_sprites = 1
|
|
|
|
|
|
|
|
/obj/item/ammo_box/a666
|
|
name = "ammo box (.666)"
|
|
icon_state = "666"
|
|
ammo_type = "/obj/item/ammo_casing/a666"
|
|
max_ammo = 4
|
|
multiple_sprites = 1
|
|
|
|
|
|
/obj/item/ammo_box/c9mm
|
|
name = "Ammunition Box (9mm)"
|
|
icon_state = "9mm"
|
|
origin_tech = "combat=2"
|
|
ammo_type = "/obj/item/ammo_casing/c9mm"
|
|
max_ammo = 36
|
|
|
|
|
|
|
|
/obj/item/ammo_box/c45
|
|
name = "Ammunition Box (.45)"
|
|
icon_state = "9mm"
|
|
origin_tech = "combat=2"
|
|
ammo_type = "/obj/item/ammo_casing/c45"
|
|
max_ammo = 32
|
|
|
|
|
|
|
|
/obj/item/ammo_box/a12mm
|
|
name = "Ammunition Box (12mm)"
|
|
icon_state = "9mm"
|
|
origin_tech = "combat=2"
|
|
ammo_type = "/obj/item/ammo_casing/a12mm"
|
|
max_ammo = 40
|
|
|
|
/obj/item/ammo_box/shotgun
|
|
name = "Ammunition Box (slug)"
|
|
icon_state = "9mm"
|
|
origin_tech = "combat=2"
|
|
ammo_type = /obj/item/ammo_casing/shotgun
|
|
max_ammo = 8
|
|
m_amt = 100000
|
|
|
|
/obj/item/ammo_box/shotgun/buck
|
|
name = "Ammunition Box (buckshot)"
|
|
ammo_type = /obj/item/ammo_casing/shotgun/buck
|
|
|
|
/obj/item/ammo_box/shotgun/stun
|
|
name = "Ammunition Box (stun shells)"
|
|
ammo_type = /obj/item/ammo_casing/shotgun/stunshell
|
|
m_amt = 20000
|
|
|
|
/obj/item/ammo_box/shotgun/beanbag
|
|
name = "Ammunition Box (beanbag shells)"
|
|
ammo_type = /obj/item/ammo_casing/shotgun/beanbag
|
|
m_amt = 4000 |