mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 14:55:43 +00:00
NR::8a: Moved the map setup in a prestart event.
Converted some of the story parts to the new character speech macros.
This commit is contained in:
parent
7aafbc9834
commit
940d85797f
@ -20,10 +20,8 @@
|
||||
[part]
|
||||
story= _ "After securing the help of the two lich-mages, the party returned to Knalga."
|
||||
[/part]
|
||||
[part]
|
||||
background=portraits/Hamel.png
|
||||
story= _ "Och, that was a piece o' good work, lad, getting both the lich-mages and Stalrag on our side. Now let's plan our way to bringing Rakshas down..."
|
||||
[/part]
|
||||
|
||||
{STORY_PART_HAMEL (_ "Och, that was a piece o' good work, lad, getting both the lich-mages and Stalrag on our side. Now let's plan our way to bringing Rakshas down...")}
|
||||
[part]
|
||||
story= _ "The lich-mages sent forth gryphons to scout out the number, formation and deployment of the orcish forces, and to seek allies as well."
|
||||
[/part]
|
||||
@ -39,39 +37,23 @@
|
||||
[part]
|
||||
story= _ "The leaders met in council, considering what to do..."
|
||||
[/part]
|
||||
[part]
|
||||
story= _ "This kidnapped princess explains a great deal. It is not easy to draw the elves out of their forests."
|
||||
background=portraits/Tallin.png
|
||||
[/part]
|
||||
[part]
|
||||
story= _ "Aye, lad. Her kin will have come either to do battle or pay ransom. By the looks of things, they've busked themselves for either."
|
||||
background=portraits/Hamel.png
|
||||
[/part]
|
||||
[part]
|
||||
# wmllint: local spelling Pahhh
|
||||
story= _ "Pahhh, who cares. Let the elves and orcs chop each other into mincemeat. It will just make things easier for us."
|
||||
background=portraits/Arthian.png
|
||||
[/part]
|
||||
[part]
|
||||
story= _ "Hah! I ken yer brain has rotted awa' entire. Think on it, skull-head, what would happen if the elves dinna' fight and pay the ransom instead?"
|
||||
background=portraits/Stalrag.png
|
||||
[/part]
|
||||
[part]
|
||||
story= _ "Do you want to die, dwarf?"
|
||||
background=portraits/Arthian.png
|
||||
[/part]
|
||||
[part]
|
||||
story= _ "Peace, peace! If you two want to kill something, there are plenty of orcs outside."
|
||||
background=portraits/Father_Morvin.png
|
||||
[/part]
|
||||
[part]
|
||||
story= _ "But you do have a point, Stalrag, That ransom will buy more troops and weapons for the orcs, worse news for us."
|
||||
background=portraits/Father_Morvin.png
|
||||
[/part]
|
||||
[part]
|
||||
story= _ "I think we have a chance to make some new allies here..."
|
||||
background=portraits/Tallin.png
|
||||
[/part]
|
||||
|
||||
{STORY_PART_TALLIN (_ "This kidnapped princess explains a great deal. It is not easy to draw the elves out of their forests.")}
|
||||
|
||||
{STORY_PART_HAMEL (_ "Aye, lad. Her kin will have come either to do battle or pay ransom. By the looks of things, they've busked themselves for either.")}
|
||||
# wmllint: local spelling Pahhh
|
||||
{STORY_PART_ARTHIAN (_ "Pahhh, who cares. Let the elves and orcs chop each other into mincemeat. It will just make things easier for us.")}
|
||||
|
||||
{STORY_PART_STALRAG (_ "Hah! I ken yer brain has rotted awa' entire. Think on it, skull-head, what would happen if the elves dinna' fight and pay the ransom instead?")}
|
||||
|
||||
{STORY_PART_ARTHIAN (_ "Do you want to die, dwarf?")}
|
||||
|
||||
{STORY_PART_FATHER_MORVIN (_ "Peace, peace! If you two want to kill something, there are plenty of orcs outside.")}
|
||||
|
||||
{STORY_PART_FATHER_MORVIN (_ "But you do have a point, Stalrag, That ransom will buy more troops and weapons for the orcs, worse news for us.")}
|
||||
|
||||
{STORY_PART_TALLIN (_ "I think we have a chance to make some new allies here...")}
|
||||
|
||||
[part]
|
||||
story= _ "Allies? I take it we're to go to them and ask them to join us in return for our help in rescuing their Princess? You heard their message - those elves have got their noses so high in the air they canna' see over them. They wouldna' ally themselves with the likes o' us."
|
||||
background=portraits/Hamel.png
|
||||
@ -152,7 +134,6 @@
|
||||
description= _ "Turns run out"
|
||||
condition=win
|
||||
[/objective]
|
||||
|
||||
{ALTERNATIVE_OBJECTIVE_BONUS (_ "Rescue the Princess")}
|
||||
|
||||
[objective]
|
||||
@ -205,9 +186,9 @@
|
||||
user_team_name=_"Orcs"
|
||||
[/side]
|
||||
|
||||
# Start event, place some decorations, recall heroes, place guards, do the talk
|
||||
# Prestart event, place some decorations, recall heroes, place guards
|
||||
[event]
|
||||
name=start
|
||||
name=prestart
|
||||
|
||||
{SCATTER_IMAGE (terrain=Gg) 6 scenery/oak-leaning.png}
|
||||
{PLACE_IMAGE units/elves-wood/sorceress.png 11 14}
|
||||
@ -456,7 +437,11 @@
|
||||
[+unit]
|
||||
ai_special=guardian
|
||||
[/unit]
|
||||
[/event]
|
||||
|
||||
# do the talk
|
||||
[event]
|
||||
name=start
|
||||
[message]
|
||||
speaker=narrator
|
||||
message= _ "Upon emerging from the mouth of a hidden tunnel near the fortress, Tallin and his men surveyed the scene before them."
|
||||
|
Loading…
x
Reference in New Issue
Block a user