added new machines

This commit is contained in:
Rainer 2025-08-22 02:10:35 +02:00
parent ceb168de55
commit 8603834f56
35 changed files with 2223 additions and 1204 deletions

11
settingtypes.txt Normal file
View file

@ -0,0 +1,11 @@
# Bank Accounts - Payroll Settings
bank_accounts.payroll_enabled (Enable Payroll System) bool true
bank_accounts.creative_payroll_enabled (Enable Payroll for Creative Players) bool true
bank_accounts.payroll_amount (Payroll Amount in MG) int 10 1 10000
bank_accounts.payroll_period (Payroll Period in Seconds) int 720 60 86400
# Bank Accounts - Interest Settings
bank_accounts.interest_enabled (Enable Daily Interest) bool true
bank_accounts.interest_rate_balance (Interest Rate on Balance e.g. 0.005) float 0.005
bank_accounts.interest_rate_credit (Interest Rate on Credit Debt e.g. 0.03) float 0.03
bank_accounts.interest_check_interval (Interest Check Interval in Seconds) int 600