mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-10 09:54:07 +00:00
Standardized the ids of AOI's scenarios.
This commit is contained in:
parent
5e7159184c
commit
f30f13880a
@ -11,7 +11,7 @@
|
||||
name= _ "An Orcish Incursion"
|
||||
abbrev= _ "AOI"
|
||||
rank=15
|
||||
first_scenario="1_Defend_the_Forest"
|
||||
first_scenario=01_Defend_the_Forest
|
||||
difficulties="EASY,NORMAL,HARD"
|
||||
difficulty_descriptions={MENU_IMG_TXT2 "units/elves-wood/fighter.png~RC(magenta>red)" _"Fighter" _"(Beginner)"} +
|
||||
";*" + {MENU_IMG_TXT2 "units/elves-wood/lord.png~RC(magenta>red)" _"Lord" _"(Normal)"} + ";" +
|
||||
|
@ -7,10 +7,10 @@
|
||||
|
||||
[scenario]
|
||||
name=_ "Defend the Forest"
|
||||
id=1_Defend_the_Forest
|
||||
id=01_Defend_the_Forest
|
||||
map_data="{campaigns/An_Orcish_Incursion/maps/01_Defend_the_Forest.map}"
|
||||
turns=24
|
||||
next_scenario=2_Assassins
|
||||
next_scenario=02_Assassins
|
||||
{DEFAULT_SCHEDULE}
|
||||
|
||||
{INTRO_AND_SCENARIO_MUSIC elvish-theme.ogg knolls.ogg}
|
||||
|
@ -7,10 +7,10 @@
|
||||
|
||||
[scenario]
|
||||
name=_ "Assassins"
|
||||
id=2_Assassins
|
||||
id=02_Assassins
|
||||
map_data="{campaigns/An_Orcish_Incursion/maps/02_Assassins.map}"
|
||||
turns=24
|
||||
next_scenario=3_Wasteland
|
||||
next_scenario=03_Wasteland
|
||||
{DEFAULT_SCHEDULE}
|
||||
|
||||
{INTRO_AND_SCENARIO_MUSIC northerners.ogg underground.ogg}
|
||||
|
@ -7,10 +7,10 @@
|
||||
|
||||
[scenario]
|
||||
name=_ "Wasteland"
|
||||
id=3_Wasteland
|
||||
id=03_Wasteland
|
||||
map_data="{campaigns/An_Orcish_Incursion/maps/03_Wasteland.map}"
|
||||
turns=24
|
||||
next_scenario=4_Valley_of_Trolls
|
||||
next_scenario=04_Valley_of_Trolls
|
||||
|
||||
{DEFAULT_SCHEDULE}
|
||||
|
||||
|
@ -7,10 +7,10 @@
|
||||
|
||||
[scenario]
|
||||
name=_ "Valley of Trolls"
|
||||
id=4_Valley_of_Trolls
|
||||
id=04_Valley_of_Trolls
|
||||
map_data="{campaigns/An_Orcish_Incursion/maps/04_Valley_of_Trolls.map}"
|
||||
turns=24
|
||||
next_scenario=5_Linaera_the_Quick
|
||||
next_scenario=05_Linaera_the_Quick
|
||||
{DEFAULT_SCHEDULE}
|
||||
|
||||
{INTRO_AND_SCENARIO_MUSIC breaking_the_chains.ogg the_dangerous_symphony.ogg}
|
||||
|
@ -7,10 +7,10 @@
|
||||
|
||||
[scenario]
|
||||
name=_ "Linaera the Quick"
|
||||
id=5_Linaera_the_Quick
|
||||
id=05_Linaera_the_Quick
|
||||
map_data="{campaigns/An_Orcish_Incursion/maps/05_Linaera_the_Quick.map}"
|
||||
turns=24
|
||||
next_scenario=6_A_Detour_through_the_Swamp
|
||||
next_scenario=06_A_Detour_through_the_Swamp
|
||||
{DEFAULT_SCHEDULE}
|
||||
|
||||
{INTRO_AND_SCENARIO_MUSIC wanderer.ogg knolls.ogg}
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
[scenario]
|
||||
name=_"A Detour through the Swamp"
|
||||
id=6_A_Detour_through_the_Swamp
|
||||
id=06_A_Detour_through_the_Swamp
|
||||
map_data="{campaigns/An_Orcish_Incursion/maps/06_A_Detour_through_the_Swamp.map}"
|
||||
|
||||
{DEFAULT_SCHEDULE}
|
||||
@ -158,5 +158,5 @@ Undead are resistant to physical attack. Use mages to attack the undead, and elv
|
||||
[/part]
|
||||
[/story]
|
||||
turns="24"
|
||||
next_scenario=7_Showdown
|
||||
next_scenario=07_Showdown
|
||||
[/scenario]
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
[scenario]
|
||||
name=_"Showdown"
|
||||
id=7_Showdown
|
||||
id=07_Showdown
|
||||
map_data="{campaigns/An_Orcish_Incursion/maps/07_Showdown.map}"
|
||||
|
||||
{DEFAULT_SCHEDULE}
|
||||
|
Loading…
x
Reference in New Issue
Block a user