mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
279 lines
9.2 KiB
Plaintext
279 lines
9.2 KiB
Plaintext
/*
|
|
* Here is where any supply packs
|
|
* related to voidsuits live.
|
|
*/
|
|
|
|
|
|
/datum/supply_pack/voidsuits
|
|
group = "Voidsuits"
|
|
|
|
/datum/supply_pack/voidsuits/atmos
|
|
name = "Atmospheric voidsuits"
|
|
contains = list(
|
|
/obj/item/clothing/suit/space/void/atmos = 2,
|
|
/obj/item/clothing/head/helmet/space/void/atmos = 2,
|
|
/obj/item/clothing/mask/breath = 2,
|
|
/obj/item/clothing/shoes/magboots = 2,
|
|
/obj/item/weapon/tank/oxygen = 2,
|
|
)
|
|
cost = 35
|
|
containertype = /obj/structure/closet/crate/secure/aether
|
|
containername = "Atmospheric voidsuit crate"
|
|
access = access_atmospherics
|
|
|
|
/datum/supply_pack/voidsuits/atmos/alt
|
|
name = "Heavy Duty Atmospheric voidsuits"
|
|
contains = list(
|
|
/obj/item/clothing/suit/space/void/atmos/alt = 2,
|
|
/obj/item/clothing/head/helmet/space/void/atmos/alt = 2,
|
|
/obj/item/clothing/mask/breath = 2,
|
|
/obj/item/clothing/shoes/magboots = 2,
|
|
/obj/item/weapon/tank/oxygen = 2,
|
|
)
|
|
cost = 60
|
|
containertype = /obj/structure/closet/crate/secure/aether
|
|
containername = "Heavy Duty Atmospheric voidsuit crate"
|
|
access = access_atmospherics
|
|
|
|
/datum/supply_pack/voidsuits/engineering
|
|
name = "Engineering voidsuits"
|
|
contains = list(
|
|
/obj/item/clothing/suit/space/void/engineering = 2,
|
|
/obj/item/clothing/head/helmet/space/void/engineering = 2,
|
|
/obj/item/clothing/mask/breath = 2,
|
|
/obj/item/clothing/shoes/magboots = 2,
|
|
/obj/item/weapon/tank/oxygen = 2
|
|
)
|
|
cost = 35
|
|
containertype = /obj/structure/closet/crate/secure/xion
|
|
containername = "Engineering voidsuit crate"
|
|
access = access_engine_equip
|
|
|
|
/datum/supply_pack/voidsuits/engineering/construction
|
|
name = "Engineering Construction voidsuits"
|
|
contains = list(
|
|
/obj/item/clothing/suit/space/void/engineering/construction = 2,
|
|
/obj/item/clothing/head/helmet/space/void/engineering/construction = 2,
|
|
/obj/item/clothing/mask/breath = 2,
|
|
/obj/item/clothing/shoes/magboots = 2,
|
|
/obj/item/weapon/tank/oxygen = 2
|
|
)
|
|
cost = 35
|
|
containertype = /obj/structure/closet/crate/secure/xion
|
|
containername = "Engineering Construction voidsuit crate"
|
|
access = access_engine_equip
|
|
|
|
/datum/supply_pack/voidsuits/engineering/hazmat
|
|
name = "Engineering Hazmat voidsuits"
|
|
contains = list(
|
|
/obj/item/clothing/suit/space/void/engineering/hazmat = 2,
|
|
/obj/item/clothing/head/helmet/space/void/engineering/hazmat = 2,
|
|
/obj/item/clothing/mask/breath = 2,
|
|
/obj/item/clothing/shoes/magboots = 2,
|
|
/obj/item/weapon/tank/oxygen = 2
|
|
)
|
|
cost = 35
|
|
containertype = /obj/structure/closet/crate/secure/xion
|
|
containername = "Engineering Hazmat voidsuit crate"
|
|
access = access_engine_equip
|
|
|
|
/datum/supply_pack/voidsuits/engineering/alt
|
|
name = "Reinforced Engineering voidsuits"
|
|
contains = list(
|
|
/obj/item/clothing/suit/space/void/engineering/alt = 2,
|
|
/obj/item/clothing/head/helmet/space/void/engineering/alt = 2,
|
|
/obj/item/clothing/mask/breath = 2,
|
|
/obj/item/clothing/shoes/magboots = 2,
|
|
/obj/item/weapon/tank/oxygen = 2
|
|
)
|
|
cost = 60
|
|
containertype = /obj/structure/closet/crate/secure/xion
|
|
containername = "Reinforced Engineering voidsuit crate"
|
|
access = access_engine_equip
|
|
|
|
/datum/supply_pack/voidsuits/medical
|
|
name = "Medical voidsuits"
|
|
contains = list(
|
|
/obj/item/clothing/suit/space/void/medical = 2,
|
|
/obj/item/clothing/head/helmet/space/void/medical = 2,
|
|
/obj/item/clothing/mask/breath = 2,
|
|
/obj/item/clothing/shoes/magboots = 2,
|
|
/obj/item/weapon/tank/oxygen = 2
|
|
)
|
|
cost = 35
|
|
containertype = /obj/structure/closet/crate/secure/veymed
|
|
containername = "Medical voidsuit crate"
|
|
access = access_medical_equip
|
|
|
|
/datum/supply_pack/voidsuits/medical/emt
|
|
name = "Medical EMT voidsuits"
|
|
contains = list(
|
|
/obj/item/clothing/suit/space/void/medical/emt = 2,
|
|
/obj/item/clothing/head/helmet/space/void/medical/emt = 2,
|
|
/obj/item/clothing/mask/breath = 2,
|
|
/obj/item/clothing/shoes/magboots = 2,
|
|
/obj/item/weapon/tank/oxygen = 2
|
|
)
|
|
cost = 35
|
|
containertype = /obj/structure/closet/crate/secure/veymed
|
|
containername = "Medical EMT voidsuit crate"
|
|
access = access_medical_equip
|
|
|
|
/datum/supply_pack/voidsuits/medical/bio
|
|
name = "Medical Biohazard voidsuits"
|
|
contains = list(
|
|
/obj/item/clothing/suit/space/void/medical/bio = 2,
|
|
/obj/item/clothing/head/helmet/space/void/medical/bio = 2,
|
|
/obj/item/clothing/mask/breath = 2,
|
|
/obj/item/clothing/shoes/magboots = 2,
|
|
/obj/item/weapon/tank/oxygen = 2
|
|
)
|
|
cost = 35
|
|
containertype = /obj/structure/closet/crate/secure/nanomed
|
|
containername = "Medical Biohazard voidsuit crate"
|
|
access = access_medical_equip
|
|
|
|
/datum/supply_pack/voidsuits/medical/alt
|
|
name = "Vey-Med Autoadaptive voidsuits (humanoid)"
|
|
contains = list(
|
|
/obj/item/clothing/suit/space/void/medical/alt = 2,
|
|
/obj/item/clothing/head/helmet/space/void/medical/alt = 2,
|
|
/obj/item/clothing/mask/breath = 2,
|
|
/obj/item/clothing/shoes/magboots = 2,
|
|
/obj/item/weapon/tank/oxygen = 2
|
|
)
|
|
cost = 60
|
|
containertype = /obj/structure/closet/crate/secure/veymed
|
|
containername = "Vey-Med Autoadaptive voidsuit (humanoid) crate"
|
|
access = access_medical_equip
|
|
|
|
/datum/supply_pack/voidsuits/medical/alt/tesh
|
|
name = "Vey-Med Autoadaptive voidsuits (teshari)"
|
|
contains = list(
|
|
/obj/item/clothing/suit/space/void/medical/alt/tesh = 2,
|
|
/obj/item/clothing/head/helmet/space/void/medical/alt/tesh = 2,
|
|
/obj/item/clothing/mask/breath = 2,
|
|
/obj/item/clothing/shoes/magboots = 2,
|
|
/obj/item/weapon/tank/oxygen = 2
|
|
)
|
|
containername = "Vey-Med Autoadaptive voidsuit (teshari) crate"
|
|
|
|
/datum/supply_pack/voidsuits/security
|
|
name = "Security voidsuits"
|
|
contains = list(
|
|
/obj/item/clothing/suit/space/void/security = 2,
|
|
/obj/item/clothing/head/helmet/space/void/security = 2,
|
|
/obj/item/clothing/mask/breath = 2,
|
|
/obj/item/clothing/shoes/magboots = 2,
|
|
/obj/item/weapon/tank/oxygen = 2
|
|
)
|
|
cost = 35
|
|
containertype = /obj/structure/closet/crate/secure/heph
|
|
containername = "Security voidsuit crate"
|
|
|
|
/datum/supply_pack/voidsuits/security/crowd
|
|
name = "Security Crowd Control voidsuits"
|
|
contains = list(
|
|
/obj/item/clothing/suit/space/void/security/riot = 2,
|
|
/obj/item/clothing/head/helmet/space/void/security/riot = 2,
|
|
/obj/item/clothing/mask/breath = 2,
|
|
/obj/item/clothing/shoes/magboots = 2,
|
|
/obj/item/weapon/tank/oxygen = 2
|
|
)
|
|
cost = 60
|
|
containertype = /obj/structure/closet/crate/secure/heph
|
|
containername = "Security Crowd Control voidsuit crate"
|
|
access = access_armory
|
|
|
|
/datum/supply_pack/voidsuits/security/alt
|
|
name = "Security EVA voidsuits"
|
|
contains = list(
|
|
/obj/item/clothing/suit/space/void/security/alt = 2,
|
|
/obj/item/clothing/head/helmet/space/void/security/alt = 2,
|
|
/obj/item/clothing/mask/breath = 2,
|
|
/obj/item/clothing/shoes/magboots = 2,
|
|
/obj/item/weapon/tank/oxygen = 2
|
|
)
|
|
cost = 60
|
|
containertype = /obj/structure/closet/crate/secure/heph
|
|
containername = "Security EVA voidsuit crate"
|
|
access = access_armory
|
|
|
|
/datum/supply_pack/voidsuits/supply
|
|
name = "Mining voidsuits"
|
|
contains = list(
|
|
/obj/item/clothing/suit/space/void/mining = 2,
|
|
/obj/item/clothing/head/helmet/space/void/mining = 2,
|
|
/obj/item/clothing/mask/breath = 2,
|
|
/obj/item/weapon/tank/oxygen = 2
|
|
)
|
|
cost = 35
|
|
containertype = /obj/structure/closet/crate/secure/xion
|
|
containername = "Mining voidsuit crate"
|
|
access = access_mining
|
|
|
|
/datum/supply_pack/voidsuits/supply/alt
|
|
name = "Frontier Mining voidsuits"
|
|
contains = list(
|
|
/obj/item/clothing/suit/space/void/mining/alt = 2,
|
|
/obj/item/clothing/head/helmet/space/void/mining/alt = 2,
|
|
/obj/item/clothing/mask/breath = 2,
|
|
/obj/item/weapon/tank/oxygen = 2
|
|
)
|
|
cost = 60
|
|
containertype = /obj/structure/closet/crate/secure/grayson
|
|
containername = "Frontier Mining voidsuit crate"
|
|
access = access_mining
|
|
|
|
/datum/supply_pack/voidsuits/zaddat
|
|
name = "Zaddat Shroud"
|
|
contains = list(
|
|
/obj/item/clothing/suit/space/void/zaddat = 1,
|
|
/obj/item/clothing/mask/gas/zaddat = 1
|
|
)
|
|
cost = 30
|
|
containertype = /obj/structure/closet/crate/nanotrasen
|
|
containername = "Zaddat Shroud crate"
|
|
access = access_mining
|
|
|
|
//ChompEdit Start
|
|
/datum/supply_pack/voidsuits/unathi_bs_NT
|
|
name = "NT Unathi breacher chassis"
|
|
contains = list(/obj/item/weapon/rig/breacher)
|
|
cost = 200 //Crap breacher suit, shouldn't be as expensive.
|
|
containertype = /obj/structure/closet/crate/secure
|
|
containername = "NT Unathi breacher chassis crate"
|
|
access = access_armory
|
|
|
|
/datum/supply_pack/voidsuits/unathi_bs_Auth
|
|
name = "Authentic Unathi breacher chassis"
|
|
contains = list(/obj/item/weapon/rig/breacher/fancy)
|
|
cost = 400 //Better, costs more.
|
|
containertype = /obj/structure/closet/crate/secure
|
|
containername = "Authentic Unathi breacher chassis crate"
|
|
access = access_armory
|
|
|
|
/datum/supply_pack/voidsuits/voxciv
|
|
name = "Vox Civilian Hardsuit"
|
|
contains = list(/obj/item/weapon/rig/vox/civilian)
|
|
cost = 80
|
|
containertype = /obj/structure/closet/crate/oculum
|
|
containername = "Vox Civilian Hardsuit"
|
|
|
|
/datum/supply_pack/voidsuits/voxeng
|
|
name = "Vox Engineering Hardsuit"
|
|
contains = list (/obj/item/weapon/rig/vox/engineering)
|
|
cost = 150
|
|
containertype = /obj/structure/closet/crate/oculum
|
|
containername = "Vox Engineering Hardsuit"
|
|
|
|
/datum/supply_pack/voidsuits/voxsec
|
|
name = "Vox Security Hardsuit"
|
|
contains = list (/obj/weapon/rig/vox/security)
|
|
cost = 90
|
|
containertype = /obj/structure/closet/crate/secure/heph
|
|
containername = "Voxcurity Rigsuit Crate"
|
|
access = access_security
|
|
|
|
//ChompEdit End
|