Module market

Source
Expand description

Re-export of all constants related to the market.

Re-exports§

pub use super::extra::MARKET_MAX_DEALS_PER_TICK;

Constants§

MARKET_FEE
Percentage of order value in credits charged as a fee for market listings.
MARKET_MAX_ORDERS
Maximum number of total orders a player is allowed to have on the market.
MARKET_ORDER_LIFE_TIME
Time, in milliseconds, after which a market order will expire (30 days).
TERMINAL_CAPACITY
Store capacity of terminal structures.
TERMINAL_COOLDOWN
Cooldown after a terminal is used before it can be used again.
TERMINAL_MIN_SEND
Currently unused in game.
TERMINAL_SEND_COST
Currently unused in game (see market::calc_transaction_cost and TERMINAL_SEND_COST_SCALE instead).