mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
SMES (de)construction:
- Adds supply pack for SMES coil. Costs 75 points for single coil. - Adds design for SMES circuitboard. Needs diamonds, gold, silver and is very high tech.
This commit is contained in:
@@ -375,6 +375,16 @@ datum/design/aifixer
|
||||
materials = list("$glass" = 2000, "sacid" = 20)
|
||||
build_path = "/obj/item/weapon/circuitboard/aifixer"
|
||||
|
||||
// VERY VERY EXPENSIVE (needs diamonds and stuff)
|
||||
datum/design/aifixer
|
||||
name = "Circuit Design (SMES Cell)"
|
||||
desc = "Allows for the construction of circuit boards used to build an SMES Cell."
|
||||
id = "smes_cell"
|
||||
req_tech = list("powerstorage" = 7, "engineering" = 5) // Higher than obtained by deconstructing existing boards. Needs more RnD effor to make
|
||||
build_type = IMPRINTER
|
||||
materials = list("$glass" = 4000, "sacid" = 40, "$gold" = 1000, "$silver" = 1000, "$diamond" = 500)
|
||||
build_path = "/obj/item/weapon/circuitboard/smes"
|
||||
|
||||
///////////////////////////////////
|
||||
//////////AI Module Disks//////////
|
||||
///////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user