Fix team-coloring in campaign & difficulty selection.
This commit is contained in:
parent
19af68d40a
commit
535bcda742
4 changed files with 11 additions and 11 deletions
|
@ -6,14 +6,14 @@
|
|||
id=eastern_invasion
|
||||
rank=30
|
||||
#textdomain wesnoth-ei
|
||||
icon=units/human-loyalists/general.png
|
||||
icon=units/human-loyalists/general.png(1,magenta)
|
||||
name= _ "The Eastern Invasion"
|
||||
define=CAMPAIGN_EASTERN_INVASION
|
||||
first_scenario=The_Outpost
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions={MENU_IMG_TXT2 units/human-loyalists/spearman.png _"Spearman" _"(easiest)"} +
|
||||
";*" + {MENU_IMG_TXT units/human-loyalists/swordsman.png _"Swordsman"} +
|
||||
";" + {MENU_IMG_TXT2 units/human-loyalists/royalguard.png (_"Royal Guard") _"(hardest)"}
|
||||
difficulty_descriptions={MENU_IMG_TXT2 "units/human-loyalists/spearman.png(1,magenta)" _"Spearman" _"(easiest)"} +
|
||||
";*" + {MENU_IMG_TXT "units/human-loyalists/swordsman.png(1,magenta)" _"Swordsman"} +
|
||||
";" + {MENU_IMG_TXT2 "units/human-loyalists/royalguard.png(1,magenta)" (_"Royal Guard") _"(hardest)"}
|
||||
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."
|
||||
image=portraits/gweddry.png
|
||||
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
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 _"Fighter" _"(easiest)"} +
|
||||
";*" + {MENU_IMG_TXT units/elves-wood/hero.png _"Hero"} + ";" +
|
||||
{MENU_IMG_TXT2 units/elves-wood/champion.png _"Champion" _"(hardest)"}
|
||||
difficulty_descriptions={MENU_IMG_TXT2 "units/elves-wood/fighter.png(1,magenta)" _"Fighter" _"(easiest)"} +
|
||||
";*" + {MENU_IMG_TXT "units/elves-wood/hero.png(1,magenta)" _"Hero"} + ";" +
|
||||
{MENU_IMG_TXT2 "units/elves-wood/champion.png(1,magenta)" _"Champion" _"(hardest)"}
|
||||
description= _ "Fight to regain the throne of Wesnoth, of which you are the legitimate heir."
|
||||
image=portraits/konrad.png
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
description= _ "A young Knight, Deoran, is dispatched to take command of the South Guard... Note: This campaign is designed as an introduction to Wesnoth. The 'Civilian' difficulty level is aimed at first-time players."
|
||||
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
difficulty_descriptions="*" + {MENU_IMG_TXT2 units/human-loyalists/peasant.png _"Civilian" _"(simple)"} + ";" + {MENU_IMG_TXT2 units/human-loyalists/spearman.png _"Recruit" _"(easy)"} + ";" + {MENU_IMG_TXT2 units/human-loyalists/javelineer.png _"Soldier" _"(normal)"}
|
||||
difficulty_descriptions="*" + {MENU_IMG_TXT2 "units/human-loyalists/peasant.png(1,magenta)" _"Civilian" _"(simple)"} + ";" + {MENU_IMG_TXT2 "units/human-loyalists/spearman.png(1,magenta)" _"Recruit" _"(easy)"} + ";" + {MENU_IMG_TXT2 "units/human-loyalists/javelineer.png(1,magenta)" _"Soldier" _"(normal)"}
|
||||
|
||||
first_scenario=1_Born_To_The_Banner
|
||||
|
||||
|
|
|
@ -6,14 +6,14 @@ name="wesnoth-tb"
|
|||
id=Two_Brothers
|
||||
rank=1
|
||||
#textdomain wesnoth-tb
|
||||
icon="units/human-loyalists/knight.png"
|
||||
icon="units/human-loyalists/knight.png(1,magenta)"
|
||||
image="arne.png"
|
||||
name= _ "A Tale Of Two Brothers"
|
||||
define="CAMPAIGN_TWO_BROTHERS"
|
||||
first_scenario="1_Rooting_Out_A_Mage"
|
||||
difficulties=EASY,HARD
|
||||
difficulty_descriptions={MENU_IMG_TXT2 units/human-loyalists/horseman-moving.png _"Horseman" _"(easy)"} +
|
||||
";" + {MENU_IMG_TXT2 units/human-loyalists/grand-knight.png _"Knight" _"(hard)"}
|
||||
difficulty_descriptions={MENU_IMG_TXT2 "units/human-loyalists/horseman-moving.png(1,magenta)" _"Horseman" _"(easy)"} +
|
||||
";" + {MENU_IMG_TXT2 "units/human-loyalists/grand-knight.png(1,magenta)" _"Knight" _"(hard)"}
|
||||
description= _ "A Black Mage is threatening the local village and its inhabitants. When their leader Bjarn sends for aid from his brother Arne, he is victorious, but Bjarn himself is kidnapped. Can you rescue him?
|
||||
A very short campaign, made for beginners on easy and challenging for pros on hard."
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue