/datum/rc_entry/item
Basic item entry. Use for items that can't stack, and whose properties outside of path aren't relevant.
Vars | |
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. |
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.