Merge pull request #7554 from paprka/ablightonrobotics

Research and different mat requirements for borg upgrades
This commit is contained in:
hornygranny
2015-02-05 11:57:22 -08:00
2 changed files with 9 additions and 2 deletions
@@ -630,7 +630,8 @@
id = "borg_upgrade_vtec"
build_type = MECHFAB
build_path = /obj/item/borg/upgrade/vtec
materials = list("$metal"=80000 , "$glass"=6000 , "$gold"= 5000)
req_tech = list("engineering" = 4, "materials" = 5)
materials = list("$metal"=80000 , "$glass"=6000 , "$uranium"= 5000)
construction_time = 120
category = list("Cyborg Upgrade Modules")
@@ -639,6 +640,7 @@
id = "borg_upgrade_tasercooler"
build_type = MECHFAB
build_path = /obj/item/borg/upgrade/tasercooler
req_tech = list("combat" = 5, "power" = 4)
materials = list("$metal"=80000 , "$glass"=6000 , "$gold"= 2000, "$diamond" = 500)
construction_time = 120
category = list("Cyborg Upgrade Modules")
@@ -648,7 +650,8 @@
id = "borg_upgrade_jetpack"
build_type = MECHFAB
build_path = /obj/item/borg/upgrade/jetpack
materials = list("$metal"=10000,"$plasma"=15000,"$uranium" = 20000)
req_tech = list("engineering" = 4, "power" = 4)
materials = list("$metal"=10000,"$plasma"=12000,"$uranium" = 10000)
construction_time = 120
category = list("Cyborg Upgrade Modules")