stack_recipe ![code/game/objects/items/stacks/stack_recipe.dm 5](git.png)
Vars | |
applies_mats | If TRUE, the created atom will gain custom mat datums |
---|---|
check_density | If the atom checks that there are objects with density in the same turf when being built. TRUE by default |
max_res_amount | Max amount of resulting atoms made |
on_floor | 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) |
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 ![code/game/objects/items/stacks/stack_recipe.dm 25](git.png)
If TRUE, the created atom will gain custom mat datums
check_density ![code/game/objects/items/stacks/stack_recipe.dm 31](git.png)
If the atom checks that there are objects with density in the same turf when being built. TRUE by default
max_res_amount ![code/game/objects/items/stacks/stack_recipe.dm 15](git.png)
Max amount of resulting atoms made
on_floor ![code/game/objects/items/stacks/stack_recipe.dm 21](git.png)
If the atom requires a floor below
one_per_turf ![code/game/objects/items/stacks/stack_recipe.dm 19](git.png)
If only one of the resulting atom is allowed per turf
placement_checks ![code/game/objects/items/stacks/stack_recipe.dm 23](git.png)
Bitflag of additional placement checks required to place. (STACK_CHECK_CARDINALS|STACK_CHECK_ADJACENT)
req_amount ![code/game/objects/items/stacks/stack_recipe.dm 11](git.png)
Amount of stack required to make
res_amount ![code/game/objects/items/stacks/stack_recipe.dm 13](git.png)
Amount of resulting atoms made
result_type ![code/game/objects/items/stacks/stack_recipe.dm 9](git.png)
What atom the recipe makes, typepath
time ![code/game/objects/items/stacks/stack_recipe.dm 17](git.png)
How long it takes to make
title ![code/game/objects/items/stacks/stack_recipe.dm 7](git.png)
The title of the recipe
trait_booster ![code/game/objects/items/stacks/stack_recipe.dm 27](git.png)
What trait, if any, boosts the construction speed of this item
trait_modifier ![code/game/objects/items/stacks/stack_recipe.dm 29](git.png)
How much the trait above, if supplied, boosts the construct speed of this item