ANL: added team and enemy leader names (fixes #2442)
[ci skip] Also made side 9 hidden. Sevu/shiki's nicknames used with permission.
This commit is contained in:
parent
4c2cddaa9e
commit
4f68df28ff
1 changed files with 22 additions and 17 deletions
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -113,8 +113,8 @@
|
|||
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
|
||||
|
@ -122,6 +122,7 @@
|
|||
team_lock=yes
|
||||
income_lock=yes
|
||||
type=Death Knight
|
||||
name= _ "Mal Sevu"
|
||||
#ifdef MULTIPLAYER_A_NEW_LAND_LOAD
|
||||
[modifications]
|
||||
{MOVEMENT_RESTRICTION flat shallow_water}
|
||||
|
@ -142,8 +143,8 @@
|
|||
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
|
||||
|
@ -151,6 +152,7 @@
|
|||
team_lock=yes
|
||||
income_lock=yes
|
||||
type=Orcish Sovereign
|
||||
name= _ "Gol Goroth"
|
||||
#ifdef MULTIPLAYER_A_NEW_LAND_LOAD
|
||||
[modifications]
|
||||
{MOVEMENT_RESTRICTION flat shallow_water}
|
||||
|
@ -171,8 +173,8 @@
|
|||
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
|
||||
|
@ -180,6 +182,7 @@
|
|||
team_lock=yes
|
||||
income_lock=yes
|
||||
type=Orcish Sovereign
|
||||
name= _ "Greg"
|
||||
#ifdef MULTIPLAYER_A_NEW_LAND_LOAD
|
||||
[modifications]
|
||||
{MOVEMENT_RESTRICTION flat shallow_water}
|
||||
|
@ -200,8 +203,8 @@
|
|||
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
|
||||
|
@ -209,6 +212,7 @@
|
|||
team_lock=yes
|
||||
income_lock=yes
|
||||
type=Death Knight
|
||||
name= _ "Mal Shiki"
|
||||
#ifdef MULTIPLAYER_A_NEW_LAND_LOAD
|
||||
[modifications]
|
||||
{MOVEMENT_RESTRICTION flat shallow_water}
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue