DM S21: Emphasis and clarity for defeat condition
This commit is contained in:
parent
5179675209
commit
5044036f8b
1 changed files with 39 additions and 4 deletions
|
@ -115,6 +115,10 @@
|
|||
description= _ "Kill all enemy units"
|
||||
condition=win
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Enemy unit reaches a signpost"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Delfador"
|
||||
condition=lose
|
||||
|
@ -127,10 +131,6 @@
|
|||
description= _ "Death of Chantal"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Enemy unit reaches a signpost"
|
||||
condition=lose
|
||||
[/objective]
|
||||
|
||||
{TURNS_RUN_OUT}
|
||||
|
||||
|
@ -138,6 +138,27 @@
|
|||
bonus=yes
|
||||
carryover_percentage=80
|
||||
[/gold_carryover]
|
||||
|
||||
[note]
|
||||
description= _ "Enemy rider units will go for a signpost"
|
||||
[show_if]
|
||||
[have_unit]
|
||||
id=Rhuwin
|
||||
side=2
|
||||
[/have_unit]
|
||||
[/show_if]
|
||||
[/note]
|
||||
[note]
|
||||
description= _ "All enemy units will go for a signpost"
|
||||
[show_if]
|
||||
[not]
|
||||
[have_unit]
|
||||
id=Rhuwin
|
||||
side=2
|
||||
[/have_unit]
|
||||
[/not]
|
||||
[/show_if]
|
||||
[/note]
|
||||
[/objectives]
|
||||
[/event]
|
||||
|
||||
|
@ -401,6 +422,20 @@
|
|||
[/if]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=die
|
||||
[filter]
|
||||
id=Rhuwin
|
||||
[/filter]
|
||||
[filter_condition]
|
||||
[have_unit]
|
||||
side=2
|
||||
[/have_unit]
|
||||
[/filter_condition]
|
||||
[show_objectives]
|
||||
[/show_objectives]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=die
|
||||
first_time_only=no
|
||||
|
|
Loading…
Add table
Reference in a new issue