mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-16 04:50:37 +00:00
[SotBE] S10: refine objectives flow (#9817)
* SotBE: S10: refine objectives flow * S10: fix typographic errors --------- Co-authored-by: Tahsin Jahin Khalid <5283677+knyghtmare@users.noreply.github.com>
This commit is contained in:
parent
f9643c6849
commit
e3d7407058
|
@ -27,6 +27,10 @@
|
|||
|
||||
[objectives]
|
||||
side=1
|
||||
[objective]
|
||||
description= _ "Destroy the southern part of the bridge"
|
||||
condition=win
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Wait for Inarix’s arrival from the south on turn 4"
|
||||
condition=win
|
||||
|
@ -38,13 +42,19 @@
|
|||
[/show_if]
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Destroy the southern part of the bridge"
|
||||
condition=win
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "In order to recruit saurians later on, bring Inarix and at least four saurians to safety"
|
||||
# bonus caption as rescuing them
|
||||
# is not actually a win condition
|
||||
{BONUS_OBJECTIVE_CAPTION}
|
||||
description= _ "Escort Inarix and at least four saurians to Prestim."
|
||||
condition=win
|
||||
[show_if]
|
||||
[variable]
|
||||
name=turn_number
|
||||
greater_than_equal_to=4
|
||||
[/variable]
|
||||
[/show_if]
|
||||
[/objective]
|
||||
|
||||
[objective]
|
||||
description= _ "Death of Kapou’e"
|
||||
condition=lose
|
||||
|
@ -64,6 +74,9 @@
|
|||
[note]
|
||||
description= _ "Whoever detonates the bridge will die."
|
||||
[/note]
|
||||
[note]
|
||||
description= _ "In order to recruit saurians later on, bring Inarix and at least four saurians to safety."
|
||||
[/note]
|
||||
[/objectives]
|
||||
[/event]
|
||||
|
||||
|
@ -257,6 +270,10 @@
|
|||
speaker="Inarix"
|
||||
message= _ "Hurry-hurry, friends. Lanbec’h and his kind are right on our tails, we must reach Prestim quickly."
|
||||
[/message]
|
||||
|
||||
# let player know the objectives have updated
|
||||
[show_objectives]
|
||||
[/show_objectives]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
|
|
Loading…
Reference in New Issue
Block a user