wesnoth/data/multiplayer/eras.cfg

40 lines
1.3 KiB
INI

#textdomain wesnoth-multiplayer
[era]
id=era_default
name= _ "Default"
description=_ "The standard era for Wesnoth multiplayer. Consists of six factions and is generally balanced."
type=hybrid
{ERA_DEFAULT}
[/era]
[era]
id=era_heroes
name= _ "Age of Heroes"
description= _"An era with higher level units: level three leaders, with level one and two units available for recruit. Consists of six factions. Not considered balanced."
{ERA_HEROES}
[/era]
[era]
id=era_dunefolk
name= _ "Default + Dunefolk"
description= _ "An era featuring an additional faction besides the six factions from Default Era. Dunefolk units rely on careful use of terrain and coordinated strikes around dusk or dawn.
This era is still under development, so please be sure to report any problems that arise."
{ERA_DEFAULT}
{multiplayer/factions/dunefolk-default.cfg}
[/era]
[era]
id=era_dunefolk_heroes
name= _ "Age of Heroes + Dunefolk"
description= _ "An era featuring an additional faction besides the six factions from Age of Heroes Era. Dunefolk units rely on careful use of terrain and coordinated strikes around dusk or dawn.
This era is still under development, so please be sure to report any problems that arise."
{ERA_HEROES}
{multiplayer/factions/dunefolk-aoh.cfg}
[/era]