Files
Will a621bbe4a1 Techweb Unittest (#18622)
* basic tests

* oops this is intended

* start nodes

* more flags

* missed flags

* fixes

* proper setup

* final fix

* req costs

* oops

* better doc

* wrong way

* orphans

* order

* science would already know, no bad hardcodes

* numbs

* oops

* some lesser channels

* starting nodes legal

* point minimums

* buildpath unique

* graviton fix

* mining material/ore scanner researchable

* health implant

* allow lower points on required experiments
2025-10-14 06:34:52 -07:00

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)