Increase the limits of timer values that players can set

This commit is contained in:
Hejnewar 2021-11-03 16:07:28 +01:00 committed by GitHub
parent 92e8e1cd86
commit c2b4d11ebf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -448,13 +448,13 @@
[grid]
{_GUI_MP_CREATE_OPTION_SLIDER ( _ "Initial Limit") "init_turn_limit" 30 1500 ( _ "Longest time allowed for first turn (seconds)") (step_size=15)}
{_GUI_MP_CREATE_OPTION_SLIDER ( _ "Initial Limit") "init_turn_limit" 30 3000 ( _ "Longest time allowed for first turn (seconds)") (step_size=15)}
{_GUI_MP_CREATE_OPTION_SLIDER ( _ "Turn Bonus") "turn_bonus" 10 300 ( _ "Time for general tasks each turn (seconds)") (step_size=3)}
{_GUI_MP_CREATE_OPTION_SLIDER ( _ "Turn Bonus") "turn_bonus" 10 600 ( _ "Time for general tasks each turn (seconds)") (step_size=3)}
{_GUI_MP_CREATE_OPTION_SLIDER ( _ "Reservoir") "reservoir" 30 1500 ( _ "Longest time possible for any turn (seconds)") (step_size=15)}
{_GUI_MP_CREATE_OPTION_SLIDER ( _ "Reservoir") "reservoir" 30 3000 ( _ "Longest time possible for any turn (seconds)") (step_size=15)}
{_GUI_MP_CREATE_OPTION_SLIDER ( _ "Action Bonus") "action_bonus" 0 30 ( _ "Time for each attack, recruit, and capture") ()}
{_GUI_MP_CREATE_OPTION_SLIDER ( _ "Action Bonus") "action_bonus" 0 60 ( _ "Time for each attack, recruit, and capture") ()}
[/grid]