mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-21 03:36:47 +01:00
10 lines
385 B
Plaintext
10 lines
385 B
Plaintext
/obj/item/stock_parts/cell/bluespacereactor
|
|
name = "bluespace reactor power cell"
|
|
desc = "A self charging transdimensional power cell, houses a miniature reactor within its bluespace power pocket. Suffers in terms of capacity as a result."
|
|
icon_state = "bscell"
|
|
maxcharge = 10000
|
|
custom_materials = list(/datum/material/glass=600)
|
|
chargerate = 400
|
|
rating = 5
|
|
self_recharge = 1
|