Files
Bubberstation/code/modules/projectiles/ammunition/boxes.dm
2014-08-07 14:39:31 -07:00

50 lines
1.1 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 = "9mmbox"
origin_tech = "combat=2"
ammo_type = /obj/item/ammo_casing/c9mm
max_ammo = 30
/obj/item/ammo_box/c10mm
name = "Ammunition Box (10mm)"
icon_state = "10mmbox"
origin_tech = "combat=2"
ammo_type = /obj/item/ammo_casing/c10mm
max_ammo = 20
/obj/item/ammo_box/c45
name = "Ammunition Box (.45)"
icon_state = "45box"
origin_tech = "combat=2"
ammo_type = /obj/item/ammo_casing/c45
max_ammo = 20