/tg/ Station 13 - Modules - TypesVar Details

stack_recipe

Vars

applies_matsIf TRUE, the created atom will gain custom mat datums
categoryCategory for general crafting menu
check_densityIf the atom checks that there are objects with density in the same turf when being built. TRUE by default
check_directionIf this atom should run the direction check, for use when building things like directional windows where you can have more than one per turf
is_fulltileIf the atom is fulltile, as in a fulltile window. This is used for the direction check to prevent fulltile windows from being able to be built over directional stuff. Setting this to true will effectively set check_direction to true.
max_res_amountMax amount of resulting atoms made
on_solid_groundIf the atom requires a floor below
one_per_turfIf only one of the resulting atom is allowed per turf
placement_checksBitflag of additional placement checks required to place. (STACK_CHECK_CARDINALS|STACK_CHECK_ADJACENT|STACK_CHECK_TRAM_FORBIDDEN|STACK_CHECK_TRAM_EXCLUSIVE)
req_amountAmount of stack required to make
res_amountAmount of resulting atoms made
result_typeWhat atom the recipe makes, typepath
timeHow long it takes to make
titleThe title of the recipe
trait_boosterWhat trait, if any, boosts the construction speed of this item
trait_modifierHow much the trait above, if supplied, boosts the construct speed of this item

Var Details

applies_mats

If TRUE, the created atom will gain custom mat datums

category

Category for general crafting menu

check_density

If the atom checks that there are objects with density in the same turf when being built. TRUE by default

check_direction

If this atom should run the direction check, for use when building things like directional windows where you can have more than one per turf

is_fulltile

If the atom is fulltile, as in a fulltile window. This is used for the direction check to prevent fulltile windows from being able to be built over directional stuff. Setting this to true will effectively set check_direction to true.

max_res_amount

Max amount of resulting atoms made

on_solid_ground

If the atom requires a floor below

one_per_turf

If only one of the resulting atom is allowed per turf

placement_checks

Bitflag of additional placement checks required to place. (STACK_CHECK_CARDINALS|STACK_CHECK_ADJACENT|STACK_CHECK_TRAM_FORBIDDEN|STACK_CHECK_TRAM_EXCLUSIVE)

req_amount

Amount of stack required to make

res_amount

Amount of resulting atoms made

result_type

What atom the recipe makes, typepath

time

How long it takes to make

title

The title of the recipe

trait_booster

What trait, if any, boosts the construction speed of this item

trait_modifier

How much the trait above, if supplied, boosts the construct speed of this item