Converted mainline campaigns to use new difficulty syntax
This commit is contained in:
parent
bdaddd9a4f
commit
bd6467d166
17 changed files with 114 additions and 73 deletions
|
@ -6,20 +6,39 @@
|
|||
# wmlscope: set export=no
|
||||
[campaign]
|
||||
id=An_Orcish_Incursion
|
||||
name= _ "An Orcish Incursion"
|
||||
icon="units/elves-wood/lord.png~TC(1,magenta)"
|
||||
image="data/campaigns/An_Orcish_Incursion/images/campaign_image.png"
|
||||
name= _ "An Orcish Incursion"
|
||||
abbrev= _ "AOI"
|
||||
rank=15
|
||||
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)"} +
|
||||
";" + {MENU_IMG_TXT2 "units/elves-wood/high-lord.png~RC(magenta>red)" _"High Lord" _"(Challenging)"}
|
||||
define="CAMPAIGN_AN_ORCISH_INCURSION"
|
||||
|
||||
description=_ "Defend the forests of the elves against the first orcs to reach the Great Continent, learning valuable tactics as you do so.
|
||||
|
||||
" + _"(Novice level, 7 scenarios.)"
|
||||
|
||||
[difficulty]
|
||||
define=EASY
|
||||
image="units/elves-wood/fighter.png~RC(magenta>red)"
|
||||
label= _ "Fighter"
|
||||
description= _ "Beginner"
|
||||
[/difficulty]
|
||||
|
||||
[difficulty]
|
||||
default=yes
|
||||
define=NORMAL
|
||||
image="units/elves-wood/lord.png~RC(magenta>red)"
|
||||
label= _ "Lord"
|
||||
description= _ "Normal"
|
||||
[/difficulty]
|
||||
|
||||
[difficulty]
|
||||
define=HARD
|
||||
image="units/elves-wood/high-lord.png~RC(magenta>red)"
|
||||
label= _ "High Lord"
|
||||
description= _ "Challenging"
|
||||
[/difficulty]
|
||||
|
||||
# Geographical and historical assumptions (ESR):
|
||||
#
|
||||
# As originally written by Josh Parsons, this campaign was not set in
|
||||
|
|
|
@ -12,11 +12,12 @@
|
|||
abbrev= _ "DW"
|
||||
define=CAMPAIGN_DEAD_WATER
|
||||
first_scenario=01_Invasion
|
||||
difficulties="EASY,NORMAL,HARD,NIGHTMARE"
|
||||
difficulty_descriptions={MENU_IMG_TXT2 "data/campaigns/Dead_Water/images/units/merfolk/citizen.png~RC(magenta>red)" ( _ "Citizen") (_ "(Beginner)")} +
|
||||
";*" + {MENU_IMG_TXT2 "units/merfolk/fighter.png~RC(magenta>red)" ( _ "Fighter") (_ "(Normal)")} +
|
||||
";" + {MENU_IMG_TXT2 "units/merfolk/warrior.png~RC(magenta>red)" (_ "Warrior") (_ "(Challenging)")} +
|
||||
";" + {MENU_IMG_TXT2 "units/merfolk/triton.png~RC(magenta>red)" (_ "Triton") (_ "(Difficult)")}
|
||||
|
||||
{CAMPAIGN_DIFFICULTY EASY "data/campaigns/Dead_Water/images/units/merfolk/citizen.png~RC(magenta>red)" ( _ "Citizen") ( _ "Beginner")}
|
||||
{CAMPAIGN_DIFFICULTY NORMAL "units/merfolk/fighter.png~RC(magenta>red)" ( _ "Fighter") ( _ "Normal")} {DEFAULT_DIFFICULTY}
|
||||
{CAMPAIGN_DIFFICULTY HARD "units/merfolk/warrior.png~RC(magenta>red)" ( _ "Warrior") ( _ "Challenging")}
|
||||
{CAMPAIGN_DIFFICULTY NIGHTMARE "units/merfolk/triton.png~RC(magenta>red)" ( _ "Triton") ( _ "Difficult")}
|
||||
|
||||
description= _ "You are Kai Krellis, son and heir of the last merman king but only a child. A necromancer is turning your subjects into undead slaves! Lead your people on a mission to convince a powerful mer-sorceress to help you repel the invasion. The oceans near the Northern Lands are perilous, so you will need cunning and bravery to survive. But first you need to gain the respect of your troops!
|
||||
|
||||
" + _ "(Intermediate level, 10 scenarios.)"
|
||||
|
|
|
@ -27,10 +27,10 @@
|
|||
icon="units/human-magi/elder-mage.png~RC(magenta>red)"
|
||||
image="data/campaigns/Delfadors_Memoirs/images/campaign_image.png"
|
||||
first_scenario=01_Overture
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions={MENU_IMG_TXT2 "data/core/images/units/human-magi/mage.png~RC(magenta>red)" _"Apprentice" _"(Normal)"} +
|
||||
";*" + {MENU_IMG_TXT2 "data/core/images/units/human-magi/red-mage.png~RC(magenta>red)" _"Mage" _"(Challenging)"} +
|
||||
";" + {MENU_IMG_TXT2 "data/core/images/units/human-magi/great-mage.png~RC(magenta>red)" _"Great Mage" _"(Difficult)"}
|
||||
|
||||
{CAMPAIGN_DIFFICULTY EASY "data/core/images/units/human-magi/mage.png~RC(magenta>red)" ( _ "Apprentice") ( _ "Normal")}
|
||||
{CAMPAIGN_DIFFICULTY NORMAL "data/core/images/units/human-magi/red-mage.png~RC(magenta>red)" ( _ "Mage") ( _ "Challenging")} {DEFAULT_DIFFICULTY}
|
||||
{CAMPAIGN_DIFFICULTY HARD "data/core/images/units/human-magi/great-mage.png~RC(magenta>red)" ( _ "Great Mage") ( _ "Difficult")}
|
||||
|
||||
description= _ "Wesnoth seems to be slipping inexorably into chaos, as marauding orcs pour south across the Great River, and mysterious and deadly creatures roam the night. Who is the shadowy Iliah-Malal? Can you defeat him before he destroys all life in Wesnoth?
|
||||
|
||||
|
|
|
@ -13,10 +13,11 @@
|
|||
abbrev= _ "DiD"
|
||||
define=CAMPAIGN_DESCENT
|
||||
first_scenario=01_Saving_Parthyn
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions={MENU_IMG_TXT2 "units/undead-necromancers/adept.png~RC(magenta>black)" _"Neophyte" _"(Normal)"} +
|
||||
";*" + {MENU_IMG_TXT2 "units/undead-necromancers/dark-sorcerer.png~RC(magenta>black)" _"Evoker" _"(Challenging)"} +
|
||||
";" + {MENU_IMG_TXT2 "units/undead-necromancers/lich.png~RC(magenta>black)" _"Summoner" _"(Difficult)"}
|
||||
|
||||
{CAMPAIGN_DIFFICULTY EASY "units/undead-necromancers/adept.png~RC(magenta>black)" ( _ "Neophyte") ( _ "Normal")}
|
||||
{CAMPAIGN_DIFFICULTY NORMAL "units/undead-necromancers/dark-sorcerer.png~RC(magenta>black)" ( _ "Evoker") ( _ "Challenging")} {DEFAULT_DIFFICULTY}
|
||||
{CAMPAIGN_DIFFICULTY HARD "units/undead-necromancers/lich.png~RC(magenta>black)" ( _ "Summoner") ( _ "Difficult")}
|
||||
|
||||
description=_ "Learn the dark arts of necromancy in order to save your people from an orcish incursion.
|
||||
|
||||
" + _"(Intermediate level, 12 scenarios.)"
|
||||
|
|
|
@ -12,10 +12,11 @@
|
|||
abbrev= _ "EI"
|
||||
define=CAMPAIGN_EASTERN_INVASION
|
||||
first_scenario=01_The_Outpost
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions={MENU_IMG_TXT2 "units/human-loyalists/spearman.png~RC(magenta>red)" _"Spearman" _"(Easy)"} +
|
||||
";*" + {MENU_IMG_TXT2 "units/human-loyalists/swordsman.png~RC(magenta>red)" _"Swordsman" _"(Normal)"} +
|
||||
";" + {MENU_IMG_TXT2 "units/human-loyalists/royalguard.png~RC(magenta>red)" _"Royal Guard" _"(Challenging)"}
|
||||
|
||||
{CAMPAIGN_DIFFICULTY EASY "units/human-loyalists/spearman.png~RC(magenta>red)" ( _ "Spearman") ( _ "Easy")}
|
||||
{CAMPAIGN_DIFFICULTY NORMAL "units/human-loyalists/swordsman.png~RC(magenta>red)" ( _ "Swordsman") ( _ "Normal")} {DEFAULT_DIFFICULTY}
|
||||
{CAMPAIGN_DIFFICULTY HARD "units/human-loyalists/royalguard.png~RC(magenta>red)" ( _ "Royal Guard") ( _ "Challenging")}
|
||||
|
||||
description= _ "There are rumors of undead attacks on the eastern border of Wesnoth. You, an officer in the Royal Army, have been sent to the eastern front to protect the villagers and find out what is happening.
|
||||
|
||||
" + _"(Intermediate level, 16 scenarios.)"
|
||||
|
|
|
@ -6,20 +6,21 @@
|
|||
# wmlscope: set export=no
|
||||
[campaign]
|
||||
id=Heir_To_The_Throne
|
||||
rank=5
|
||||
icon="data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-leading.png"
|
||||
name= _ "Heir to the Throne"
|
||||
icon="data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-leading.png"
|
||||
image="data/campaigns/Heir_To_The_Throne/images/campaign_image.png"
|
||||
abbrev= _ "HttT"
|
||||
rank=5
|
||||
define=CAMPAIGN_HEIR_TO_THE_THRONE
|
||||
first_scenario=01_The_Elves_Besieged
|
||||
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/hero.png~RC(magenta>red)" _"Hero" _"(Normal)"} +
|
||||
";" + {MENU_IMG_TXT2 "units/elves-wood/champion.png~RC(magenta>red)" _"Champion" _"(Challenging)"}
|
||||
|
||||
description= _ "Fight to regain the throne of Wesnoth, of which you are the legitimate heir.
|
||||
|
||||
" + _"(Novice level, 23 scenarios.)"
|
||||
image="data/campaigns/Heir_To_The_Throne/images/campaign_image.png"
|
||||
|
||||
{CAMPAIGN_DIFFICULTY EASY "units/elves-wood/fighter.png~RC(magenta>red)" ( _ "Fighter") ( _ "Beginner")}
|
||||
{CAMPAIGN_DIFFICULTY NORMAL "units/elves-wood/hero.png~RC(magenta>red)" ( _ "Hero") ( _ "Normal")} {DEFAULT_DIFFICULTY}
|
||||
{CAMPAIGN_DIFFICULTY HARD "units/elves-wood/champion.png~RC(magenta>red)" ( _ "Champion") ( _ "Challenging")}
|
||||
|
||||
[about]
|
||||
images = story/httt_story1.jpg,story/httt_story2.jpg,story/httt_story3.jpg,story/httt_story4.jpg,story/httt_story5.jpg,story/httt_story6.jpg,story/httt_story7.jpg,story/httt_story8.jpg
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
id=LOW
|
||||
define=CAMPAIGN_LOW
|
||||
rank=125
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
|
||||
type=hybrid
|
||||
|
||||
|
@ -50,9 +49,10 @@
|
|||
description=_ "The tale of Kalenz, the High Lord who rallied his people after the second orcish invasion of the Great Continent and became the most renowned hero in the recorded history of the Elves.
|
||||
|
||||
" + _"(Intermediate level, 18 scenarios.)"
|
||||
difficulty_descriptions={MENU_IMG_TXT2 "units/elves-wood/fighter.png~RC(magenta>brown)" _"Soldier" _"(Easy)"} +
|
||||
";*" + {MENU_IMG_TXT2 "units/elves-wood/lord.png~RC(magenta>brown)" _"Lord" _"(Normal)"} +
|
||||
";" + {MENU_IMG_TXT2 "units/elves-wood/high-lord.png~RC(magenta>brown)" _"High Lord" _"(Challenging)"}
|
||||
|
||||
{CAMPAIGN_DIFFICULTY EASY "units/elves-wood/fighter.png~RC(magenta>brown)" ( _ "Soldier") ( _ "Easy")}
|
||||
{CAMPAIGN_DIFFICULTY NORMAL "units/elves-wood/lord.png~RC(magenta>brown)" ( _ "Lord") ( _ "Normal")} {DEFAULT_DIFFICULTY}
|
||||
{CAMPAIGN_DIFFICULTY HARD "units/elves-wood/high-lord.png~RC(magenta>brown)" ( _ "High Lord") ( _ "Challenging")}
|
||||
|
||||
[about]
|
||||
title= _ "Creator and Lead Designer"
|
||||
|
|
|
@ -11,14 +11,14 @@
|
|||
abbrev= _ "Liberty"
|
||||
rank=110
|
||||
first_scenario=01_The_Raid
|
||||
|
||||
define=CAMPAIGN_LIBERTY
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions={MENU_IMG_TXT2 "units/human-peasants/peasant.png~RC(magenta>red)" _"Peasant" _"(Easy)"} +
|
||||
";" + {MENU_IMG_TXT2 "units/human-outlaws/outlaw.png~RC(magenta>red)" _"Outlaw" _"(Normal)"} +
|
||||
";" + {MENU_IMG_TXT2 "units/human-outlaws/fugitive.png~RC(magenta>red)" _"Fugitive" _"(Difficult)"}
|
||||
icon="units/human-outlaws/fugitive.png~RC(magenta>red)"
|
||||
image="data/campaigns/Liberty/images/campaign_image.png"
|
||||
|
||||
{CAMPAIGN_DIFFICULTY EASY "units/human-peasants/peasant.png~RC(magenta>red)" ( _ "Peasant") ( _ "Easy")} {DEFAULT_DIFFICULTY}
|
||||
{CAMPAIGN_DIFFICULTY NORMAL "units/human-outlaws/outlaw.png~RC(magenta>red)" ( _ "Outlaw") ( _ "Normal")}
|
||||
{CAMPAIGN_DIFFICULTY HARD "units/human-outlaws/fugitive.png~RC(magenta>red)" ( _ "Fugitive") ( _ "Difficult")}
|
||||
|
||||
#po: Yes, that is "marchlanders", not "marshlanders".
|
||||
#po: "marchlander" is archaic English for an inhabitant of a border region.
|
||||
# wmllint: local spelling marchlanders
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||
rank=240
|
||||
first_scenario=01_Breaking_the_Chains
|
||||
define=CAMPAIGN_NORTHERN_REBIRTH
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions={MENU_IMG_TXT2 "units/human-loyalists/spearman.png~RC(magenta>red)" _"Spearman" _"(Challenging)"} +
|
||||
";" + {MENU_IMG_TXT2 "units/human-loyalists/swordsman.png~RC(magenta>red)" _"Swordsman" _"(Difficult)"} +
|
||||
";" + {MENU_IMG_TXT2 "units/human-loyalists/royalguard.png~RC(magenta>red)" _"Royal Guard" _"(Nightmare)"}
|
||||
|
||||
{CAMPAIGN_DIFFICULTY EASY "units/human-loyalists/spearman.png~RC(magenta>red)" ( _ "Spearman") ( _ "Challenging")} {DEFAULT_DIFFICULTY}
|
||||
{CAMPAIGN_DIFFICULTY NORMAL "units/human-loyalists/swordsman.png~RC(magenta>red)" ( _ "Swordsman") ( _ "Difficult")}
|
||||
{CAMPAIGN_DIFFICULTY HARD "units/human-loyalists/royalguard.png~RC(magenta>red)" ( _ "Royal Guarde") ( _ "Nightmare")}
|
||||
|
||||
description= _ "For the people of Dwarven Doors the choice was stark: either drudge as downtrodden slaves for the orcs until the end of their brief and miserable lives, or risk all for freedom and rise up against their cruel overlords. Little did they suspect that their struggle would be the hinge of great events that might restore the Northlands to the glory they had once known.
|
||||
|
||||
|
|
|
@ -14,10 +14,11 @@
|
|||
define="CAMPAIGN_SCEPTRE_FIRE"
|
||||
extra_defines=ENABLE_DWARVISH_RUNESMITH
|
||||
first_scenario="1_A_Bargain_is_Struck"
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions={MENU_IMG_TXT2 "units/dwarves/fighter.png~RC(magenta>red)" _"Fighter" _"(Normal)"} +
|
||||
";*" + {MENU_IMG_TXT2 "units/dwarves/steelclad.png~RC(magenta>red)" _"Steelclad" _"(Challenging)"} +
|
||||
";" + {MENU_IMG_TXT2 "units/dwarves/lord.png~RC(magenta>red)" (_"Lord") _"(Difficult)"}
|
||||
|
||||
{CAMPAIGN_DIFFICULTY EASY "units/dwarves/fighter.png~RC(magenta>red)" ( _ "Fighter") ( _ "Normal")}
|
||||
{CAMPAIGN_DIFFICULTY NORMAL "units/dwarves/steelclad.png~RC(magenta>red)" ( _ "Steelclad") ( _ "Challenging")} {DEFAULT_DIFFICULTY}
|
||||
{CAMPAIGN_DIFFICULTY HARD "units/dwarves/lord.png~RC(magenta>red)" ( _ "Lord") ( _ "Difficult")}
|
||||
|
||||
# wmllint: directory spelling Dwarfdom
|
||||
description= _ "The land of Wesnoth’s banner bold
|
||||
Comes not from its own land;
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||
rank=220
|
||||
first_scenario=01_End_of_Peace
|
||||
define=CAMPAIGN_SON_OF_THE_BLACK_EYE
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions={MENU_IMG_TXT2 "units/orcs/grunt.png~RC(magenta>red)" _"Grunt" _"(Challenging)"} +
|
||||
";*" + {MENU_IMG_TXT2 "units/orcs/warrior.png~RC(magenta>red)" _"Warrior" _"(Difficult)"} +
|
||||
";" + {MENU_IMG_TXT2 "units/orcs/warlord.png~RC(magenta>red)" _"Warlord" _"(Nightmare)"}
|
||||
|
||||
{CAMPAIGN_DIFFICULTY EASY "units/orcs/grunt.png~RC(magenta>red)" ( _ "Grunt") ( _ "Challenging")}
|
||||
{CAMPAIGN_DIFFICULTY NORMAL "units/orcs/warrior.png~RC(magenta>red)" ( _ "Warrior") ( _ "Difficult")} {DEFAULT_DIFFICULTY}
|
||||
{CAMPAIGN_DIFFICULTY HARD "units/orcs/warlord.png~RC(magenta>red)" ( _ "Warlord") ( _ "Nightmare")}
|
||||
|
||||
#the insult "wose-born" replaced "tree-shagger"
|
||||
description= _ "Your father Karun Black-Eye was the greatest orcish leader that ever lived. Now, as his son, it’s up to you to thwart the selfish designs of the humans who have broken the old agreements with the orcs and are bent upon taking your lands. Unite the warring orcish tribes, bring together the Orcish Council and call up the Great Horde to send the human-worms and their wose-born allies to the land of the dead!
|
||||
|
|
|
@ -13,10 +13,11 @@
|
|||
rank=140
|
||||
define=CAMPAIGN_THE_HAMMER_OF_THURSAGAN
|
||||
first_scenario=01_At_the_East_Gate
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions={MENU_IMG_TXT2 "units/dwarves/fighter.png~RC(magenta>red)" _"Fighter" _"(Easy)"} +
|
||||
";*" + {MENU_IMG_TXT2 "units/dwarves/steelclad.png~RC(magenta>red)" _"Steelclad" _"(Normal)"} +
|
||||
";" + {MENU_IMG_TXT2 "units/dwarves/lord.png~RC(magenta>red)" (_"Lord") _"(Challenging)"}
|
||||
|
||||
{CAMPAIGN_DIFFICULTY EASY "units/dwarves/fighter.png~RC(magenta>red)" ( _ "Fighter") ( _ "Easy")}
|
||||
{CAMPAIGN_DIFFICULTY NORMAL "units/dwarves/steelclad.png~RC(magenta>red)" ( _ "Steelclad") ( _ "Normal")} {DEFAULT_DIFFICULTY}
|
||||
{CAMPAIGN_DIFFICULTY HARD "units/dwarves/lord.png~RC(magenta>red)" ( _ "Lord") ( _ "Challenging")}
|
||||
|
||||
# wmllint: directory spelling Kal Kartha
|
||||
description= _ "In the first years of the Northern Alliance, an expedition from Knalga seeks out their kin at Kal Kartha and to learn the fate of the legendary Hammer of Thursagan. The perils of their journey through the wild Northern Lands, though great, pale beside the evil they will face at its end.
|
||||
|
||||
|
|
|
@ -8,19 +8,20 @@
|
|||
id=The_Rise_of_Wesnoth
|
||||
rank=230
|
||||
name= _ "The Rise of Wesnoth"
|
||||
icon="data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-lord.png"
|
||||
image="data/campaigns/The_Rise_Of_Wesnoth/images/campaign_image.png"
|
||||
abbrev= _ "TRoW"
|
||||
define=CAMPAIGN_THE_RISE_OF_WESNOTH
|
||||
extra_defines=DISABLE_GRAND_MARSHAL
|
||||
first_scenario=01_A_Summer_of_Storms
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions={MENU_IMG_TXT2 data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-fighter.png _"Fighter" _"(Easy)"} +
|
||||
";*" + {MENU_IMG_TXT2 "data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-commander.png" _"Commander" _"(Normal)"} +
|
||||
";" + {MENU_IMG_TXT2 "data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-lord.png" _"Lord" _"(Challenging)"}
|
||||
icon="data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-lord.png"
|
||||
|
||||
{CAMPAIGN_DIFFICULTY EASY "data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-fighter.png" ( _ "Fighter") ( _ "Easy")}
|
||||
{CAMPAIGN_DIFFICULTY NORMAL "data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-commander.png" ( _ "Commander") ( _ "Normal")} {DEFAULT_DIFFICULTY}
|
||||
{CAMPAIGN_DIFFICULTY HARD "data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-lord.png" ( _ "Lord") ( _ "Challenging")}
|
||||
|
||||
description= _ "Lead Prince Haldric through the destruction of the Green Isle and across the Ocean to establish the very kingdom of Wesnoth itself. The confrontation with Lich-Lord Jevyan awaits...
|
||||
|
||||
" + _"(Expert level, 24 scenarios.)"
|
||||
image="data/campaigns/The_Rise_Of_Wesnoth/images/campaign_image.png"
|
||||
|
||||
[about]
|
||||
title = _ "Campaign Design"
|
||||
|
|
|
@ -18,10 +18,9 @@
|
|||
|
||||
" + _"(Novice level, 9 scenarios.)"
|
||||
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions={MENU_IMG_TXT2 "units/human-peasants/peasant.png~RC(magenta>red)" _"Civilian" _"(Beginner)"} +
|
||||
";" + {MENU_IMG_TXT2 "units/human-loyalists/spearman.png~RC(magenta>red)" _"Recruit" _"(Easy)"} +
|
||||
";" + {MENU_IMG_TXT2 "units/human-loyalists/javelineer.png~RC(magenta>red)" _"Soldier" _"(Normal)"}
|
||||
{CAMPAIGN_DIFFICULTY EASY "units/human-peasants/peasant.png~RC(magenta>red)" ( _ "Civilian") ( _ "Beginner")}
|
||||
{CAMPAIGN_DIFFICULTY NORMAL "units/human-loyalists/spearman.png~RC(magenta>red)" ( _ "Recruit") ( _ "Easy")} {DEFAULT_DIFFICULTY}
|
||||
{CAMPAIGN_DIFFICULTY HARD "units/human-loyalists/javelineer.png~RC(magenta>red)" ( _ "Soldier") ( _ "Normal")}
|
||||
|
||||
first_scenario=01_Born_to_the_Banner
|
||||
|
||||
|
|
|
@ -13,9 +13,10 @@
|
|||
abbrev= _ "AToTB"
|
||||
define="CAMPAIGN_TWO_BROTHERS"
|
||||
first_scenario="01_Rooting_Out_a_Mage"
|
||||
difficulties=EASY,HARD
|
||||
difficulty_descriptions={MENU_IMG_TXT2 "units/human-loyalists/horseman/horseman.png~RC(magenta>red)" _"Horseman" _"(Beginner)"} +
|
||||
";" + {MENU_IMG_TXT2 "units/human-loyalists/grand-knight/grand-knight.png~RC(magenta>red)" _"Knight" _"(Challenging)"}
|
||||
|
||||
{CAMPAIGN_DIFFICULTY EASY "units/human-loyalists/horseman/horseman.png~RC(magenta>red)" ( _ "Horseman") ( _ "Beginner")} {DEFAULT_DIFFICULTY}
|
||||
{CAMPAIGN_DIFFICULTY HARD "units/human-loyalists/grand-knight/grand-knight.png~RC(magenta>red)" ( _ "Knight") ( _ "Challenging")}
|
||||
|
||||
description= _ "An evil mage is threatening the small village of Maghre and its inhabitants. The village’s mage sends to his warrior brother for help, but not all goes as planned. Can you help?
|
||||
|
||||
" + _"(Novice level, 4 scenarios.)"
|
||||
|
|
|
@ -8,22 +8,22 @@
|
|||
# wmlscope: set export=no
|
||||
[campaign]
|
||||
id=Under_the_Burning_Suns
|
||||
name= _ "Under the Burning Suns"
|
||||
icon="data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/kaleh.png"
|
||||
image="data/campaigns/Under_the_Burning_Suns/images/campaign_image.png"
|
||||
name= _ "Under the Burning Suns"
|
||||
abbrev= _ "UtBS"
|
||||
rank=250
|
||||
define=CAMPAIGN_UNDER_THE_BURNING_SUNS
|
||||
first_scenario=01_The_Morning_After
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions={MENU_IMG_TXT2 "data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter.png~RC(magenta>red)" (_"Desert Hunter") _"(Normal)"} +
|
||||
";*" + {MENU_IMG_TXT2 "data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sentinel.png~RC(magenta>red)" (_"Desert Sentinel") _"(Challenging)"} +
|
||||
";" + {MENU_IMG_TXT2 "data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler.png~RC(magenta>red)" (_"Desert Prowler") _"(Nightmare)"}
|
||||
|
||||
description= _ "In the distant future a small band of elves struggles to survive amidst the ruins of fallen empires. Lead your people out of the desert on an epic journey to find a new home.
|
||||
|
||||
" + _"(Expert level, 10 scenarios.)"
|
||||
|
||||
{CAMPAIGN_DIFFICULTY EASY "data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter.png~RC(magenta>red)" ( _ "Desert Hunter") ( _ "Normal")}
|
||||
{CAMPAIGN_DIFFICULTY NORMAL "data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sentinel.png~RC(magenta>red)" ( _ "Desert Sentinel") ( _ "Challenging")} {DEFAULT_DIFFICULTY}
|
||||
{CAMPAIGN_DIFFICULTY HARD "data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler.png~RC(magenta>red)" ( _ "Desert Prowler") ( _ "Nightmare")}
|
||||
|
||||
# UTBS credits
|
||||
[about]
|
||||
title= _ "Campaign Design"
|
||||
|
|
|
@ -65,3 +65,18 @@ Gg, Gg, Gg, Gg
|
|||
[/set_variable]
|
||||
[/event]
|
||||
#enddef
|
||||
|
||||
#define CAMPAIGN_DIFFICULTY DEFINE IMAGE LABEL DESCRIPTION
|
||||
[difficulty]
|
||||
define={DEFINE}
|
||||
image={IMAGE}
|
||||
label={LABEL}
|
||||
description={DESCRIPTION}
|
||||
[/difficulty]
|
||||
#enddef
|
||||
|
||||
#define DEFAULT_DIFFICULTY
|
||||
[+difficulty]
|
||||
default=yes
|
||||
[/difficulty]
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue