mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-12 02:43:49 +00:00
102 lines
4.2 KiB
Plaintext
102 lines
4.2 KiB
Plaintext
////////////////////////B.E.P.I.S. Locked Techs////////////////////////
|
|
|
|
/datum/techweb_node/light_apps
|
|
id = "light_apps"
|
|
display_name = "Illumination Applications"
|
|
description = "Applications of lighting and vision technology not originally thought to be commercially viable."
|
|
prereq_ids = list("base")
|
|
design_ids = list("bright_helmet", "rld_mini")
|
|
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
|
hidden = TRUE
|
|
experimental = TRUE
|
|
|
|
/datum/techweb_node/aus_security
|
|
id = "aus_security"
|
|
display_name = "Australicus Security Protocols"
|
|
description = "It is said that security in the Australicus sector is tight, so we took some pointers from their equipment. Thankfully, our sector lacks any signs of these, 'dropbears'."
|
|
prereq_ids = list("base")
|
|
design_ids = list("pin_explorer", "stun_boomerang")
|
|
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
|
hidden = TRUE
|
|
experimental = TRUE
|
|
|
|
/datum/techweb_node/spec_eng
|
|
id = "spec_eng"
|
|
display_name = "Specialized Engineering"
|
|
description = "Conventional wisdom has deemed these engineering products 'technically' safe, but far too dangerous to traditionally condone."
|
|
prereq_ids = list("base")
|
|
design_ids = list("lava_rods", "eng_gloves")
|
|
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
|
hidden = TRUE
|
|
experimental = TRUE
|
|
|
|
/datum/techweb_node/rolling_table
|
|
id = "rolling_table"
|
|
display_name = "Advanced Wheel Applications"
|
|
description = "Adding wheels to things can lead to extremely beneficial outcomes."
|
|
prereq_ids = list("base")
|
|
design_ids = list("rolling_table")
|
|
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
|
hidden = TRUE
|
|
experimental = TRUE
|
|
|
|
/datum/techweb_node/Mauna_Mug
|
|
id = "mauna_mug"
|
|
display_name = "Mauna Mug"
|
|
description = "A bored scientist was thinking to himself for very long...and then realized his coffee got cold! He made this invention to solve this extreme problem."
|
|
prereq_ids = list("base")
|
|
design_ids = list("mauna_mug")
|
|
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
|
hidden = TRUE
|
|
experimental = TRUE
|
|
|
|
/datum/techweb_node/nanite_replication_protocols
|
|
id = "nanite_replication_protocols"
|
|
display_name = "Nanite Replication Protocols"
|
|
description = "Advanced behaviours that allow nanites to exploit certain circumstances to replicate faster."
|
|
prereq_ids = list("nanite_smart")
|
|
design_ids = list("kickstart_nanites","factory_nanites","offline_nanites","synergy_nanites")
|
|
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 5000)
|
|
hidden = TRUE
|
|
experimental = TRUE
|
|
|
|
/datum/techweb_node/nanite_storage_protocols
|
|
id = "nanite_storage_protocols"
|
|
display_name = "Nanite Storage Protocols"
|
|
description = "Advanced behaviours that allow nanites to increase their maximum volume at variable cost."
|
|
prereq_ids = list("nanite_smart")
|
|
design_ids = list("hive_nanites", "zip_nanites", "free_range_nanites", "unsafe_storage_nanites")
|
|
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 5000)
|
|
hidden = TRUE
|
|
experimental = TRUE
|
|
|
|
/datum/techweb_node/interrogation
|
|
id = "interrogation"
|
|
display_name = "Enhanced Interrogation Technology"
|
|
description = "By cross-referencing several declassified documents from past dictatorial regimes, we were able to develop an incredibly effective interrogation device. \
|
|
Ethical concerns about loss of free will may still apply, according to galactic law."
|
|
prereq_ids = list("base")
|
|
design_ids = list("hypnochair")
|
|
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 3500)
|
|
hidden = TRUE
|
|
experimental = TRUE
|
|
|
|
/datum/techweb_node/tackle_advanced
|
|
id = "tackle_advanced"
|
|
display_name = "Advanced Grapple Technology"
|
|
description = "Nanotrasen would like to remind its researching staff that it is never acceptable to \"glomp\" your coworkers, and further \"scientific trials\" on the subject \
|
|
will no longer be accepted in its academic journals."
|
|
design_ids = list("tackle_dolphin", "tackle_rocket")
|
|
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
|
hidden = TRUE
|
|
experimental = TRUE
|
|
|
|
/datum/techweb_node/sticky_advanced
|
|
id = "sticky_advanced"
|
|
display_name = "Advanced Sticky Technology"
|
|
description = "Taking a good joke too far? Nonsense!"
|
|
design_ids = list("super_sticky_tape", "pointy_tape")
|
|
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
|
hidden = TRUE
|
|
experimental = TRUE
|