mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
research and different mat requirements for borg upgrades
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user