Space Station 13 - Modules - TypesVar Details

microwave_recipe

Vars

produce_amountThe sum of required_produce entries. Generated.
required_itemsA list? of (/obj/item/...). Highest specificity first. Multiple entries for multiple same items.
required_produceA map? of ("fruit tag" = amount).
required_reagentsA map? of (/datum/reagent/... = amount). Highest specificity first.
result_pathAn /atom/movable/... path. Required.
timeA base ds time for how long the recipe waits before completing.
weightThe sum length of each required_* for sorting. Generated. Must be > 0.

Var Details

produce_amount

The sum of required_produce entries. Generated.

required_items

A list? of (/obj/item/...). Highest specificity first. Multiple entries for multiple same items.

required_produce

A map? of ("fruit tag" = amount).

required_reagents

A map? of (/datum/reagent/... = amount). Highest specificity first.

result_path

An /atom/movable/... path. Required.

time

A base ds time for how long the recipe waits before completing.

weight

The sum length of each required_* for sorting. Generated. Must be > 0.