Horizon Shuttle Enhancements: Multiple Areas + Power + Layout Changes (#13691)

This commit is contained in:
WickedCybs
2022-05-08 18:03:34 +02:00
committed by GitHub
parent 1d125a73cc
commit d011f8428b
9 changed files with 1298 additions and 667 deletions
+8
View File
@@ -86,6 +86,14 @@
cell_type = /obj/item/cell
req_access = list(access_captain)
/obj/machinery/power/apc/intrepid
cell_type = /obj/item/cell/high
req_one_access = list(access_intrepid,access_engine_equip)
/obj/machinery/power/apc/mining_pod
cell_type = /obj/item/cell/high
req_one_access = list(access_mining,access_engine_equip)
// Construction site APC, starts turned off
/obj/machinery/power/apc/high/inactive
cell_type = /obj/item/cell/high
+11
View File
@@ -70,6 +70,17 @@
output_level = 500000
charge =1.5e+7
// The Horizon's shuttles want something with decent capacity to sustain themselves and enough transmission to meet their energy needs.
/obj/machinery/power/smes/buildable/horizon_shuttle/Initialize()
. = ..()
component_parts += new /obj/item/smes_coil/super_io(src)
component_parts += new /obj/item/smes_coil/super_capacity(src)
input_attempt = TRUE
output_attempt = TRUE
input_level = 1300000
output_level = 1300000
charge = 5.55e+007
// END SMES SUBTYPES
// SMES itself