economy
Vars | |
account_counter | Total amount of account created during the round, neccesary for generating unique account ids |
---|---|
cargo_account | ///CARGO VARIABLES///// the department account tethered to this supply console, we keep a ref here for shuttle operations |
centcom_message | Remarks from Centcom on how well you checked the last order. |
credits_per_design | points gained per research design returned |
credits_per_intel | points gained per intel returned |
credits_per_manifest | points gained per slip returned |
credits_per_plasma | points gained per plasma returned |
current_10_minute_spending | amount of money spent in this 15 minute slot during the round |
delivery_list | Crates that will be on next shuttle |
discovered_plants | Typepaths for unusual plants we've already sent CentComm, associated with their potencies |
economy_data | list of vars that will be tracked throughout the round (a new entry for each key list will be added every 15 minutes) |
money_account_databases | List of all money account databases existing in the round |
next_data_check | time to next stats check |
next_mail_delay | Time until the next mail shipment |
next_paycheck_delay | ///Paycheck Variables///// time to next payday |
ordernum | Current Order number |
pack_price_modifier | The modifier on crate prices to multiple the price by. |
payday_count | total paydays this round |
request_list | Requested crates, waiting for approval by department heads |
shopping_list | Approved Crates, waiting to be delivered |
space_credits_created | The amount of space credits that have been created out of thin air, does not include credits created at round-start |
space_credits_destroyed | The amount of space credits that have been irreversibly deleted/removed from the round |
supply_packs | Full list of all available supply packs to purchase |
total_credit_transfers | The amount of transfers (that are worth more than a few credits) that have been accepted during the round |
total_space_cash | The absolute total amount of space cash (not to be confused with credits) in the round, does not count space credits in money accounts |
total_space_credits | The absolute total amount of space credits in various economy systems, does not count space cash |
total_vendor_transactions | the amount of venor purchases during the round |
Procs | |
fire | create main station accounts |
generate_supply_order | Supply Stuff |
payday | Paycheck Stuff |
Var Details
account_counter
Total amount of account created during the round, neccesary for generating unique account ids
cargo_account
///CARGO VARIABLES///// the department account tethered to this supply console, we keep a ref here for shuttle operations
centcom_message
Remarks from Centcom on how well you checked the last order.
credits_per_design
points gained per research design returned
credits_per_intel
points gained per intel returned
credits_per_manifest
points gained per slip returned
credits_per_plasma
points gained per plasma returned
current_10_minute_spending
amount of money spent in this 15 minute slot during the round
delivery_list
Crates that will be on next shuttle
discovered_plants
Typepaths for unusual plants we've already sent CentComm, associated with their potencies
economy_data
list of vars that will be tracked throughout the round (a new entry for each key list will be added every 15 minutes)
money_account_databases
List of all money account databases existing in the round
next_data_check
time to next stats check
next_mail_delay
Time until the next mail shipment
next_paycheck_delay
///Paycheck Variables///// time to next payday
ordernum
Current Order number
pack_price_modifier
The modifier on crate prices to multiple the price by.
payday_count
total paydays this round
request_list
Requested crates, waiting for approval by department heads
shopping_list
Approved Crates, waiting to be delivered
space_credits_created
The amount of space credits that have been created out of thin air, does not include credits created at round-start
space_credits_destroyed
The amount of space credits that have been irreversibly deleted/removed from the round
supply_packs
Full list of all available supply packs to purchase
total_credit_transfers
The amount of transfers (that are worth more than a few credits) that have been accepted during the round
total_space_cash
The absolute total amount of space cash (not to be confused with credits) in the round, does not count space credits in money accounts
total_space_credits
The absolute total amount of space credits in various economy systems, does not count space cash
total_vendor_transactions
the amount of venor purchases during the round
Proc Details
fire
create main station accounts
generate_supply_order
Supply Stuff
payday
Paycheck Stuff