Feature: Configurable subsidy duration
(cherry picked from commit d09210e1c6
)
This commit is contained in:

committed by
Jonathan G Rennison

parent
4042480806
commit
fb0549ea59
@@ -333,6 +333,20 @@ str = STR_CONFIG_SETTING_SUBSIDY_MULTIPLIER
|
||||
strhelp = STR_CONFIG_SETTING_SUBSIDY_MULTIPLIER_HELPTEXT
|
||||
strval = STR_SUBSIDY_X1_5
|
||||
|
||||
[SDT_VAR]
|
||||
base = GameSettings
|
||||
var = difficulty.subsidy_duration
|
||||
type = SLE_UINT16
|
||||
from = SLV_CUSTOM_SUBSIDY_DURATION
|
||||
guiflags = SGF_0ISDISABLED
|
||||
def = 1
|
||||
min = 0
|
||||
max = 5000
|
||||
interval = 1
|
||||
str = STR_CONFIG_SETTING_SUBSIDY_DURATION
|
||||
strhelp = STR_CONFIG_SETTING_SUBSIDY_DURATION_HELPTEXT
|
||||
strval = STR_CONFIG_SETTING_SUBSIDY_DURATION_VALUE
|
||||
|
||||
[SDT_VAR]
|
||||
base = GameSettings
|
||||
var = difficulty.construction_cost
|
||||
|
Reference in New Issue
Block a user