mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 18:59:06 +00:00

...because it's a good example mainline should set for UMC. This change was done mechanically with a wmllint enhancement.
35 lines
866 B
INI
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]
|