code/__DEFINES/economy.dm
STARTING_PAYCHECKS | Number of paychecks jobs start with at the creation of a new bank account for a player (So at shift-start or game join, but not a blank new account.) |
---|---|
MAX_MAIL_PER_MINUTE | How much mail the Economy SS will create per minute, regardless of firing time. |
FULL_CRATE_LETTER_ODDS | Probability of using letters of envelope sprites on all letters. |
PAYCHECK_ZERO | Default paygrade for the Unassigned Job/Unpaid job assignments. |
PAYCHECK_LOWER | Paygrade for Prisoners and Assistants. |
PAYCHECK_CREW | Paygrade for all regular crew not belonging to PAYGRADE_LOWER or PAYGRADE_COMMAND. |
PAYCHECK_COMMAND | Paygrade for Heads of Staff. |
DEBT_COLLECTION_COEFF | The coefficient for the amount of dosh that's collected everytime some is earned or received. |
ADMIN_ACCOUNT_ID | The special account ID for admins using debug cards. |
Define Details
ADMIN_ACCOUNT_ID
The special account ID for admins using debug cards.
DEBT_COLLECTION_COEFF
The coefficient for the amount of dosh that's collected everytime some is earned or received.
FULL_CRATE_LETTER_ODDS
Probability of using letters of envelope sprites on all letters.
MAX_MAIL_PER_MINUTE
How much mail the Economy SS will create per minute, regardless of firing time.
PAYCHECK_COMMAND
Paygrade for Heads of Staff.
PAYCHECK_CREW
Paygrade for all regular crew not belonging to PAYGRADE_LOWER or PAYGRADE_COMMAND.
PAYCHECK_LOWER
Paygrade for Prisoners and Assistants.
PAYCHECK_ZERO
Default paygrade for the Unassigned Job/Unpaid job assignments.
STARTING_PAYCHECKS
Number of paychecks jobs start with at the creation of a new bank account for a player (So at shift-start or game join, but not a blank new account.)