UtBS: changed number of turns per scenario
This commit is contained in:
parent
ffe5ba4190
commit
6b6dd9b0d9
4 changed files with 16 additions and 16 deletions
|
@ -13,12 +13,12 @@ next_scenario=2_HarshSands
|
|||
|
||||
#Display snapshot of map in saved games
|
||||
snapshot="yes"
|
||||
#max turns is 38/34/30 depending on difficulty
|
||||
#max turns is 34/32/30 depending on difficulty
|
||||
#ifdef EASY
|
||||
turns="38"
|
||||
turns="34"
|
||||
#endif
|
||||
#ifdef MEDIUM
|
||||
turns="34"
|
||||
turns="32"
|
||||
#endif
|
||||
#ifdef HARD
|
||||
turns="30"
|
||||
|
|
|
@ -13,15 +13,15 @@ next_scenario=3_LongNight
|
|||
|
||||
#display snapshot of map in saved games
|
||||
snapshot="no"
|
||||
#max turns is 68/64/60 depending on difficulty
|
||||
#max turns is 62/60/58 depending on difficulty
|
||||
#ifdef EASY
|
||||
turns="68"
|
||||
turns="62"
|
||||
#endif
|
||||
#ifdef MEDIUM
|
||||
turns="64"
|
||||
turns="60"
|
||||
#endif
|
||||
#ifdef HARD
|
||||
turns="60"
|
||||
turns="58"
|
||||
#endif
|
||||
victory_when_enemies_defeated=no
|
||||
|
||||
|
|
|
@ -19,15 +19,15 @@ next_scenario=5_Struggle
|
|||
|
||||
#display snapshot of map in saved games
|
||||
snapshot="no"
|
||||
#max turns is 60/55/50 depending on difficulty
|
||||
#max turns is 46/44/42 depending on difficulty
|
||||
#ifdef EASY
|
||||
turns="58"
|
||||
turns="46"
|
||||
#endif
|
||||
#ifdef MEDIUM
|
||||
turns="54"
|
||||
turns="44"
|
||||
#endif
|
||||
#ifdef HARD
|
||||
turns="50"
|
||||
turns="42"
|
||||
#endif
|
||||
victory_when_enemies_defeated=no
|
||||
|
||||
|
|
|
@ -12,19 +12,19 @@ label= _ "A Subterranean Struggle"
|
|||
[music]
|
||||
name=underground.ogg
|
||||
[/music]
|
||||
next_scenario=7_2_TrollInterlude
|
||||
|
||||
#display snapshot of map in saved games
|
||||
snapshot="no"
|
||||
|
||||
#max turns is 45/40/35 depending on difficulty
|
||||
#max turns is 45/43/41 depending on difficulty
|
||||
#ifdef EASY
|
||||
turns="46"
|
||||
turns="45"
|
||||
#endif
|
||||
#ifdef MEDIUM
|
||||
turns="42"
|
||||
turns="43"
|
||||
#endif
|
||||
#ifdef HARD
|
||||
turns="38"
|
||||
turns="41"
|
||||
#endif
|
||||
|
||||
victory_when_enemies_defeated=no
|
||||
|
|
Loading…
Add table
Reference in a new issue