wesnoth/data/multiplayer/scenarios/2p_Sablestone_Delta.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
866 B
INI

#textdomain wesnoth-multiplayer
[multiplayer]
id=multiplayer_Sablestone_Delta
name= _ "2p - Sablestone Delta"
description= _ "Two armies collide on this disjointed coastal landscape of hidden caves and jagged rivers." + _ " Recommended setting of 2 gold per village."
map_data="{multiplayer/maps/2p_Sablestone_Delta.map}"
{DEFAULT_SCHEDULE}
{DEFAULT_MUSIC_PLAYLIST}
[side]
[ai]
villages_per_scout=8
[/ai]
side=1
canrecruit=yes
controller=human
team_name=north
user_team_name= _ "teamname^North"
fog=yes
[/side]
[side]
[ai]
villages_per_scout=8
[/ai]
side=2
canrecruit=yes
controller=human
team_name=south
user_team_name= _ "teamname^South"
fog=yes
[/side]
[/multiplayer]