This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
/// 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.)
|
||||
#define STARTING_PAYCHECKS 5
|
||||
/// How much mail the Economy SS will create per minute, regardless of firing time.
|
||||
#define MAX_MAIL_PER_MINUTE 3
|
||||
/// Probability of using letters of envelope sprites on all letters.
|
||||
#define FULL_CRATE_LETTER_ODDS 70
|
||||
|
||||
#define PAYCHECK_ASSISTANT 25
|
||||
#define PAYCHECK_MINIMAL 75
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/// From the item_scaling element
|
||||
#define ITEM_SCALING_TRAIT "item_scaling"
|
||||
Reference in New Issue
Block a user