mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-21 12:17:40 +01:00
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
30 lines
893 B
Plaintext
30 lines
893 B
Plaintext
|
|
/datum/techweb_node/alientech
|
|
id = TECHWEB_NODE_ALIENTECH
|
|
display_name = "Precursor Technology"
|
|
description = "Things used by the precursors."
|
|
prereq_ids = list(TECHWEB_NODE_BLUESPACE_TRAVEL)
|
|
design_ids = list(
|
|
"anobattery-basic",
|
|
"anobattery-moderate",
|
|
"anobattery-advanced",
|
|
"anobattery-exotic",
|
|
)
|
|
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_3_POINTS)
|
|
announce_channels = list(CHANNEL_SCIENCE)
|
|
|
|
/datum/techweb_node/alien_engi
|
|
id = TECHWEB_NODE_ALIEN_ENGI
|
|
display_name = "Precursor Engineering"
|
|
description = "Precursor engineering tools"
|
|
prereq_ids = list(TECHWEB_NODE_ALIENTECH, TECHWEB_NODE_EXP_TOOLS)
|
|
design_ids = list(
|
|
"hybridcrowbar",
|
|
"hybridwrench",
|
|
"hybridscrewdriver",
|
|
"hybridwirecutters",
|
|
"hybridwelder",
|
|
)
|
|
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_3_POINTS)
|
|
announce_channels = list(CHANNEL_ENGINEERING)
|