/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/economy.dm

STARTING_PAYCHECKSNumber 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_MINUTEHow much mail the Economy SS will create per minute, regardless of firing time.
FULL_CRATE_LETTER_ODDSProbability of using letters of envelope sprites on all letters.
PAYCHECK_ZERODefault paygrade for the Unassigned Job/Unpaid job assignments.
PAYCHECK_LOWERPaygrade for Prisoners and Assistants.
PAYCHECK_CREWPaygrade for all regular crew not belonging to PAYGRADE_LOWER or PAYGRADE_COMMAND.
PAYCHECK_COMMANDPaygrade for Heads of Staff.
DEBT_COLLECTION_COEFFThe coefficient for the amount of dosh that's collected everytime some is earned or received.
ADMIN_ACCOUNT_IDThe special account ID for admins using debug cards.
MARKET_QUANTITY_HELPERSCreate quantity subtypes for stock market datums.

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.

MARKET_QUANTITY_HELPERS

Create quantity subtypes for stock market datums.

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.)