Skip to content

Commit

Permalink
WoV: Update to match the 1.0.2 version on the 1.14 add-on server
Browse files Browse the repository at this point in the history
Changes:
S01: Clarify & simplify objectives
S05: Give the player a warning about the sea serpents
S09: Ensure dialog is spoken by a drake
  • Loading branch information
sigurdfdragon committed Aug 3, 2019
1 parent 862e482 commit d44a978
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion data/campaigns/Wings_of_Victory/dist/version
@@ -1 +1 @@
1.0.1
1.0.2
16 changes: 5 additions & 11 deletions data/campaigns/Wings_of_Victory/scenarios/01_The_Hunt.cfg
Expand Up @@ -187,12 +187,7 @@
{MODIFY_UNIT side=1 facing ne}
[objectives]
[objective]
description= _ "All enemies are defeated and Galun has become an Aspirant (reached level two)"
condition=win
[/objective]
{OBJECTIVE_OR}
[objective]
description= _ "Turns run out and Galun has become an Aspirant (reached level two)"
description= _ "Galun is an Aspirant (at least level two) at the end of the hunt"
condition=win
[/objective]
[objective]
Expand All @@ -208,16 +203,15 @@
condition=lose
[/objective]
[objective]
description= _ "Turns run out and Galun is still a Fledgling (level one)"
condition=lose
[/objective]
[objective]
description= _ "All enemies are defeated and Galun is still a Fledgling (level one)"
description= _ "Galun is still a Fledgling (level one) at the end of the hunt"
condition=lose
[/objective]
[gold_carryover]
carryover_percentage=0
[/gold_carryover]
[note]
description= _ "The hunt will end when turns run out, or when all enemy units have been defeated."
[/note]
[/objectives]
[/event]

Expand Down
9 changes: 9 additions & 0 deletions data/campaigns/Wings_of_Victory/scenarios/05_Islands.cfg
Expand Up @@ -170,6 +170,15 @@
[/message]
[/event]

# Give the player a warning about the sea serpents
[event]
name=side 1 turn 2
[message]
speaker=Vank
message= _ "Be alert, there are large creatures moving under the waves."
[/message]
[/event]

# Lifted from TRoW Rough Landing
# Upon the first loss of an enemy side, a serpent is spawned in a location
# from which it can't reach any player unit in one turn. The side 2 serpent
Expand Down
4 changes: 3 additions & 1 deletion data/campaigns/Wings_of_Victory/scenarios/09_Foothills.cfg
Expand Up @@ -267,7 +267,8 @@
time=1500
[/delay]
[message]
speaker=second_unit
side=1
race=drake
message= _ "Walking bones without meat! What kind of abominations are these?"
[/message]
[/event]
Expand All @@ -280,6 +281,7 @@
[/filter]
[filter_second]
side=1
race=drake
[/filter_second]
[message]
speaker=second_unit
Expand Down

0 comments on commit d44a978

Please sign in to comment.