mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
@@ -1,5 +1,5 @@
|
||||
|
||||
//Current rate: 132500 research points in 90 minutes
|
||||
//Current rate: 135000 research points in 90 minutes
|
||||
|
||||
//Base Nodes
|
||||
/datum/techweb_node/base
|
||||
@@ -210,7 +210,7 @@
|
||||
design_ids = list("bluespace_cell", "quadratic_capacitor")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
||||
export_price = 5000
|
||||
|
||||
|
||||
/datum/techweb_node/unregulated_bluespace
|
||||
id = "unregulated_bluespace"
|
||||
display_name = "Unregulated Bluespace Research"
|
||||
@@ -549,6 +549,15 @@
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 1000)
|
||||
export_price = 5000
|
||||
|
||||
/datum/techweb_node/rcd_upgrade
|
||||
id = "rcd_upgrade"
|
||||
display_name = "RCD designs upgrade"
|
||||
description = "Unlocks new RCD designs."
|
||||
design_ids = list("rcd_upgrade")
|
||||
prereq_ids = list("adv_engi")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
||||
export_price = 5000
|
||||
|
||||
/////////////////////////weaponry tech/////////////////////////
|
||||
/datum/techweb_node/weaponry
|
||||
id = "weaponry"
|
||||
|
||||
Reference in New Issue
Block a user