wesnoth/data/multiplayer/scenarios/2p_Silverhead_Crossing.cfg
Eric S. Raymond 303a039679 Use cancrecruit={yes,no} rather than canrecruit={1,0} everywhere,
...because it's a good example mainline should set for UMC.
This change was done mechanically with a wmllint enhancement.
2008-03-01 08:42:40 +00:00

35 lines
878 B
INI

#textdomain wesnoth-multiplayer
[multiplayer]
id=multiplayer_Silverhead_Crossing
name= _ "2p - Silverhead Crossing"
description= _ "Players must traverse all manner of terrain in pursuit of victory on this multi-fronted duel map." + _ " Recommended setting of 2 gold per village."
map_data="{multiplayer/maps/2p_Silverhead_Crossing.map}"
{DEFAULT_SCHEDULE}
{DEFAULT_MUSIC_PLAYLIST}
[side]
[ai]
villages_per_scout=8
[/ai]
side=1
canrecruit=yes
controller=human
team_name=west
user_team_name= _ "teamname^West"
fog=yes
[/side]
[side]
[ai]
villages_per_scout=8
[/ai]
side=2
canrecruit=yes
controller=human
team_name=east
user_team_name= _ "teamname^East"
fog=yes
[/side]
[/multiplayer]