;
; Events text for Arthur of the Britains Scenario
; Content Copyright(c) 1996, Glyph Ltd.
; File Format Copyright(c) 1996, MicroProse Studios Inc.
;
;

@BEGINEVENTS
 
@IF
CITYTAKEN
city=Grail Castle
attacker=Britons
defender=Fey
@THEN
TEXT
^Arthur's knights have captured the mighty Grail Castle, and the Britons now control the 
mysterious power of the Grail.  A shadowy warrior appears to aid Arthur in his quest.
ENDTEXT
CREATEUNIT
unit=Grail Knight
owner=Britons
veteran=false
homecity=none
locations
50,64
endlocations
@ENDIF

@IF
CITYTAKEN
city=Camelot
attacker=Fey
defender=Britons
@THEN
TEXT
^The dark powers of the Fey succeed in wresting noble Camelot from Arthur's grasp.  The round
table is sundered, and its golden walls are melted down to fund the might Fey war machine.
ENDTEXT
CHANGEMONEY
receiver=Fey
amount=1000
@ENDIF

@IF
UNITKILLED
unit=Fisher King 
attacker=anybody
defender=anybody
@THEN
TEXT 
^The Fisher King, Keeper of the Grail, has been destroyed.
ENDTEXT
@ENDIF

@IF
UNITKILLED
unit=Green Knight 
attacker=anybody
defender=anybody
@THEN
TEXT 
^The Green Knight, stalwart of the Fey, lies dead on the field of battle.
ENDTEXT
@ENDIF

@IF
UNITKILLED
unit=Merlin 
attacker=anybody
defender=anybody
@THEN
TEXT 
^Ancient Merlin, Arthur's loyal and wise advisor, is no more.
ENDTEXT
@ENDIF

@IF
UNITKILLED
unit=Questing Beast
attacker=anybody
defender=anybody
@THEN
TEXT 
^The Questing Beast has been slain.
ENDTEXT
@ENDIF

@IF
UNITKILLED
unit=Sir Galahad 
attacker=anybody
defender=anybody
@THEN
TEXT 
^Brave Sir Galahad has met his untimely end.
ENDTEXT
@ENDIF


@IF
UNITKILLED
unit=Sir Lancelot
attacker=anybody
defender=anybody
@THEN
TEXT 
^Arthur and his knights mourn the passing of Lancelot du Lac, tireless champion of the Britons.
ENDTEXT
@ENDIF

@ENDEVENTS
