This commit is contained in:
SandPoot
2024-04-10 20:54:04 -03:00
parent 8ed65490a4
commit ca8ce67cd6
63 changed files with 872 additions and 116 deletions
+5
View File
@@ -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
+2
View File
@@ -0,0 +1,2 @@
/// From the item_scaling element
#define ITEM_SCALING_TRAIT "item_scaling"