mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
added new options to limit merc salary increases on level up:
MERC_LEVEL_UP_MAXIMUM_SALARY_INCREASE_DAILY MERC_LEVEL_UP_MAXIMUM_SALARY_INCREASE_WEEKLY MERC_LEVEL_UP_MAXIMUM_SALARY_INCREASE_BIWEEKLY git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2650 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -415,6 +415,14 @@ MINE_INCOME_PERCENTAGE = 100
|
||||
|
||||
MERC_LEVEL_UP_SALARY_INCREASE_PERCENTAGE = 25
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Set the raw maximum value that a merc's salary can increase when they level up.
|
||||
; Default values are high enough that they have no effect (vanilla behaviour).
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
MERC_LEVEL_UP_MAXIMUM_SALARY_INCREASE_DAILY = 100000
|
||||
MERC_LEVEL_UP_MAXIMUM_SALARY_INCREASE_WEEKLY = 100000
|
||||
MERC_LEVEL_UP_MAXIMUM_SALARY_INCREASE_BIWEEKLY = 100000
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; If MINE_REQUIRES_WORKERS is TRUE, mine income also depends on the number or workers employed in a town.
|
||||
; The maximum number of workers for each sector can be set in SectorNames.xml.
|
||||
|
||||
@@ -426,6 +426,14 @@ MINE_INCOME_PERCENTAGE = 100
|
||||
|
||||
MERC_LEVEL_UP_SALARY_INCREASE_PERCENTAGE = 25
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Set the raw maximum value that a merc's salary can increase when they level up.
|
||||
; Default values are high enough that they have no effect (vanilla behaviour).
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
MERC_LEVEL_UP_MAXIMUM_SALARY_INCREASE_DAILY = 100000
|
||||
MERC_LEVEL_UP_MAXIMUM_SALARY_INCREASE_WEEKLY = 100000
|
||||
MERC_LEVEL_UP_MAXIMUM_SALARY_INCREASE_BIWEEKLY = 100000
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; If MINE_REQUIRES_WORKERS is TRUE, mine income also depends on the number or workers employed in a town.
|
||||
; The maximum number of workers for each sector can be set in SectorNames.xml.
|
||||
|
||||
@@ -415,6 +415,14 @@ MINE_INCOME_PERCENTAGE = 100
|
||||
|
||||
MERC_LEVEL_UP_SALARY_INCREASE_PERCENTAGE = 25
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Set the raw maximum value that a merc's salary can increase when they level up.
|
||||
; Default values are high enough that they have no effect (vanilla behaviour).
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
MERC_LEVEL_UP_MAXIMUM_SALARY_INCREASE_DAILY = 100000
|
||||
MERC_LEVEL_UP_MAXIMUM_SALARY_INCREASE_WEEKLY = 100000
|
||||
MERC_LEVEL_UP_MAXIMUM_SALARY_INCREASE_BIWEEKLY = 100000
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; If MINE_REQUIRES_WORKERS is TRUE, mine income also depends on the number or workers employed in a town.
|
||||
; The maximum number of workers for each sector can be set in SectorNames.xml.
|
||||
|
||||
@@ -415,6 +415,14 @@ MINE_INCOME_PERCENTAGE = 100
|
||||
|
||||
MERC_LEVEL_UP_SALARY_INCREASE_PERCENTAGE = 25
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Set the raw maximum value that a merc's salary can increase when they level up.
|
||||
; Default values are high enough that they have no effect (vanilla behaviour).
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
MERC_LEVEL_UP_MAXIMUM_SALARY_INCREASE_DAILY = 100000
|
||||
MERC_LEVEL_UP_MAXIMUM_SALARY_INCREASE_WEEKLY = 100000
|
||||
MERC_LEVEL_UP_MAXIMUM_SALARY_INCREASE_BIWEEKLY = 100000
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; If MINE_REQUIRES_WORKERS is TRUE, mine income also depends on the number or workers employed in a town.
|
||||
; The maximum number of workers for each sector can be set in SectorNames.xml.
|
||||
|
||||
Reference in New Issue
Block a user