1
0
Fork 0

Update settings_type.h: Difficulity Struct Addition

Added a new variable that holds the new percentage of max loan
pull/12974/head
AviationGamerX 2024-09-14 22:55:57 +03:00 committed by GitHub
parent 2f7d225b19
commit 0c3ece7396
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ struct DifficultySettings {
uint8_t number_towns; ///< the amount of towns
uint8_t industry_density; ///< The industry density. @see IndustryDensity
uint32_t max_loan; ///< the maximum initial loan
uint32_t max_loan_percentage; ///< the percentage increase/decrease of the default maximum intial loan
uint8_t initial_interest; ///< amount of interest (to pay over the loan)
uint8_t vehicle_costs; ///< amount of money spent on vehicle running cost
uint8_t competitor_speed; ///< the speed at which the AI builds