/obj/item/stack
Vars | |
blood_capacity | How much blood loss this stack can prevent |
---|---|
material_type | Datum material type that this stack is made of |
splint_factor | If set and this used as a splint for a broken bone wound, this is used as a multiplier for applicable slowdowns (lower = better) (also for speeding up burn recoveries) |
works_pierce | Whether this works on piercing wounds |
Procs | |
build_recipe | Returns a list of properties of a given recipe |
is_valid_recipe | Checks if the recipe is valid to be used |
recursively_build_recipes | Builds all recipes in a given recipe list and returns an association list containing them |
Var Details
blood_capacity
How much blood loss this stack can prevent
material_type
Datum material type that this stack is made of
splint_factor
If set and this used as a splint for a broken bone wound, this is used as a multiplier for applicable slowdowns (lower = better) (also for speeding up burn recoveries)
works_pierce
Whether this works on piercing wounds
Proc Details
build_recipe
Returns a list of properties of a given recipe
Arguments:
- R - The stack recipe we are using to get a list of properties
is_valid_recipe
Checks if the recipe is valid to be used
Arguments:
- R - The stack recipe we are checking if it is valid
- recipe_list - The list of recipes we are using to check the given recipe
recursively_build_recipes
Builds all recipes in a given recipe list and returns an association list containing them
Arguments:
- recipe_to_iterate - The list of recipes we are using to build recipes