Skip to content

Commit

Permalink
ANL: added team and enemy leader names (fixes #2442)
Browse files Browse the repository at this point in the history
[ci skip]

Also made side 9 hidden. Sevu/shiki's nicknames used with permission.
  • Loading branch information
Vultraz committed Feb 5, 2018
1 parent 4c2cdda commit 4f68df2
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions data/multiplayer/scenarios/4p_A_New_Land.cfg
Expand Up @@ -53,8 +53,8 @@
side=1
canrecruit=yes
controller=human
team_name=1
user_team_name= _ "teamname^Team 1"
team_name=settlers
user_team_name= _ "teamname^Settlers"
team_lock=yes
income_lock=yes
shroud=no
Expand All @@ -67,8 +67,8 @@
side=2
canrecruit=yes
controller=human
team_name=1
user_team_name= _ "teamname^Team 1"
team_name=settlers
user_team_name= _ "teamname^Settlers"
team_lock=yes
income_lock=yes
shroud=no
Expand All @@ -81,8 +81,8 @@
side=3
canrecruit=yes
controller=human
team_name=1
user_team_name= _ "teamname^Team 1"
team_name=settlers
user_team_name= _ "teamname^Settlers"
team_lock=yes
income_lock=yes
shroud=no
Expand All @@ -95,8 +95,8 @@
side=4
canrecruit=yes
controller=human
team_name=1
user_team_name= _ "teamname^Team 1"
team_name=settlers
user_team_name= _ "teamname^Settlers"
team_lock=yes
income_lock=yes
shroud=no
Expand All @@ -113,15 +113,16 @@
controller=ai
allow_player=no
disallow_observers=yes
team_name=2
user_team_name= _ "teamname^Team 2"
team_name=enemies
user_team_name= _ "teamname^Enemies"
gold=25
recruit=Walking Corpse
income=20
village_gold=2
team_lock=yes
income_lock=yes
type=Death Knight
name= _ "Mal Sevu"
#ifdef MULTIPLAYER_A_NEW_LAND_LOAD
[modifications]
{MOVEMENT_RESTRICTION flat shallow_water}
Expand All @@ -142,15 +143,16 @@
controller=ai
allow_player=no
disallow_observers=yes
team_name=2
user_team_name= _ "teamname^Team 2"
team_name=enemies
user_team_name= _ "teamname^Enemies"
gold=25
recruit=Goblin Spearman
income=20
village_gold=2
team_lock=yes
income_lock=yes
type=Orcish Sovereign
name= _ "Gol Goroth"
#ifdef MULTIPLAYER_A_NEW_LAND_LOAD
[modifications]
{MOVEMENT_RESTRICTION flat shallow_water}
Expand All @@ -171,15 +173,16 @@
controller=ai
allow_player=no
disallow_observers=yes
team_name=2
user_team_name= _ "teamname^Team 2"
team_name=enemies
user_team_name= _ "teamname^Enemies"
gold=25
recruit=Goblin Spearman
income=20
village_gold=2
team_lock=yes
income_lock=yes
type=Orcish Sovereign
name= _ "Greg"
#ifdef MULTIPLAYER_A_NEW_LAND_LOAD
[modifications]
{MOVEMENT_RESTRICTION flat shallow_water}
Expand All @@ -200,15 +203,16 @@
controller=ai
allow_player=no
disallow_observers=yes
team_name=2
user_team_name= _ "teamname^Team 2"
team_name=enemies
user_team_name= _ "teamname^Enemies"
gold=25
recruit=Walking Corpse
income=20
village_gold=2
team_lock=yes
income_lock=yes
type=Death Knight
name= _ "Mal Shiki"
#ifdef MULTIPLAYER_A_NEW_LAND_LOAD
[modifications]
{MOVEMENT_RESTRICTION flat shallow_water}
Expand All @@ -232,7 +236,8 @@
allow_player=no
disallow_observers=yes
no_leader=yes
team_name=1,2
hidden=yes
team_name=settlers,enemies
user_team_name= _ "teamname^Prisoners"
income=0
village_gold=0
Expand Down

0 comments on commit 4f68df2

Please sign in to comment.