Applied HIGHLIGHT_IMAGE to a few places in tSG...
...and made the village burning in Proven by the Sword use the fancy new burnt village images.
This commit is contained in:
parent
95f6268cf5
commit
e1fe8fa925
3 changed files with 27 additions and 19 deletions
|
@ -201,11 +201,11 @@
|
|||
message= _ "You should head to the river fort! Sir Gerrick will want to know that reinforcements have arrived!"
|
||||
[/message]
|
||||
|
||||
{PLACE_IMAGE (items/gohere.png) 13 10}
|
||||
[scroll_to]
|
||||
x=13
|
||||
y=10
|
||||
[/scroll_to]
|
||||
{HIGHLIGHT_IMAGE 13 10 items/gohere.png ()}
|
||||
|
||||
[scroll_to_unit]
|
||||
description=Deoran
|
||||
[/scroll_to_unit]
|
||||
|
||||
#ifdef EASY
|
||||
[message]
|
||||
|
|
|
@ -192,6 +192,9 @@
|
|||
speaker=Sir Gerrick
|
||||
message= _ "If too much time passes and they are unchecked, they will leave the city in ruins and make a great slaughter of all who live therein. We must act quickly."
|
||||
[/message]
|
||||
|
||||
{HIGHLIGHT_IMAGE 22 16 misc/gohere.png ()}
|
||||
|
||||
[message]
|
||||
speaker=Urza Nalmath
|
||||
message= _ "What!? If there are soldiers of Wesnoth coming from the northern forts, then my brother Mathin is surely dead... They will pay for his death, just as Sir Loris paid for his pride!"
|
||||
|
@ -501,9 +504,12 @@
|
|||
message= _ "They are burning our villages! We must stop them!"
|
||||
[/message]
|
||||
|
||||
{PLACE_IMAGE (scenery/trash.png) $x1 $y1}
|
||||
{VARIABLE_OP random_string format "scenery/village-human-burned1.png,scenery/village-human-burned2.png,scenery/village-human-burned3.png,scenery/village-human-burned4.png"}
|
||||
{RANDOM $random_string}
|
||||
|
||||
{SG_CHANGE_TERRAIN $x1 $y1 Ds}
|
||||
{PLACE_IMAGE $random $x1 $y1}
|
||||
|
||||
{SG_CHANGE_TERRAIN $x1 $y1 Gg}
|
||||
|
||||
[gold]
|
||||
side=2
|
||||
|
|
|
@ -140,6 +140,20 @@
|
|||
message= _ "I have lost two brothers to Deoran - I shall not allow him to reach the accursed elves! Deoran will die before he reaches the western forest!"
|
||||
[/message]
|
||||
|
||||
{HIGHLIGHT_IMAGE 17 7 misc/gohere.png ()}
|
||||
|
||||
#ifdef EASY
|
||||
[message]
|
||||
speaker=narrator
|
||||
message= _ "You must move Deoran to the center of the elvish citadel. Be sure to recruit a force strong enough to drive off the bandits before moving Deoran from his encampment!"
|
||||
image=wesnoth-icon.png
|
||||
[/message]
|
||||
#endif
|
||||
|
||||
[scroll_to_unit]
|
||||
description=Deoran
|
||||
[/scroll_to_unit]
|
||||
|
||||
[objectives]
|
||||
side=1
|
||||
[objective]
|
||||
|
@ -163,18 +177,6 @@
|
|||
condition=lose
|
||||
[/objective]
|
||||
[/objectives]
|
||||
|
||||
#ifdef EASY
|
||||
[scroll_to]
|
||||
x=17
|
||||
y=7
|
||||
[/scroll_to]
|
||||
[message]
|
||||
speaker=narrator
|
||||
message= _ "You must move Deoran to the center of the elvish citadel. Be sure to recruit a force strong enough to drive off the bandits before moving Deoran from his encampment!"
|
||||
image=wesnoth-icon.png
|
||||
[/message]
|
||||
#endif
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
|
|
Loading…
Add table
Reference in a new issue