research and different mat requirements for borg upgrades

This commit is contained in:
paprka
2015-02-04 13:01:05 -08:00
parent b1a3cde873
commit b7994d7c2d
@@ -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("combat" = 5, "engineering" = 4)
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")