Goonstation 13 - Modules - TypesVar Details

/datum/rc_entry/item

Basic item entry. Use for items that can't stack, and whose properties outside of path aren't relevant.

Vars

commodityCommodity path. If defined, will augment the per-item payout with the highest market rate for that commodity, and set the type path if not initially specified.
exactpathIf true, requires precise path; if false (default), sub-paths are accepted.
typepathType path of the item the entry is looking for.
typepath_altOptional alternate type path to look for. Useful when an item has two functionally interchangeable forms, such as an empty or charged power cell.

Var Details

commodity

Commodity path. If defined, will augment the per-item payout with the highest market rate for that commodity, and set the type path if not initially specified.

exactpath

If true, requires precise path; if false (default), sub-paths are accepted.

typepath

Type path of the item the entry is looking for.

typepath_alt

Optional alternate type path to look for. Useful when an item has two functionally interchangeable forms, such as an empty or charged power cell.