add objectives for landar side in LoW scenario 22
This commit is contained in:
parent
b9e82e041d
commit
ae5414d67e
1 changed files with 40 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
||||||
name=prestart
|
name=prestart
|
||||||
|
|
||||||
# modify 2/3 of the non-loyal, non-shaman-line units to join Landar
|
# modify 2/3 of the non-loyal, non-shaman-line units to join Landar
|
||||||
|
# TODO: This this still needed in mp?
|
||||||
{MODIFY_UNIT (id=Landar) side 3}
|
{MODIFY_UNIT (id=Landar) side 3}
|
||||||
[store_unit]
|
[store_unit]
|
||||||
#TODO spellcheck
|
#TODO spellcheck
|
||||||
|
@ -212,6 +213,7 @@
|
||||||
|
|
||||||
[event]
|
[event]
|
||||||
name=prestart
|
name=prestart
|
||||||
|
# TODO: shouldn't Landar already be able to recuit?
|
||||||
{MODIFY_UNIT id=Landar canrecruit yes}
|
{MODIFY_UNIT id=Landar canrecruit yes}
|
||||||
[/event]
|
[/event]
|
||||||
|
|
||||||
|
@ -282,10 +284,12 @@
|
||||||
description= _ "Death of Kalenz"
|
description= _ "Death of Kalenz"
|
||||||
condition=lose
|
condition=lose
|
||||||
[/objective]
|
[/objective]
|
||||||
|
#ifdef MULTIPLAYER
|
||||||
[objective]
|
[objective]
|
||||||
description= _ "Death of Cleodil"
|
description= _ "Death of Cleodil"
|
||||||
condition=lose
|
condition=lose
|
||||||
[/objective]
|
[/objective]
|
||||||
|
#endif
|
||||||
[objective]
|
[objective]
|
||||||
description= _ "Death of Uradredia"
|
description= _ "Death of Uradredia"
|
||||||
condition=lose
|
condition=lose
|
||||||
|
@ -296,6 +300,32 @@
|
||||||
carryover_percentage=80
|
carryover_percentage=80
|
||||||
[/gold_carryover]
|
[/gold_carryover]
|
||||||
[/objectives]
|
[/objectives]
|
||||||
|
|
||||||
|
[objectives]
|
||||||
|
side=3
|
||||||
|
[objective]
|
||||||
|
description= _ "Death of Kalenz"
|
||||||
|
condition=win
|
||||||
|
[/objective]
|
||||||
|
[objective]
|
||||||
|
description= _ "Death of Landar"
|
||||||
|
condition=lose
|
||||||
|
[/objective]
|
||||||
|
[objective]
|
||||||
|
description= _ "Kalenz survives for six days"
|
||||||
|
condition=lose
|
||||||
|
show_turn_counter=yes
|
||||||
|
[/objective]
|
||||||
|
|
||||||
|
[gold_carryover]
|
||||||
|
bonus=yes
|
||||||
|
carryover_percentage=80
|
||||||
|
[/gold_carryover]
|
||||||
|
|
||||||
|
[note]
|
||||||
|
description= _ "If you loose you still have a chance to defeat Kalenz in the next scenario."
|
||||||
|
[/note]
|
||||||
|
[/objectives]
|
||||||
[/event]
|
[/event]
|
||||||
|
|
||||||
[event]
|
[event]
|
||||||
|
@ -326,6 +356,11 @@
|
||||||
[/message]
|
[/message]
|
||||||
[endlevel]
|
[endlevel]
|
||||||
result=victory
|
result=victory
|
||||||
|
next_scenario=null
|
||||||
|
[result]
|
||||||
|
side = 3
|
||||||
|
result = "defeat"
|
||||||
|
[/result]
|
||||||
[/endlevel]
|
[/endlevel]
|
||||||
[/event]
|
[/event]
|
||||||
|
|
||||||
|
@ -343,6 +378,11 @@
|
||||||
|
|
||||||
[endlevel]
|
[endlevel]
|
||||||
result=victory
|
result=victory
|
||||||
|
next_scenario=null
|
||||||
|
[result]
|
||||||
|
side = 3
|
||||||
|
result = "defeat"
|
||||||
|
[/result]
|
||||||
[/endlevel]
|
[/endlevel]
|
||||||
[/event]
|
[/event]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue