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:
Atlantiscze
2014-08-30 22:03:37 +02:00
parent 7bb01ca020
commit 641098fe78
2 changed files with 18 additions and 0 deletions
+10
View File
@@ -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//////////
///////////////////////////////////