Events for the Scenario "War of the Jewels"
(c) 1999 by Sirko Schmeling

@BEGINEVENTS

@IF
TURN
turn=every
@THEN
MAKEAGGRESSION
who=Demons
whom=anybody
@ENDIF

@IF
TURN
turn=300
@THEN
TEXT
^Morgoth' hordes burn down the lovely fields of Anfauglith!
ENDTEXT
CHANGETERRAIN
terraintype=0
maprect
62,14,74,14,74,22,60,22
@ENDIF

@IF
TURN
turn=300
@THEN
CHANGETERRAIN
terraintype=0
maprect
74,16,84,16,84,20,74,20
@ENDIF

@IF
UNITKILLED
unit=Champion
attacker=Demons
defender=anybody
@THEN
CREATEUNIT
owner=Demons
unit=Undead Warrior
veteran=no
homecity=none
locations
73,3
endlocations
TEXT
^A mighty knight has been slain. Morgoth uses his mortal remains to
 awake an undead warrior.
ENDTEXT
@ENDIF

@IF
UNITKILLED
unit=Elf Lord
attacker=Demons
defender=anybody
@THEN
CREATEUNIT
owner=Demons
unit=Undead Warrior
veteran=no
homecity=none
locations
73,3
endlocations
TEXT
^A mighty knight has been slain. Morgoth uses his mortal remains to
 awake an undead warrior.
ENDTEXT
@ENDIF

@IF
CITYTAKEN
city=Angband
attacker=anybody
defender=Demons
@THEN
TEXT
^The dark empire has lost Anband - mightiest fortress of his empire,
 keephold of the Silmarils! Without their magical power Morgoth will
 not be able to controll all his creatures and cities. The fall of the
 empire is only a question of time...
ENDTEXT
DESTROYACIVILIZATION
whom=Demons
@ENDIF

@IF
CITYTAKEN
city=Nargothrond
attacker=anybody
defender=Half-Noldor
@THEN
JUSTONCE
TEXT
^Nargothrond capital of the Half-Noldor empire has fallen! 500 pieces of
 gold plundered by the victorious army!
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=500
@ENDIF

@IF
CITYTAKEN
city=Menegroth
attacker=anybody
defender=Sindar
@THEN
JUSTONCE
TEXT
^Menegroth capital of the Sindarin empire has fallen! 500 pieces of
 gold plundered by the victorious army!
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=500
@ENDIF

@IF
CITYTAKEN
city=Himring
attacker=anybody
defender=Oath-Takers
@THEN
JUSTONCE
TEXT
^Himring capital of the Oath-Taker empire has fallen! 500 pieces of
 gold plundered by the victorious army!
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=500
@ENDIF

@IF
CITYTAKEN
city=Belegost
attacker=anybody
defender=Dwarves
@THEN
JUSTONCE
TEXT
^Menegroth capital of the Dwarven empire has fallen! 500 pieces of
 gold plundered by the victorious army!
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=500
@ENDIF

@IF
CITYTAKEN
city=Gondolin
attacker=anybody
defender=Noldor
@THEN
JUSTONCE
TEXT
^Gondolin capital of the Noldor empire has fallen! 500 pieces of
 gold plundered by the victorious army!
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=500
@ENDIF

@IF
CITYTAKEN
city=Estolad
attacker=anybody
defender=Edain
@THEN
JUSTONCE
TEXT
^Estolad capital of the Edain empire has fallen! 500 pieces of
 gold plundered by the victorious army!
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=500
@ENDIF

@IF
UNITKILLED
unit=Gem
attacker=anybody
defender=Demons
@THEN
JUSTONCE
GIVETECHNOLOGY
technology=68
receiver=TRIGGERATTACKER
TEXT
^The biggest gem deposit of Middle Earth was discovered! The explorers
 immediately begin to build up mining facilities.
ENDTEXT
CREATEUNIT
owner=TRIGGERATTACKER
unit=Settler
veteran=no
homecity=none
locations
95,87
endlocations
@ENDIF 

@ENDEVENTS