stack_recipe

Vars | |
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 |
on_tram | If the atom requires a tram 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) |
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 |
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
on_tram

If the atom requires a tram 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)
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