Added ranks to Liberty, SotBE and NR
This commit is contained in:
parent
c378d3b03b
commit
f9775e8d9b
3 changed files with 85 additions and 82 deletions
|
@ -1,82 +1,83 @@
|
|||
# This version forked from 1.2, 2/10/2007, and prepared for mainline by ESR
|
||||
[textdomain]
|
||||
name="wesnoth-l"
|
||||
[/textdomain]
|
||||
|
||||
[campaign]
|
||||
#textdomain wesnoth-l
|
||||
id=liberty
|
||||
name= _ "Liberty"
|
||||
first_scenario=the_raid
|
||||
|
||||
define=CAMPAIGN_LIBERTY
|
||||
extra_defines=USE_L3_OUTLAWS
|
||||
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"
|
||||
image="Liberty_campaign_image.png"
|
||||
description= _ "As the shadow of civil war lengthens acoss Wesnoth, a band of hardy marchlanders revolts against the exactions of Asheviere. They must either break the evil Queen's grip, or fall to the blades of Wesnothian troops -- or, perhaps, meet an even darker fate and the hands of orcs and undead.
|
||||
|
||||
(Intermediate level, 9 scenarios)"
|
||||
|
||||
[about]
|
||||
title = _ "Author"
|
||||
[entry]
|
||||
name = "Scott Klempner"
|
||||
[/entry]
|
||||
[/about]
|
||||
[about]
|
||||
title = _ "Prose-doctoring and preparation for mainline"
|
||||
[entry]
|
||||
name = "Eric S. Raymond (ESR)"
|
||||
[/entry]
|
||||
[/about]
|
||||
[about]
|
||||
title = _ "Unit art"
|
||||
[entry]
|
||||
name = "Shadow"
|
||||
[/entry]
|
||||
[/about]
|
||||
[about]
|
||||
title = _ "Translators"
|
||||
[entry]
|
||||
name = "David David Philippi"
|
||||
[/entry]
|
||||
[/about]
|
||||
|
||||
[about]
|
||||
title = _ "Map art"
|
||||
[entry]
|
||||
name = "Brendan Sellner"
|
||||
[/entry]
|
||||
[/about]
|
||||
|
||||
[about]
|
||||
title = _ "Portrait Art"
|
||||
[entry]
|
||||
name = "Jason Lutes "
|
||||
[/entry]
|
||||
[/about]
|
||||
[/campaign]
|
||||
|
||||
[binary_path]
|
||||
path=data/campaigns/Liberty/external_binary_data
|
||||
[/binary_path]
|
||||
|
||||
#ifdef CAMPAIGN_LIBERTY
|
||||
|
||||
# Note: this campaign relies on USE_L3_OUTLAWS being defined early
|
||||
# enough to change the advancement paths in the core units.
|
||||
|
||||
[binary_path]
|
||||
path=data/campaigns/Liberty
|
||||
[/binary_path]
|
||||
|
||||
{campaigns/Liberty/scenarios/utils/utils.cfg}
|
||||
{campaigns/Liberty/scenarios}
|
||||
|
||||
[+units]
|
||||
{campaigns/Liberty/units}
|
||||
[/units]
|
||||
|
||||
#endif
|
||||
# This version forked from 1.2, 2/10/2007, and prepared for mainline by ESR
|
||||
[textdomain]
|
||||
name="wesnoth-l"
|
||||
[/textdomain]
|
||||
|
||||
[campaign]
|
||||
#textdomain wesnoth-l
|
||||
id=liberty
|
||||
name= _ "Liberty"
|
||||
rank=40
|
||||
first_scenario=the_raid
|
||||
|
||||
define=CAMPAIGN_LIBERTY
|
||||
extra_defines=USE_L3_OUTLAWS
|
||||
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"
|
||||
image="Liberty_campaign_image.png"
|
||||
description= _ "As the shadow of civil war lengthens acoss Wesnoth, a band of hardy marchlanders revolts against the exactions of Asheviere. They must either break the evil Queen's grip, or fall to the blades of Wesnothian troops -- or, perhaps, meet an even darker fate and the hands of orcs and undead.
|
||||
|
||||
(Intermediate level, 9 scenarios)"
|
||||
|
||||
[about]
|
||||
title = _ "Author"
|
||||
[entry]
|
||||
name = "Scott Klempner"
|
||||
[/entry]
|
||||
[/about]
|
||||
[about]
|
||||
title = _ "Prose-doctoring and preparation for mainline"
|
||||
[entry]
|
||||
name = "Eric S. Raymond (ESR)"
|
||||
[/entry]
|
||||
[/about]
|
||||
[about]
|
||||
title = _ "Unit art"
|
||||
[entry]
|
||||
name = "Shadow"
|
||||
[/entry]
|
||||
[/about]
|
||||
[about]
|
||||
title = _ "Translators"
|
||||
[entry]
|
||||
name = "David David Philippi"
|
||||
[/entry]
|
||||
[/about]
|
||||
|
||||
[about]
|
||||
title = _ "Map art"
|
||||
[entry]
|
||||
name = "Brendan Sellner"
|
||||
[/entry]
|
||||
[/about]
|
||||
|
||||
[about]
|
||||
title = _ "Portrait Art"
|
||||
[entry]
|
||||
name = "Jason Lutes "
|
||||
[/entry]
|
||||
[/about]
|
||||
[/campaign]
|
||||
|
||||
[binary_path]
|
||||
path=data/campaigns/Liberty/external_binary_data
|
||||
[/binary_path]
|
||||
|
||||
#ifdef CAMPAIGN_LIBERTY
|
||||
|
||||
# Note: this campaign relies on USE_L3_OUTLAWS being defined early
|
||||
# enough to change the advancement paths in the core units.
|
||||
|
||||
[binary_path]
|
||||
path=data/campaigns/Liberty
|
||||
[/binary_path]
|
||||
|
||||
{campaigns/Liberty/scenarios/utils/utils.cfg}
|
||||
{campaigns/Liberty/scenarios}
|
||||
|
||||
[+units]
|
||||
{campaigns/Liberty/units}
|
||||
[/units]
|
||||
|
||||
#endif
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#textdomain wesnoth-nr
|
||||
id=northern_rebirth
|
||||
name= _ "Northern Rebirth"
|
||||
rank=50
|
||||
first_scenario=chain_break
|
||||
define=CAMPAIGN_NORTHERN_REBIRTH
|
||||
extra_defines=USE_L3_OUTLAWS
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
[campaign]
|
||||
#textdomain wesnoth-sotbe
|
||||
name= _ "Son of the Black-Eye"
|
||||
rank=45
|
||||
first_scenario=End_Of_Peace
|
||||
define=CAMPAIGN_SON_OF_THE_BLACK_EYE
|
||||
difficulties=EASY,NORMAL,HARD
|
||||
|
|
Loading…
Add table
Reference in a new issue