Files
CHOMPStation2/modular_chomp/code/modules/datums/supplypacks/security.dm

73 lines
3.3 KiB
Plaintext

/datum/supply_pack/security/altplatecarrier
name = "Armor - Alt Black modular armor set"
desc = "A full set of armor, including a helmet, and a plate carrier with all of its components."
contains = list(
/obj/item/clothing/suit/armor/pcarrier/modarm,
/obj/item/clothing/accessory/armor/armguards/modarm,
/obj/item/clothing/accessory/armor/legguards/modarm,
/obj/item/clothing/head/helmet/riot/modarm,
/obj/item/clothing/accessory/armor/groinpad,
/obj/item/clothing/shoes/footguards_modarm,
/obj/item/clothing/gloves/handguards_modarm,
/obj/item/clothing/accessory/storage/pouches/large,
)
cost = 40
containertype = /obj/structure/closet/crate/secure/gear
containername = "Modular Armor crate"
/datum/supply_pack/security/altplatecarrier/green
name = "Armor - Alt Green modular armor set"
desc = "A full set of armor, including a helmet, and a plate carrier with all of its components."
contains = list(
/obj/item/clothing/suit/armor/pcarrier/modarm/green,
/obj/item/clothing/accessory/armor/armguards/modarm/green,
/obj/item/clothing/accessory/armor/legguards/modarm/green,
/obj/item/clothing/head/helmet/riot/modarm,
/obj/item/clothing/accessory/armor/groinpad/green,
/obj/item/clothing/shoes/footguards_modarm,
/obj/item/clothing/gloves/handguards_modarm,
/obj/item/clothing/accessory/storage/pouches/large/green,
)
/datum/supply_pack/security/altplatecarrier/tan
name = "Armor - Alt Tan modular armor set"
desc = "A full set of armor, including a helmet, and a plate carrier with all of its components."
contains = list(
/obj/item/clothing/suit/armor/pcarrier/modarm/tan,
/obj/item/clothing/accessory/armor/armguards/modarm/tan,
/obj/item/clothing/accessory/armor/legguards/modarm/tan,
/obj/item/clothing/head/helmet/riot/modarm,
/obj/item/clothing/accessory/armor/groinpad/tan,
/obj/item/clothing/shoes/footguards_modarm,
/obj/item/clothing/gloves/handguards_modarm,
/obj/item/clothing/accessory/storage/pouches/large/tan,
)
/datum/supply_pack/security/altplatecarrier/blue
name = "Armor - Alt Navy modular armor set"
desc = "A full set of armor, including a helmet, and a plate carrier with all of its components."
contains = list(
/obj/item/clothing/suit/armor/pcarrier/modarm/blue,
/obj/item/clothing/accessory/armor/armguards/modarm/blue,
/obj/item/clothing/accessory/armor/legguards/modarm/blue,
/obj/item/clothing/head/helmet/riot/modarm,
/obj/item/clothing/accessory/armor/groinpad/blue,
/obj/item/clothing/shoes/footguards_modarm,
/obj/item/clothing/gloves/handguards_modarm,
/obj/item/clothing/accessory/storage/pouches/large/navy,
)
/datum/supply_pack/security/altplatecarrier/lightblue
name = "Armor - Alt Peacekeeper modular armor set"
desc = "A full set of armor, including a helmet, and a plate carrier with all of its components."
contains = list(
/obj/item/clothing/suit/armor/pcarrier/modarm/lightblue,
/obj/item/clothing/accessory/armor/armguards/modarm/lightblue,
/obj/item/clothing/accessory/armor/legguards/modarm/lightblue,
/obj/item/clothing/head/helmet/riot/modarm,
/obj/item/clothing/accessory/armor/groinpad/lightblue,
/obj/item/clothing/shoes/footguards_modarm,
/obj/item/clothing/gloves/handguards_modarm,
/obj/item/clothing/accessory/storage/pouches/large/blue,
)