update campaign descriptions to take advantage of new incremental string syntax
This commit is contained in:
parent
42559ae4e7
commit
2a4ddbfde1
5 changed files with 15 additions and 5 deletions
|
@ -7,7 +7,9 @@
|
|||
define=CAMPAIGN_EASTERN_INVASION
|
||||
first_scenario=The_Outpost
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions= _ "&human-spearman.png,Spearman,(easiest);*&human-swordman.png,Swordsman;&human-royalguard.png,Royal Guard,(hardest)"
|
||||
difficulty_descriptions="&human-spearman.png," + _"Spearman,(easiest)" +
|
||||
";*&human-swordman.png," + _"Swordsman" +
|
||||
";&human-royalguard.png," + _"Royal Guard,(hardest)"
|
||||
description= _ "Lead the loyal armies of Wesnoth in battle against the undead hordes from the East."
|
||||
image=portraits/Eastern_Invasion/dacyn.png
|
||||
[/campaign]
|
||||
|
|
|
@ -7,7 +7,9 @@
|
|||
define=CAMPAIGN_HEIR_TO_THE_THRONE
|
||||
first_scenario=The_Elves_Besieged
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions= _ "&elvish-fighter.png,Fighter,(easiest);*&elvish-hero.png,Hero;&elvish-champion.png,Champion,(hardest)"
|
||||
difficulty_descriptions="&elvish-fighter.png," + _"Fighter,(easiest)" +
|
||||
";*&elvish-hero.png," + _"Hero" +
|
||||
";&elvish-champion.png," + _"Champion,(hardest)"
|
||||
description= _ "Fight to gain back the throne of Wesnoth, of which you are the legitimate heir."
|
||||
image=portraits/Heir_To_The_Throne/konrad.png
|
||||
[/campaign]
|
||||
|
|
|
@ -6,7 +6,9 @@
|
|||
define=CAMPAIGN_SON_OF_THE_BLACK_EYE
|
||||
first_scenario=End_Of_Peace
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions= _ "&orcish-grunt.png,Grunt,(easiest);*&orcish-warrior.png,Warrior;&orcish-warlord.png,Warlord,(hardest)"
|
||||
difficulty_descriptions="&orcish-grunt.png," + "_Grunt,(easiest)" +
|
||||
";*&orcish-warrior.png," + _"Warrior" +
|
||||
";&orcish-warlord.png," + _"Warlord,(hardest)"
|
||||
icon=orcish-ruler.png
|
||||
image=items/orcish-flag.png
|
||||
[/campaign]
|
||||
|
|
|
@ -7,7 +7,9 @@
|
|||
define=CAMPAIGN_THE_DARK_HORDES
|
||||
first_scenario=A_New_Chance
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions= _ "&undead-initiate.png,Apprentice,(easiest);*&undead-necromancer.png,Master;&undead-lich.png,Dark Lord,(hardest)"
|
||||
difficulty_descriptions="&undead-initiate.png," + _"Apprentice,(easiest)" +
|
||||
";*&undead-necromancer.png," + _"Master" +
|
||||
";&undead-lich.png," + _"Dark Lord,(hardest)"
|
||||
[/campaign]
|
||||
|
||||
#ifdef CAMPAIGN_THE_DARK_HORDES
|
||||
|
|
|
@ -6,7 +6,9 @@
|
|||
define=CAMPAIGN_THE_RISE_OF_WESNOTH
|
||||
first_scenario=A_Summer_of_Storms
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions= _ "&noble-fighter.png,Fighter,(easiest);*&noble-commander.png,Commander;&noble-lord.png,Lord,(hardest)"
|
||||
difficulty_descriptions="&noble-fighter.png," + _"Fighter,(easiest)" +
|
||||
";*&noble-commander.png," + _"Commander" +
|
||||
";&noble-lord.png," + _"Lord,(hardest)"
|
||||
icon=noble-lord.png
|
||||
description= _ "Lead Prince Haldric through the destruction of the Green Isle and across the Ocean to establish the very kingdom of Wesnoth itself."
|
||||
image=campaigns/The_Rise_of_Wesnoth/story/the_duel.png
|
||||
|
|
Loading…
Add table
Reference in a new issue