tweaks to hidden scenario
This commit is contained in:
parent
c2dcf3cc8a
commit
f462bc4b15
5 changed files with 122 additions and 22 deletions
|
@ -263,7 +263,7 @@
|
|||
# [/filter]
|
||||
# [message]
|
||||
# speaker=unit
|
||||
# message= _ "My lord, are you sure you want to do this?"
|
||||
# message= _ "Prince Konrad, are you sure you want to do this?"
|
||||
# [/message]
|
||||
# [if]
|
||||
# [variable]
|
||||
|
@ -297,7 +297,7 @@
|
|||
# [/message]
|
||||
# [message]
|
||||
# description=Kalenz
|
||||
# message= _ "Konrad, your folly is appaling! Do you flout my advice?"
|
||||
# message= _ "*shock* What!? Konrad, your folly is appaling! Do you flout my advice?"
|
||||
# [/message]
|
||||
# [message]
|
||||
# description=Li'sar
|
||||
|
@ -318,7 +318,7 @@
|
|||
# [/message]
|
||||
# [message]
|
||||
# description=Konrad
|
||||
# message= _ "Lord elf, I am in command. I have held council with the merfolk, and they believe they can find a path down the river and over the falls. We will take the most direct route to your homeland and escape the grasp of the armies that march against us."
|
||||
# message= _ "Lord elf, I am in command. I have held council with the merfolk, and they believe they can find a path down the river and over the falls. We will take the most direct route to your homeland and escape the grasp of Northerner armies that swarm the wilderness."
|
||||
# [/message]
|
||||
# [message]
|
||||
# description=Delfador
|
||||
|
@ -330,7 +330,7 @@
|
|||
# [/message]
|
||||
# [message]
|
||||
# description=Kalenz
|
||||
# message= _ "I do not like this, old friend. There are legends of things on this river that even I dare not speak of..."
|
||||
# message= _ "I do not like this, old friend. There are legends of things dwelling on this river that even I dare not speak of..."
|
||||
# [/message]
|
||||
# [endlevel]
|
||||
# next_scenario=20c_The_Cliffs_of_Thoria
|
||||
|
|
|
@ -83,13 +83,9 @@
|
|||
name=start
|
||||
#For Home of the Northern Elves: where do we come from?
|
||||
[set_variable]
|
||||
name=path_snow_plains
|
||||
value=yes
|
||||
name=HOTNE_path
|
||||
value=c
|
||||
[/set_variable]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=start
|
||||
[recall]
|
||||
description=Delfador
|
||||
[/recall]
|
||||
|
|
|
@ -151,6 +151,11 @@
|
|||
|
||||
[event]
|
||||
name=start
|
||||
#For Home of the Northern Elves: where do we come from?
|
||||
[set_variable]
|
||||
name=HOTNE_path
|
||||
value=b
|
||||
[/set_variable]
|
||||
[recall]
|
||||
description=Delfador
|
||||
[/recall]
|
||||
|
@ -203,15 +208,9 @@ name=die
|
|||
[/event]
|
||||
#enddef
|
||||
|
||||
#
|
||||
# Give some great armor to one of the Death Knights - this does not work as of
|
||||
# v1.1.1 so the middle line is disabled
|
||||
#
|
||||
|
||||
#
|
||||
# 1.1.4 PROBLEMS: if you kill the endowed knight last, the lich event doesn't fire.
|
||||
# Also, the void armor event is triggered every time any character steps somewhere.
|
||||
# Also, the "cannot use" condition isn't working (but that might be me).
|
||||
#
|
||||
|
||||
[event]
|
||||
|
@ -222,8 +221,7 @@ name=prestart
|
|||
[/event]
|
||||
|
||||
#
|
||||
# Reward the player for killing all 4 Death Knights - right now, nothing really happens
|
||||
# except for a spiffy message and the Lich is weaker
|
||||
# Reward the player for killing all 4 Death Knights - the Lich is weaker
|
||||
#
|
||||
[event]
|
||||
name=prestart
|
||||
|
|
|
@ -0,0 +1,87 @@
|
|||
[scenario]
|
||||
id=20c_The_Cliffs_of_Thoria
|
||||
#textdomain wesnoth-httt
|
||||
name= _ "The Cliffs of Thoria"
|
||||
map_data="{campaigns/Heir_To_The_Throne/maps/Cliffs_of_Thoria
|
||||
{SCENARIO_MUSIC "gameplay03.ogg"}
|
||||
{TURNS 20 20 20}
|
||||
|
||||
next_scenario="21_North_Elves"
|
||||
|
||||
{AFTERNOON}
|
||||
{DUSK}
|
||||
{FIRST_WATCH}
|
||||
{SECOND_WATCH}
|
||||
{DAWN}
|
||||
{MORNING}
|
||||
|
||||
{BIGMAP_CLIFFS}
|
||||
|
||||
[event]
|
||||
name=prestart
|
||||
[objectives]
|
||||
side=1
|
||||
[objective]
|
||||
description= _ "Make it to the end of the river"
|
||||
condition=win
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Konrad"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Delfador"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Li'sar"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Kalenz"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[/objectives]
|
||||
[/event]
|
||||
|
||||
{campaigns/Heir_To_The_Throne/utils/deaths.cfg}
|
||||
|
||||
[side]
|
||||
type=Commander
|
||||
description=Konrad
|
||||
user_description= _ "Konrad"
|
||||
unrenamable=yes
|
||||
side=1
|
||||
canrecruit=1
|
||||
controller=human
|
||||
[/side]
|
||||
|
||||
[side]
|
||||
side=2
|
||||
no_leader=yes
|
||||
controller=ai
|
||||
canrecruit=0
|
||||
[ai]
|
||||
{ATTACK_DEPTH 5 5 6}
|
||||
[/ai]
|
||||
[/side]
|
||||
|
||||
[event]
|
||||
name=start
|
||||
#For Home of the Northern Elves: where do we come from?
|
||||
[set_variable]
|
||||
name=HOTNE_path
|
||||
value=c
|
||||
[/set_variable]
|
||||
[recall]
|
||||
description=Delfador
|
||||
[/recall]
|
||||
[recall]
|
||||
description=Kalenz
|
||||
[/recall]
|
||||
[recall]
|
||||
description=Li'sar
|
||||
[/recall]
|
||||
[/event]
|
||||
|
||||
[/scenario]
|
|
@ -320,8 +320,8 @@
|
|||
[story]
|
||||
[if]
|
||||
[variable]
|
||||
name=path_snow_plains
|
||||
equals=yes
|
||||
name=HOTNE_path
|
||||
equals=a
|
||||
[/variable]
|
||||
[then]
|
||||
[part]
|
||||
|
@ -333,7 +333,13 @@
|
|||
{CROSS 759 179}
|
||||
[/part]
|
||||
[/then]
|
||||
[else]
|
||||
[/if]
|
||||
[if]
|
||||
[variable]
|
||||
name=HOTNE_path
|
||||
equals=b
|
||||
[/variable]
|
||||
[then]
|
||||
[part]
|
||||
background=maps/wesnoth-httt.jpg
|
||||
show_title=yes
|
||||
|
@ -345,7 +351,20 @@
|
|||
{DOT 750 200}
|
||||
{CROSS 759 179}
|
||||
[/part]
|
||||
[/else]
|
||||
[/then]
|
||||
[/if]
|
||||
[if]
|
||||
[variable]
|
||||
name=HOTNE_path
|
||||
equals=c
|
||||
[/variable]
|
||||
[then]
|
||||
[part]
|
||||
background=maps/wesnoth-httt.jpg
|
||||
show_title=yes
|
||||
{CROSS 759 179}
|
||||
[/part]
|
||||
[/then]
|
||||
[/if]
|
||||
[/story]
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue