/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/research.dm

TECHWEB_NODE_STARTEREvery techweb starts off with this node
TECHWEB_NODE_HIDDENThis node cannot be seen in the techweb
TECHWEB_NODE_EXPERIMENTALThis is a BEPIS node. Only exists so we can add/remove from the pool of bepis nodes in the middle of a round
TECHWEB_NODE_WIKIThis node shows up on the autowiki
DESIGN_DONT_INHERIT_MATSThe object printed from this design won't get the mats used to make it. Default setting for stacks unless specified otherwise
DESIGN_INHERIT_MATSDefault setting. The object printed from this design gets the mats used to make it. This will also be unit tested to ensure that that the mats of the printed object match with another object of the same type spawned in a generic way.
DESIGN_INHERIT_MATS_SPECIALThe object printed from this design gets the mats used to make it but skips the unit test.
TECHWEB_POINT_TYPE_GENERICTechweb names for new point types. Can be used to define specific point values for specific types of research (science, security, engineering, etc.)

Biopsy cell line organ types

All cell virus types

General defines for vatgrowing

VATGROWING_DANGER_MINIMUMPast how much growth can the other cell_lines affect a finished cell line negatively
SCIPAPER_GAIN_TO_MONEYHow much money is one point of gain worth.
CONNECT_TO_RND_SERVER_ROUNDSTARTConnects the 'server_var' to a valid research server on your Z level. Used for machines in LateInitialize, to ensure that RND servers are loaded first.

Define Details

CONNECT_TO_RND_SERVER_ROUNDSTART

Connects the 'server_var' to a valid research server on your Z level. Used for machines in LateInitialize, to ensure that RND servers are loaded first.

DESIGN_DONT_INHERIT_MATS

The object printed from this design won't get the mats used to make it. Default setting for stacks unless specified otherwise

DESIGN_INHERIT_MATS

Default setting. The object printed from this design gets the mats used to make it. This will also be unit tested to ensure that that the mats of the printed object match with another object of the same type spawned in a generic way.

DESIGN_INHERIT_MATS_SPECIAL

The object printed from this design gets the mats used to make it but skips the unit test.

SCIPAPER_GAIN_TO_MONEY

How much money is one point of gain worth.

TECHWEB_NODE_EXPERIMENTAL

This is a BEPIS node. Only exists so we can add/remove from the pool of bepis nodes in the middle of a round

TECHWEB_NODE_HIDDEN

This node cannot be seen in the techweb

TECHWEB_NODE_STARTER

Every techweb starts off with this node

TECHWEB_NODE_WIKI

This node shows up on the autowiki

TECHWEB_POINT_TYPE_GENERIC

Techweb names for new point types. Can be used to define specific point values for specific types of research (science, security, engineering, etc.)

VATGROWING_DANGER_MINIMUM

Past how much growth can the other cell_lines affect a finished cell line negatively