Skip to content

Commit

Permalink
TSG S03: Have elves be on their own side when appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdfdragon authored and ln-zookeeper committed Nov 15, 2017
1 parent f759e4e commit 431fc60
Showing 1 changed file with 30 additions and 7 deletions.
37 changes: 30 additions & 7 deletions data/campaigns/The_South_Guard/scenarios/03_A_Desparate_Errand.cfg
Expand Up @@ -147,6 +147,18 @@
{STARTING_VILLAGES_AREA 2 28 21 5}
{STARTING_VILLAGES_AREA 2 12 27 10}

# The Aethenwood Elves

[side]
side=3
no_leader=yes

team_name=Elves
user_team_name=_"Elves"
controller=null
hidden=yes
[/side]

[event]
name=prestart

Expand Down Expand Up @@ -340,12 +352,21 @@
x,y=17,7
[/remove_item]

{NAMED_LOYAL_UNIT 1 (Elvish Ranger) 15 4 (Linderion) (_"Linderion")}
{NAMED_LOYAL_UNIT 1 (Elvish Marksman) 19 4 (Mithalwe) (_"Mithalwe")}
{NAMED_LOYAL_UNIT 1 (Elvish Ranger) 13 7 (Sidaurios) (_"Sidaurios")}
{NAMED_LOYAL_UNIT 1 (Elvish Avenger) 21 7 (Eltenmir) (_"Eltenmir")}
{NAMED_LOYAL_UNIT 1 (Elvish Hero) 15 10 (Vardanos) (_"Vardanos")}
{NAMED_LOYAL_UNIT 1 (Elvish Outrider) 19 10 (Talchar) (_"Talchar")}
{NAMED_LOYAL_UNIT 3 (Elvish Ranger) 15 4 (Linderion) (_"Linderion")}
{NAMED_LOYAL_UNIT 3 (Elvish Marksman) 19 4 (Mithalwe) (_"Mithalwe")}
{NAMED_LOYAL_UNIT 3 (Elvish Ranger) 13 7 (Sidaurios) (_"Sidaurios")}
{NAMED_LOYAL_UNIT 3 (Elvish Avenger) 21 7 (Eltenmir) (_"Eltenmir")}
{NAMED_LOYAL_UNIT 3 (Elvish Hero) 15 10 (Vardanos) (_"Vardanos")}
{NAMED_LOYAL_UNIT 3 (Elvish Outrider) 19 10 (Talchar) (_"Talchar")}
[modify_unit]
[filter]
side=3
ability=ambush
[/filter]
[status]
uncovered=yes
[/status]
[/modify_unit]

[unit]
type=Elvish Shyde
Expand All @@ -354,7 +375,7 @@
unrenamable=yes
profile=portraits/ethiliel.png
{IS_HERO}
side=1
side=3
x,y=18,6
facing=sw
[modifications]
Expand Down Expand Up @@ -415,6 +436,8 @@
message= _ "My thanks, lady."
[/message]

{MODIFY_UNIT (id=Ethiliel) side 1}

[kill]
type=Elvish Ranger,Elvish Avenger,Elvish Outrider,Elvish Hero,Elvish Marksman
animate=no
Expand Down

0 comments on commit 431fc60

Please sign in to comment.