fixed map paths
This commit is contained in:
parent
68b6c18122
commit
3f83077ca9
11 changed files with 12 additions and 12 deletions
|
@ -4,7 +4,7 @@ next_scenario=Peaceful_Valley
|
|||
#textdomain wesnoth-did
|
||||
|
||||
name=_ "Saving Hal'al"
|
||||
map_data="{campaigns/Descent/maps/Saving_halal.map}"
|
||||
map_data="{campaigns/Descent_Into_Darkness/maps/Saving_halal.map}"
|
||||
turns=15
|
||||
|
||||
victory_when_enemies_defeated=no
|
||||
|
|
|
@ -4,7 +4,7 @@ next_scenario=A_Haunting_in_Winter
|
|||
#textdomain wesnoth-did
|
||||
|
||||
name=_ "Peaceful Valley"
|
||||
map_data="{campaigns/Descent/maps/Peaceful_valley.map}"
|
||||
map_data="{campaigns/Descent_Into_Darkness/maps/Peaceful_valley.map}"
|
||||
{TURNS 29 26 23}
|
||||
|
||||
victory_when_enemies_defeated=no
|
||||
|
|
|
@ -4,7 +4,7 @@ next_scenario=Beginning_of_the_Revenge
|
|||
#textdomain wesnoth-did
|
||||
|
||||
name=_ "A Haunting in Winter"
|
||||
map_data="{campaigns/Descent/maps/A_haunting_in_winter.map}"
|
||||
map_data="{campaigns/Descent_Into_Darkness/maps/A_haunting_in_winter.map}"
|
||||
{TURNS 36 34 32}
|
||||
|
||||
victory_when_enemies_defeated=yes
|
||||
|
@ -80,7 +80,7 @@ victory_when_enemies_defeated=yes
|
|||
# kamikaze.py heads straight for the leader of side 1 and attacks
|
||||
[ai]
|
||||
ai_algorithm=python_ai
|
||||
python_script="../campaigns/Descent/ais/kamikaze.py"
|
||||
python_script="../campaigns/Descent_Into_Darkness/ais/kamikaze.py"
|
||||
[/ai]
|
||||
[/side]
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ next_scenario=Orc_war
|
|||
#textdomain wesnoth-did
|
||||
|
||||
name=_ "Beginning of the Revenge"
|
||||
map_data="{campaigns/Descent/maps/Revenge.map}"
|
||||
map_data="{campaigns/Descent_Into_Darkness/maps/Revenge.map}"
|
||||
turns=36
|
||||
|
||||
victory_when_enemies_defeated=no
|
||||
|
|
|
@ -4,7 +4,7 @@ next_scenario=Return_to_Halal
|
|||
#textdomain wesnoth-did
|
||||
|
||||
name=_ "Orc War"
|
||||
map_data="{campaigns/Descent/maps/Orc_war.map}"
|
||||
map_data="{campaigns/Descent_Into_Darkness/maps/Orc_war.map}"
|
||||
turns=30
|
||||
|
||||
victory_when_enemies_defeated=yes
|
||||
|
|
|
@ -4,7 +4,7 @@ next_scenario=A_Small_Favor
|
|||
#textdomain wesnoth-did
|
||||
|
||||
name=_ "Return to Hal'al"
|
||||
map_data="{campaigns/Descent/maps/Return_to_halal.map}"
|
||||
map_data="{campaigns/Descent_Into_Darkness/maps/Return_to_halal.map}"
|
||||
turns=-1
|
||||
|
||||
victory_when_enemies_defeated=no
|
||||
|
|
|
@ -4,7 +4,7 @@ next_scenario=A_Small_Favor2
|
|||
#textdomain wesnoth-did
|
||||
|
||||
name=_ "A Small Favor"
|
||||
map_data="{campaigns/Descent/maps/A_small_favor.map}"
|
||||
map_data="{campaigns/Descent_Into_Darkness/maps/A_small_favor.map}"
|
||||
{TURNS 28 26 22}
|
||||
|
||||
victory_when_enemies_defeated=no
|
||||
|
|
|
@ -4,7 +4,7 @@ next_scenario=Alone_at_Last
|
|||
#textdomain wesnoth-did
|
||||
|
||||
name=_ "A Small Favor - Part 2"
|
||||
map_data="{campaigns/Descent/maps/A_small_favor2.map}"
|
||||
map_data="{campaigns/Descent_Into_Darkness/maps/A_small_favor2.map}"
|
||||
{TURNS 30 27 25}
|
||||
|
||||
victory_when_enemies_defeated=no
|
||||
|
|
|
@ -4,7 +4,7 @@ next_scenario=Descent_into_Darkness
|
|||
#textdomain wesnoth-did
|
||||
|
||||
name=_ "Alone at Last"
|
||||
map_data="{campaigns/Descent/maps/Alone_at_last.map}"
|
||||
map_data="{campaigns/Descent_Into_Darkness/maps/Alone_at_last.map}"
|
||||
turns=-1
|
||||
|
||||
victory_when_enemies_defeated=no
|
||||
|
|
|
@ -4,7 +4,7 @@ next_scenario=Forever_and_Ever_Amen
|
|||
#textdomain wesnoth-did
|
||||
|
||||
name=_ "Descent into Darkness"
|
||||
map_data="{campaigns/Descent/maps/Descent_into_darkness.map}"
|
||||
map_data="{campaigns/Descent_Into_Darkness/maps/Descent_into_darkness.map}"
|
||||
turns=-1
|
||||
|
||||
victory_when_enemies_defeated=no
|
||||
|
|
|
@ -4,7 +4,7 @@ next_scenario=Forever_and_Ever_Amen
|
|||
#textdomain wesnoth-did
|
||||
|
||||
name=_ "Forever and Ever, Amen"
|
||||
map_data="{campaigns/Descent/maps/Forever_and_ever_amen.map}"
|
||||
map_data="{campaigns/Descent_Into_Darkness/maps/Forever_and_ever_amen.map}"
|
||||
turns=-1
|
||||
|
||||
victory_when_enemies_defeated=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue