/tg/ Station 13 - Modules - TypesVar Details

girder_wall_recipe

Contains recipe data for constructing a specific type of wall on a girder. Only the /datum/element/uses_girder_wall_recipes should be using these.

Vars

girder_stateThe /obj/structure/girder/var/state required for this recipe. Ignored if [var/girder] is not of type /obj/structure/girder.
girder_typeThe /obj/structure type required for this recipe.
make_delayThe amount of time it takes to make this recipe in deciseconds.
stack_amountThe amount of stack items required for this recipe.
stack_typeThe type of stack required for this recipe.
start_alertThe starting balloon alert text for this recipe.
wall_typeThe wall type this recipe is for. Can be a turf or an object.

Var Details

girder_state

The /obj/structure/girder/var/state required for this recipe. Ignored if [var/girder] is not of type /obj/structure/girder.

girder_type

The /obj/structure type required for this recipe.

make_delay

The amount of time it takes to make this recipe in deciseconds.

stack_amount

The amount of stack items required for this recipe.

stack_type

The type of stack required for this recipe.

start_alert

The starting balloon alert text for this recipe.

wall_type

The wall type this recipe is for. Can be a turf or an object.