Skip to content

Earth Orders

Lists Earth’s current supply-chain demands. Supply Dock scripts use campaign and Weekly Orders to decide what to ship; dashboards can show progress. Scripts cannot create or cancel Earth Orders. Bio Orders come from a Bio Exchange instead.

Access: get_component("orders") · Like every component, exposes .id and .name.

Current contractor campaign Orders as a stable list of Order objects. These never expire and disappear from the list when fully shipped. Empty means no contractor shipment is currently available.

Returns: List of Order

The current five Weekly Earth Orders, including offers already fulfilled this cycle. Empty until an eligible production chain is available. Weekly objects have .kind == "weekly", .expires_day, no contractor, credits-only rewards, and .status of "active" or "completed". The whole list is replaced every seven days.

Returns: List of Order

Look up a specific Earth Order by id: a current campaign or Weekly order, or a completed campaign order. Expired weekly ids return None; weekly completions remain visible only until their board refreshes. Bio Order ids are read from a Bio Exchange, not here.

Returns: Order or None

Permanent contractor campaign history, ordered by completion time (oldest first). Weekly completions stay on the current Weekly board and are intentionally excluded from this ledger.

Returns: List of Order