mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-26 01:33:12 +00:00
16 lines
733 B
Plaintext
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")
|