mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-04 13:20:15 +00:00
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
/datum/supply_pack/eng/modern_shield
|
|
name = "Modern Shield Construction Kit"
|
|
contains = list(
|
|
/obj/item/weapon/circuitboard/shield_generator,
|
|
/obj/item/weapon/stock_parts/capacitor,
|
|
/obj/item/weapon/stock_parts/micro_laser,
|
|
/obj/item/weapon/smes_coil,
|
|
/obj/item/weapon/stock_parts/console_screen,
|
|
/obj/item/weapon/stock_parts/subspace/amplifier
|
|
)
|
|
cost = 80
|
|
containertype = /obj/structure/closet/crate/focalpoint
|
|
containername = "shield generator construction kit crate"
|
|
|
|
/datum/supply_pack/eng/thermoregulator
|
|
contains = list(/obj/machinery/power/thermoregulator)
|
|
name = "Thermal Regulator"
|
|
cost = 30
|
|
containertype = /obj/structure/closet/crate/large
|
|
containername = "thermal regulator crate"
|
|
access = access_atmospherics
|
|
|
|
/datum/supply_pack/eng/radsuit
|
|
contains = list(
|
|
/obj/item/clothing/suit/radiation = 3,
|
|
/obj/item/clothing/head/radiation = 3
|
|
)
|
|
|
|
/datum/supply_pack/eng/algae
|
|
contains = list(/obj/item/stack/material/algae/ten)
|
|
name = "Algae Sheets (10)"
|
|
cost = 20
|
|
containertype = /obj/structure/closet/crate
|
|
containername = "algae sheets crate"
|
|
|
|
/datum/supply_pack/eng/engine/tesla_gen
|
|
name = "Tesla Generator crate"
|
|
contains = list(/obj/machinery/the_singularitygen/tesla)
|
|
containertype = /obj/structure/closet/crate/secure/engineering
|
|
containername = "Tesla Generator crate"
|
|
access = access_ce
|