Skip to content

Commit

Permalink
Split 'turn 1' event in 'prestart' and 'start' events
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvish-Hunter committed May 30, 2015
1 parent 7ec21fa commit f7cd977
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 19 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Expand Up @@ -8,3 +8,4 @@
* Added new Lua tag [wif_store_teleport_location]
* Moved teleport location calculations to Lua
* Deleted WIF_CETL_CHECK and WIF_CALCULATE_EFFECTIVE_TELEPORT_LOCATION macros
* Split "turn 1" event in "prestart" and "start" events, which are now synchronized
42 changes: 23 additions & 19 deletions torneo_wif_2015.cfg
Expand Up @@ -294,29 +294,14 @@
{WIF_LIMIT_FALCONS_RECRUITS 1,2 1}

[event]
name=turn 1
name=prestart

{WIF_PLACE_MAP_ITEMS}
{WIF_PLACE_ELITE_UNITS}
[/event]

[objectives]
side=0
# wmllint: local spelling WIF
summary= _ "WIF Tournament 2014 (test version)"
[objective]
description= _ "Defeat your opponent"
condition=win
[/objective]
[objective]
caption= _ "<big>Tactical victory:</big>"
description= _ "Conquer the 6 magic Sources"
condition=win
[/objective]
[objective]
description= _ "Defeat of your leader"
condition=lose
[/objective]
[/objectives]
[event]
name=start

[message]
speaker=narrator
Expand Down Expand Up @@ -419,6 +404,25 @@

[unhide_unit]
[/unhide_unit]

[objectives]
side=0
# wmllint: local spelling WIF
summary= _ "WIF Tournament 2014 (test version)"
[objective]
description= _ "Defeat your opponent"
condition=win
[/objective]
[objective]
caption= _ "<big>Tactical victory:</big>"
description= _ "Conquer the 6 magic Sources"
condition=win
[/objective]
[objective]
description= _ "Defeat of your leader"
condition=lose
[/objective]
[/objectives]
[/event]

#...............
Expand Down

0 comments on commit f7cd977

Please sign in to comment.