Skip to content

Commit

Permalink
EI: Improved S2 based on vultraz's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Asheviere committed Mar 16, 2015
1 parent adf11e5 commit 18fa5cd
Showing 1 changed file with 31 additions and 8 deletions.
39 changes: 31 additions & 8 deletions data/campaigns/Eastern_Invasion/scenarios/02_The_Escape_Tunnel.cfg
Expand Up @@ -35,7 +35,7 @@
canrecruit=yes
controller=ai
recruit=Troll Whelp
{GOLD 45 60 65}
{GOLD 55 70 80}
{INCOME 2 3 4}
team_name=monster
user_team_name=_"Monsters"
Expand All @@ -55,7 +55,7 @@
controller=ai
recruit=Dwarvish Fighter,Dwarvish Thunderer,Dwarvish Scout
{GOLD 65 50 45}
{INCOME 3 0 0}
{INCOME 6 4 4}
team_name=good
user_team_name=_"Wesnothians"
[ai]
Expand Down Expand Up @@ -136,6 +136,10 @@

{TURNS_RUN_OUT}

#ifndef HARD
note= _ "Get moving quickly."
#endif

[gold_carryover]
bonus=yes
carryover_percentage=40
Expand Down Expand Up @@ -165,11 +169,6 @@
speaker=Dacyn
message= _ "I will explain later. For now, suffice to say they are much too powerful for us; our only hope is to head north."
[/message]
[unit]
type=Troll Whelp
x,y=32,10
side=2
[/unit]
[/event]

#the signpost
Expand Down Expand Up @@ -296,7 +295,7 @@

#Mal-Bakral arrives
[event]
name=turn 6
name=turn 7
{VARIABLE undead yes}
[terrain]
x=2,3,4,2
Expand Down Expand Up @@ -341,6 +340,30 @@
speaker=Dacyn
message= _ "They follow us... we must get out of this tunnel. It looks like it is leading east. That is unfortunate, for it will take us beyond the borders of Wesnoth. But it is our only option."
[/message]

[objectives]
side=1
silent=yes
[objective]
description= _ "Move Gweddry to the tunnel exit"
condition=win
[/objective]
[objective]
description= _ "Death of Gweddry"
condition=lose
[/objective]
[objective]
description= _ "Death of Dacyn"
condition=lose
[/objective]

{TURNS_RUN_OUT}

[gold_carryover]
bonus=yes
carryover_percentage=40
[/gold_carryover]
[/objectives]
[/event]

[event]
Expand Down

0 comments on commit 18fa5cd

Please sign in to comment.