/datum/controller/supply
Vars | |
asrs_supply_packs_by_pool | Pools mapped to list of random ASRS packs that belong to it |
---|---|
base_random_crate_intervals | How many processing intervals do we get random crates for each pool. Currently only ASRS_POOL_MAIN gets scaled amount of crates. |
black_market_enabled | If the black market is enabled. |
black_market_heat | How close the CMB is to investigating | 100 sends an ERT |
black_market_points | in Weyland-Yutani dollars - Not Stan_Albatross. |
black_market_sold_items | This contains a list of all typepaths of sold items and how many times they've been received. Used to calculate points dropoff (Can't send down a hundred blue souto cans for infinite points) |
mendoza_status | If the players killed him by sending a live hostile below.. this goes false and they can't order any more contraband. |
points | Current supply points |
points_scale | Multiplier to the amount of points awarded based on marine scale |
random_crates_carry | How many partial crates are stored in ASRS per pool to smooth amount given out |
Procs | |
black_market_investigation | For code readability. |
Var Details
asrs_supply_packs_by_pool
Pools mapped to list of random ASRS packs that belong to it
base_random_crate_intervals
How many processing intervals do we get random crates for each pool. Currently only ASRS_POOL_MAIN gets scaled amount of crates.
black_market_enabled
If the black market is enabled.
black_market_heat
How close the CMB is to investigating | 100 sends an ERT
black_market_points
in Weyland-Yutani dollars - Not Stan_Albatross.
black_market_sold_items
This contains a list of all typepaths of sold items and how many times they've been received. Used to calculate points dropoff (Can't send down a hundred blue souto cans for infinite points)
mendoza_status
If the players killed him by sending a live hostile below.. this goes false and they can't order any more contraband.
points
Current supply points
points_scale
Multiplier to the amount of points awarded based on marine scale
random_crates_carry
How many partial crates are stored in ASRS per pool to smooth amount given out
Proc Details
black_market_investigation
For code readability.