Defeat flavor-text events for Eastern Invasion.

This commit is contained in:
Eric S. Raymond 2009-03-26 01:34:07 +00:00
parent c0b0b9ba8d
commit f680f4bd0a
20 changed files with 74 additions and 0 deletions

View file

@ -355,4 +355,6 @@
message= _ "Hurry! Before long enemy reinforcements will arrive, and we will all die! Go to the trapdoor!"
[/message]
[/event]
{EARLY_DEFEAT}
[/scenario]

View file

@ -343,4 +343,6 @@
{NEW_GOLD_CARRYOVER 40}
[/endlevel]
[/event]
{EARLY_DEFEAT}
[/scenario]

View file

@ -219,4 +219,6 @@
{NEW_GOLD_CARRYOVER 40}
[/endlevel]
[/event]
{EARLY_DEFEAT}
[/scenario]

View file

@ -266,4 +266,6 @@
{NEW_GOLD_CARRYOVER 40}
[/endlevel]
[/event]
{FOREIGN_DEFEAT}
[/scenario]

View file

@ -222,4 +222,6 @@
[/else]
[/if]
[/event]
{FOREIGN_DEFEAT}
[/scenario]

View file

@ -577,4 +577,6 @@
message=_ "Gweddry's men retreated swiftly from the Bitter Swamp, fleeing north and west as if their heels were winged. Finding a low pass through the northern Estmarks, they were greatly relieved to see the valley of the Weldyn open before them on the other side."
[/message]
[/event]
{FOREIGN_DEFEAT}
[/scenario]

View file

@ -636,4 +636,6 @@
[/effect]
[/object]
)}
{WESNOTH_DEFEAT}
[/scenario]

View file

@ -177,4 +177,6 @@
{NEW_GOLD_CARRYOVER 40}
[/endlevel]
[/event]
{WESNOTH_DEFEAT}
[/scenario]

View file

@ -367,4 +367,6 @@
[/else]
[/if]
[/event]
{WESNOTH_DEFEAT}
[/scenario]

View file

@ -158,4 +158,6 @@
{NEW_GOLD_CARRYOVER 40}
[/endlevel]
[/event]
{WESNOTH_DEFEAT}
[/scenario]

View file

@ -180,4 +180,6 @@
{NEW_GOLD_CARRYOVER 100}
[/endlevel]
[/event]
{FOREIGN_DEFEAT}
[/scenario]

View file

@ -342,4 +342,6 @@
{NEW_GOLD_CARRYOVER 40}
[/endlevel]
[/event]
{FOREIGN_DEFEAT}
[/scenario]

View file

@ -232,4 +232,6 @@
{NEW_GOLD_CARRYOVER 40}
[/endlevel]
[/event]
{FOREIGN_DEFEAT}
[/scenario]

View file

@ -467,4 +467,6 @@
{NEW_GOLD_CARRYOVER 40}
[/endlevel]
[/event]
{FOREIGN_DEFEAT}
[/scenario]

View file

@ -379,4 +379,6 @@
message= _ "I'll be followin' yah from now on. Hope yah can get to Weld'n an' all so I c'n stop runnin'..." # wmllint: no spellcheck
[/message]
[/event]
{FOREIGN_DEFEAT}
[/scenario]

View file

@ -437,4 +437,6 @@
{NEW_GOLD_CARRYOVER 40}
[/endlevel]
[/event]
{WESNOTH_DEFEAT}
[/scenario]

View file

@ -242,4 +242,6 @@
result=defeat
[/endlevel]
[/event]
{LATE_DEFEAT}
[/scenario]

View file

@ -169,4 +169,6 @@ The first leader to fall loses the duel."
{DUEL_UNIT (Bone Shooter) 28 8}
{DUEL_UNIT (Necrophage) 25 9}
[/event]
{LATE_DEFEAT}
[/scenario]

View file

@ -315,4 +315,6 @@
result=defeat
[/endlevel]
[/event]
{LATE_DEFEAT}
[/scenario]

View file

@ -62,3 +62,39 @@
message= _ "Wha'? Yah fail'd to give me protecshun..." # wmllimt: no spellcheck
[/message]
[/event]
#define EARLY_DEFEAT
[event]
name=defeat
speaker=narrator
image=wesnoth-icon.png
message=_ "It was perhaps as well for the men of Gweddry's troop that they did not live to see the grim tide of undead sweeping westward into Wesnoth, laying waste to all in its path."
[/event]
#enddef
#define FOREIGN_DEFEAT
[event]
name=defeat
speaker=narrator
image=wesnoth-icon.png
message=_ "Wesnoth never learned the fate of Gweddry's band, but all too soon they would suffer the rage and malice of marauding orcs and undead in a war that would end only in misery and death."
[/event]
#enddef
#define WESNOTH_DEFEAT
[event]
name=defeat
speaker=narrator
image=wesnoth-icon.png
message=_ "Their home country proved to be no refuge for Gweddry's weary men, and no more would it for the inhabitants of Wesnoth as foes pressed them on all sides to a final defense of the doomed kingdom."
[/event]
#enddef
#define LATE_DEFEAT
[event]
name=defeat
speaker=narrator
image=wesnoth-icon.png
message=_ "With the staunchest defenders of Wesnoth bested on their home ground, the once-great kingdom was plunged into final darkness under the vengeful hand of Mal-Ravanal."
[/event]
#enddef