wesnoth/data/multiplayer/eras.cfg
Benoît Timbert 8d67976100 Since the old random-enemy.png was used in some places...
...where a dice doesn't fit and we're in RC so it's too late to break
stuff, restore the old one image and wire everywhere the new one as a
new image.
2008-02-25 17:29:06 +00:00

43 lines
1.1 KiB
INI

#textdomain wesnoth-multiplayer
#define RANDOM_SIDE
[multiplayer_side]
id=Random
name={MENU_IMG_TXT "random-dice.png" _"Random"}
random_faction=yes
[/multiplayer_side]
#enddef
[era]
id=era_default
name= _ "Default"
{RANDOM_SIDE}
{multiplayer/factions/loyalists-default.cfg}
{multiplayer/factions/rebels-default.cfg}
{multiplayer/factions/northerners-default.cfg}
{multiplayer/factions/undead-default.cfg}
{multiplayer/factions/knalgans-default.cfg}
{multiplayer/factions/drakes-default.cfg}
[/era]
[era]
id=era_heroes
name= _ "Age of Heroes"
{RANDOM_SIDE}
{multiplayer/factions/loyalists-aoh.cfg}
{multiplayer/factions/rebels-aoh.cfg}
{multiplayer/factions/northerners-aoh.cfg}
{multiplayer/factions/undead-aoh.cfg}
{multiplayer/factions/knalgans-aoh.cfg}
{multiplayer/factions/drakes-aoh.cfg}
[/era]
[era]
id=era_great_war
name= _ "Great War"
{RANDOM_SIDE}
{multiplayer/factions/alliance_of_light.cfg}
{multiplayer/factions/alliance_of_darkness.cfg}
[/era]