Made objectives for 'Death of <ally_name>'...
...to replace 'Death of Troll Ally' and 'Death of Dwarf Ally'.
This commit is contained in:
parent
54a723b9e0
commit
cab0a435db
1 changed files with 63 additions and 68 deletions
|
@ -694,75 +694,70 @@
|
|||
#endif
|
||||
|
||||
# set starting scenario objectives
|
||||
[objectives]
|
||||
summary= _ "Starting Objectives:"
|
||||
[objective]
|
||||
description= _ "Escape the Caves"
|
||||
condition=win
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Kaleh"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Nym"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Zhul"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Grog"
|
||||
condition=lose
|
||||
[show_if]
|
||||
[variable]
|
||||
name=ally_name
|
||||
equals=Grog
|
||||
[/variable]
|
||||
[/show_if]
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Nog"
|
||||
condition=lose
|
||||
[show_if]
|
||||
[variable]
|
||||
name=ally_name
|
||||
equals=Nog
|
||||
[/variable]
|
||||
[/show_if]
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Rogrimir"
|
||||
condition=lose
|
||||
[show_if]
|
||||
[variable]
|
||||
name=ally_name
|
||||
equals=Rogrimir
|
||||
[/variable]
|
||||
[/show_if]
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Jarl"
|
||||
condition=lose
|
||||
[show_if]
|
||||
[variable]
|
||||
name=ally_name
|
||||
equals=Jarl
|
||||
[/variable]
|
||||
[/show_if]
|
||||
[/objective]
|
||||
|
||||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
[objectives]
|
||||
summary= _ "Starting Objectives:"
|
||||
[objective]
|
||||
description= _ "Escape the Caves"
|
||||
condition=win
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Kaleh"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Nym"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Zhul"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Dwarf Ally"
|
||||
condition=lose
|
||||
[/objective]
|
||||
|
||||
[gold_carryover]
|
||||
bonus=yes
|
||||
carryover_percentage=40
|
||||
[/gold_carryover]
|
||||
[/objectives]
|
||||
[/then]
|
||||
|
||||
[else]
|
||||
[objectives]
|
||||
summary= _ "Starting Objectives:"
|
||||
[objective]
|
||||
description= _ "Escape the Caves"
|
||||
condition=win
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Kaleh"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Nym"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Zhul"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Troll Ally"
|
||||
condition=lose
|
||||
[/objective]
|
||||
|
||||
[gold_carryover]
|
||||
bonus=yes
|
||||
carryover_percentage=40
|
||||
[/gold_carryover]
|
||||
[/objectives]
|
||||
[/else]
|
||||
[/if]
|
||||
[gold_carryover]
|
||||
bonus=yes
|
||||
carryover_percentage=40
|
||||
[/gold_carryover]
|
||||
[/objectives]
|
||||
[/event]
|
||||
|
||||
# I NEED THE CLOCK FUNCTION TO GO FIRST BECAUSE LATER EVENTS CHECK TO SEE
|
||||
|
|
Loading…
Add table
Reference in a new issue