mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
research & construction
This commit is contained in:
@@ -255,3 +255,13 @@
|
||||
/obj/item/weapon/stock_parts/spring = 1,
|
||||
/obj/item/stack/cable_coil = 5)
|
||||
|
||||
/obj/item/weapon/circuitboard/arf_generator
|
||||
name = T_BOARD("atmospheric field generator")
|
||||
build_path = /obj/machinery/atmospheric_field_generator
|
||||
board_type = new /datum/frame/frame_types/arfgs
|
||||
origin_tech = list(TECH_MAGNET = 4, TECH_POWER = 4, TECH_BIO = 3)
|
||||
req_components = list(
|
||||
/obj/item/weapon/stock_parts/micro_laser/high = 2, //field emitters
|
||||
/obj/item/weapon/stock_parts/scanning_module = 1, //atmosphere sensor
|
||||
/obj/item/weapon/stock_parts/capacitor/adv = 1, //for the JUICE
|
||||
/obj/item/stack/cable_coil = 10)
|
||||
Reference in New Issue
Block a user