/datum/shipping_market 
| Vars | |
| artifact_resupply_amount | amount of artifacts in next resupply crate | 
|---|---|
| artifacts_on_the_way | an artifact crate is already "on the way" | 
| pending_crates | List of pending crates (used only for transception antenna, nadir cargo system) | 
| pressure_crystal_peaks | Pressure crystal market peaks, will positively affect future sales (associative list of pressure to multipliers) | 
| pressure_crystal_sales | Previously sold pressure crystal values, will negatively affect future sales (associative list of pressure to credit value) | 
| Procs | |
| get_market_timeleft | Returns the time in MM:SS format | 
| update_buy_prices | update the buy price of items based on market fluctuations remove in demand goods from traders; they're all out! | 
Var Details
artifact_resupply_amount 
amount of artifacts in next resupply crate
artifacts_on_the_way 
an artifact crate is already "on the way"
pending_crates  
List of pending crates (used only for transception antenna, nadir cargo system)
pressure_crystal_peaks  
Pressure crystal market peaks, will positively affect future sales (associative list of pressure to multipliers)
pressure_crystal_sales  
Previously sold pressure crystal values, will negatively affect future sales (associative list of pressure to credit value)
Proc Details
get_market_timeleft
Returns the time in MM:SS format
update_buy_prices
update the buy price of items based on market fluctuations remove in demand goods from traders; they're all out!