Files
S.P.L.U.R.T-Station-13/modular_splurt/code/modules/research/designs/power_designs.dm
2022-09-18 02:47:41 -06:00

16 lines
733 B
Plaintext

//Jessie Added this
/datum/design/bluespace_cell_reactor
name = "Bluespace Reactor Power Cell"
desc = "A power cell that holds 5 MJ of energy."
id = "bluespace_cell_reactor"
build_type = PROTOLATHE | MECHFAB
materials = list(/datum/material/iron = 1200, /datum/material/gold = 260, /datum/material/glass = 360, /datum/material/diamond = 560, /datum/material/titanium = 600, /datum/material/bluespace = 1200, /datum/material/uranium = 2600)
construction_time=100
build_path = /obj/item/stock_parts/cell/bluespacereactor
category = list("Misc","Power Designs")
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_ENGINEERING
/datum/design/vortex_cell
build_type = PROTOLATHE
category = list("Power Designs")