Merge pull request #7010 from atlantiscze/2020_04_17_LoadBalancing

Ports over power-related enhancements and tweaks i coded for Bay a while back
This commit is contained in:
Atermonera
2020-05-03 18:45:25 -04:00
committed by VirgoBot
parent 4e4868f273
commit 77fef98789
21 changed files with 679 additions and 428 deletions
@@ -18,14 +18,7 @@
build_path = /obj/machinery/power/smes/batteryrack
board_type = new /datum/frame/frame_types/machine
origin_tech = list(TECH_POWER = 3, TECH_ENGINEERING = 2)
req_components = list(/obj/item/weapon/cell = 3)
/obj/item/weapon/circuitboard/ghettosmes
name = T_BOARD("makeshift PSU")
desc = "An APC circuit repurposed into some power storage device controller"
build_path = /obj/machinery/power/smes/batteryrack/makeshift
board_type = new /datum/frame/frame_types/machine
req_components = list(/obj/item/weapon/cell = 3)
req_components = list(/obj/item/weapon/stock_parts/capacitor/ = 3, /obj/item/weapon/stock_parts/matter_bin/ = 1)
/obj/item/weapon/circuitboard/grid_checker
name = T_BOARD("power grid checker")