/tg/ Station 13 - Modules - TypesVar Details - Proc Details

research

Vars

anomaly_hard_limit_by_typeThe hard limits of cores created for each anomaly type. For faster code lookup without switch statements.
created_anomaly_typesThe global list of raw anomaly types that have been refined, for hard limits.
invalid_design_idsassociative id = number of times
invalid_node_boostassociative id = error message
invalid_node_idsassociative id = number of times
ordnance_experimentsLookup list for ordnance briefers.
point_typesAssociated list of all point types that techwebs will have and their respective 'abbreviated' name.
scientific_partnersLookup list for scipaper partners.
techweb_categoriescategory name = list(node.id = TRUE)
techweb_nodes_experimentalNode ids that are exclusive to the BEPIS.
techweb_nodes_hiddenNode ids that should be hidden by default.
techweb_nodes_startingassociative id = TRUE
techweb_point_itemspath = list(point type = value)
techweb_unlock_itemsList of all items that can unlock a node. (node.id = list(items))
techwebsList of all techwebs, generating points or not. Autolathes, Mechfabs, and others all have shared techwebs, for example.

Procs

find_valid_serversGoes through an individual techweb's servers and finds one on a valid z-level Returns a list of existing ones, or an empty list otherwise. Args:
get_available_serversGoes through all techwebs and goes through their servers to find ones on a valid z-level Returns the full list of all techweb servers.

Var Details

anomaly_hard_limit_by_type

The hard limits of cores created for each anomaly type. For faster code lookup without switch statements.

created_anomaly_types

The global list of raw anomaly types that have been refined, for hard limits.

invalid_design_ids

associative id = number of times

invalid_node_boost

associative id = error message

invalid_node_ids

associative id = number of times

ordnance_experiments

Lookup list for ordnance briefers.

point_types

Associated list of all point types that techwebs will have and their respective 'abbreviated' name.

scientific_partners

Lookup list for scipaper partners.

techweb_categories

category name = list(node.id = TRUE)

techweb_nodes_experimental

Node ids that are exclusive to the BEPIS.

techweb_nodes_hidden

Node ids that should be hidden by default.

techweb_nodes_starting

associative id = TRUE

techweb_point_items

path = list(point type = value)

techweb_unlock_items

List of all items that can unlock a node. (node.id = list(items))

techwebs

List of all techwebs, generating points or not. Autolathes, Mechfabs, and others all have shared techwebs, for example.

Proc Details

find_valid_servers

Goes through an individual techweb's servers and finds one on a valid z-level Returns a list of existing ones, or an empty list otherwise. Args:

get_available_servers

Goes through all techwebs and goes through their servers to find ones on a valid z-level Returns the full list of all techweb servers.