Reverted unintentional effects of 2010-11-05T22:28:17Z!Majora700@gmail.com.
This commit is contained in:
parent
4cf1251cf4
commit
62146f79d4
9 changed files with 226 additions and 354 deletions
|
@ -163,6 +163,11 @@
|
|||
name=dwarf_name
|
||||
value=Rogrimir
|
||||
[/set_variable]
|
||||
|
||||
[set_variable]
|
||||
name=intl_dwarf_name
|
||||
value=_ "Rogrimir" # wmllint: ignore
|
||||
[/set_variable]
|
||||
[/then]
|
||||
|
||||
[else]
|
||||
|
@ -171,6 +176,11 @@
|
|||
value=Jarl
|
||||
[/set_variable]
|
||||
|
||||
[set_variable]
|
||||
name=intl_dwarf_name
|
||||
value=_ "Jarl" # wmllint: ignore
|
||||
[/set_variable]
|
||||
|
||||
# Jarl's traits are intentionally inferior to Rogrimir's
|
||||
[unit]
|
||||
type=Dwarvish Stalwart
|
||||
|
@ -399,26 +409,10 @@
|
|||
message= _ "That I may be able to help you with. We haven’t sent anyone to the surface in years, but we do know of a passage that leads to the ancient northern gate. Several generations ago we used to trade heavily with humans that lived north of the mountains, but then some new human came to power and decreed that all contact with us should be cut off. We sent messengers to find out why, but they never returned."
|
||||
[/message]
|
||||
|
||||
[if]
|
||||
[variable]
|
||||
name=dwarf_name
|
||||
value=Rogrimir
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
[message]
|
||||
speaker=King Thurongar
|
||||
message= _ "But dwarves are excellent delvers, and we keep meticulous maps of all the tunnels we have explored. We should still have maps of the tunnels leading back to the surface. Of course I doubt you would be able to understand them, so, Rogrimir here has volunteered to lead you to the surface."
|
||||
[/message]
|
||||
[/then]
|
||||
|
||||
[else]
|
||||
[message]
|
||||
speaker=King Thurongar
|
||||
message= _ "But dwarves are excellent delvers, and we keep meticulous maps of all the tunnels we have explored. We should still have maps of the tunnels leading back to the surface. Of course I doubt you would be able to understand them, so, Jarl here has volunteered to lead you to the surface."
|
||||
[/message]
|
||||
[/else]
|
||||
[/if]
|
||||
[message]
|
||||
speaker=King Thurongar
|
||||
message= _ "But dwarves are excellent delvers, and we keep meticulous maps of all the tunnels we have explored. We should still have maps of the tunnels leading back to the surface. Of course I doubt you would be able to understand them, so, $intl_dwarf_name here has volunteered to lead you to the surface."
|
||||
[/message]
|
||||
|
||||
[if]
|
||||
[variable]
|
||||
|
@ -446,26 +440,10 @@
|
|||
[/else]
|
||||
[/if]
|
||||
|
||||
[if]
|
||||
[variable]
|
||||
name=dwarf_name
|
||||
value=Rogrimir
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "Thank you very much for your help. We were worried about getting lost in all these twisting tunnels. And we would be honored to have you come with us, Rogrimir."
|
||||
[/message]
|
||||
[/then]
|
||||
|
||||
[else]
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "Thank you very much for your help. We were worried about getting lost in all these twisting tunnels. And we would be honored to have you come with us, Jarl."
|
||||
[/message]
|
||||
[/else]
|
||||
[/if]
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "Thank you very much for your help. We were worried about getting lost in all these twisting tunnels. And we would be honored to have you come with us, $intl_dwarf_name ."
|
||||
[/message]
|
||||
|
||||
[if]
|
||||
[have_unit]
|
||||
|
|
|
@ -456,6 +456,9 @@
|
|||
animate=no
|
||||
[/kill]
|
||||
|
||||
# NOTE: we now use $intl_ally_name, which is a translatable ally name string,
|
||||
# for languages that may use a different alphabet/spelling than the western europe one
|
||||
# for proper names
|
||||
[if]
|
||||
[have_unit]
|
||||
id=Grog
|
||||
|
@ -469,7 +472,12 @@
|
|||
|
||||
[set_variable]
|
||||
name=ally_race
|
||||
value=troll
|
||||
value=Troll
|
||||
[/set_variable]
|
||||
|
||||
[set_variable]
|
||||
name=intl_ally_name
|
||||
value= _ "Grog" # wmllint: ignore
|
||||
[/set_variable]
|
||||
[/then]
|
||||
[/if]
|
||||
|
@ -487,7 +495,12 @@
|
|||
|
||||
[set_variable]
|
||||
name=ally_race
|
||||
value=troll
|
||||
value=Troll
|
||||
[/set_variable]
|
||||
|
||||
[set_variable]
|
||||
name=intl_ally_name
|
||||
value= _ "Nog" # wmllint: ignore
|
||||
[/set_variable]
|
||||
[/then]
|
||||
[/if]
|
||||
|
@ -505,7 +518,12 @@
|
|||
|
||||
[set_variable]
|
||||
name=ally_race
|
||||
value=dwarf
|
||||
value=Dwarf
|
||||
[/set_variable]
|
||||
|
||||
[set_variable]
|
||||
name=intl_ally_name
|
||||
value= _ "Rogrimir" # wmllint: ignore
|
||||
[/set_variable]
|
||||
[/then]
|
||||
[/if]
|
||||
|
@ -523,7 +541,12 @@
|
|||
|
||||
[set_variable]
|
||||
name=ally_race
|
||||
value=dwarf
|
||||
value=Dwarf
|
||||
[/set_variable]
|
||||
|
||||
[set_variable]
|
||||
name=intl_ally_name
|
||||
value= _ "Jarl" # wmllint: ignore
|
||||
[/set_variable]
|
||||
[/then]
|
||||
[/if]
|
||||
|
@ -698,7 +721,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
@ -884,7 +907,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
@ -946,7 +969,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
@ -1085,7 +1108,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
@ -1503,7 +1526,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
[then]
|
||||
[message]
|
||||
|
@ -1529,7 +1552,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=troll
|
||||
equals=Troll
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
@ -3963,7 +3986,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
@ -4145,7 +4168,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
@ -4464,7 +4487,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
@ -4540,7 +4563,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=troll
|
||||
equals=Troll
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
@ -4566,7 +4589,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=troll
|
||||
equals=Troll
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
@ -4699,7 +4722,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=troll
|
||||
equals=Troll
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
|
|
@ -470,7 +470,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
[then]
|
||||
[message]
|
||||
|
@ -791,7 +791,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
[then]
|
||||
[message]
|
||||
|
@ -847,7 +847,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
[then]
|
||||
[message]
|
||||
|
@ -2751,33 +2751,24 @@
|
|||
speaker=Zhul
|
||||
message= _ "Very well. You have not led us astray so far, I will not leave you now."
|
||||
[/message]
|
||||
|
||||
{MESSAGE_DEPEND_ON_ALLY
|
||||
(
|
||||
[message]
|
||||
speaker=Grog
|
||||
message= _ "Grog scared of big water and bright sun, but Grog will not dishonor Great Leader. Great Leader say follow Kaleh, and Grog will do so."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Nog
|
||||
message= _ "Nog scared of big water and bright sun, but Nog will not dishonor Great Leader. Great Leader say follow Kaleh, and Nog will do so."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Rogrimir
|
||||
message= _ "Ouch, being stuck between the water and the sun is a terrible place to be, but where you go I will follow."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Jarl
|
||||
message= _ "Ouch, being stuck between the water and the sun is a terrible place to be, but where you go I will follow."
|
||||
[/message]
|
||||
)}
|
||||
|
||||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
[then]
|
||||
[message]
|
||||
speaker=$ally_name
|
||||
message= _ "Ouch, being stuck between the water and the sun is a terrible place to be, but where you go I will follow."
|
||||
[/message]
|
||||
[/then]
|
||||
[else]
|
||||
[message]
|
||||
speaker=$ally_name
|
||||
message= _ "$intl_ally_name scared of big water and bright sun, but $intl_ally_name will not dishonor Great Leader. Great Leader say follow Kaleh, and $intl_ally_name will do so."
|
||||
[/message]
|
||||
[/else]
|
||||
[/if]
|
||||
[message]
|
||||
role=merfolk
|
||||
message= _ "We have attacked the humans in the past, when their boats trespass in our waters, and so they fear us greatly. Their dark mages have cast protective spells upon their boats, preventing any of our kind from boarding them. I am afraid that we cannot capture the boats for you. We will, of course, help you hold off the humans. Later, once we escape, with your help I think we can dispel the protections, but for now you must seize them yourselves."
|
||||
|
|
|
@ -189,36 +189,36 @@
|
|||
[/have_unit]
|
||||
|
||||
[then]
|
||||
[message]
|
||||
speaker=Melusand
|
||||
message= _ "No, you don’t have to introduce yourselves. I already know who you are and why you have been journeying all this way. And I must say, $intl_ally_name, that your recent actions and indeed your presence with these fine folk is a credit to your race."
|
||||
[/message]
|
||||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
{MESSAGE_DEPEND_ON_ALLY
|
||||
(
|
||||
[message]
|
||||
speaker=Grog
|
||||
message= _ "Grog says thank you."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Nog
|
||||
message= _ "Nog says thank you."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Rogrimir
|
||||
message= _ "Thank you for your kindness."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Jarl
|
||||
message= _ "Thank you for your kindness."
|
||||
[/message]
|
||||
)}
|
||||
[then]
|
||||
[message]
|
||||
speaker=Melusand
|
||||
message= _ "No, you don’t have to introduce yourselves. I already know who you are and why you have been journeying all this way. And I must say, $intl_ally_name, that your recent actions and indeed your presence with these fine folk is a credit to your race."
|
||||
[/message]
|
||||
|
||||
[message]
|
||||
speaker=$ally_name
|
||||
message= _ "Thank you for your kindness."
|
||||
[/message]
|
||||
[/then]
|
||||
|
||||
[else]
|
||||
[message]
|
||||
speaker=Melusand
|
||||
message= _ "No, you don’t have to introduce yourselves. I already know who you are and why you have been journeying all this way. And I must say, $intl_ally_name, that your recent actions and indeed your presence with these fine folk is a credit to your race."
|
||||
[/message]
|
||||
|
||||
[message]
|
||||
speaker=$ally_name
|
||||
message= _ "$intl_ally_name says thank you."
|
||||
[/message]
|
||||
[/else]
|
||||
[/if]
|
||||
[/then]
|
||||
|
||||
[else]
|
||||
|
@ -420,7 +420,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
@ -486,7 +486,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
@ -522,7 +522,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
|
|
@ -1706,31 +1706,26 @@
|
|||
variable=Zhul_var
|
||||
[/store_unit]
|
||||
|
||||
{MESSAGE_DEPEND_ON_ALLY
|
||||
(
|
||||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
[message]
|
||||
speaker=Grog
|
||||
message= _ "Grog not going to just sit here while Kaleh does all the fighting. Kaleh will need strong fighter like Grog. Other elves may be scared, but Grog fear no dark place. Grog just hope there still something to smash when he gets there."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Nog
|
||||
message= _ "Nog not going to just sit here while Kaleh does all the fighting. Kaleh will need strong fighter like Nog. Other elves may be scared, but Nog fear no dark place. Nog just hope there still something to smash when he gets there."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Rogrimir
|
||||
speaker=$ally_name
|
||||
message= _ "I’ve followed that boy this far, I’m not going to just let him march in there without me. Besides, whoever heard of a dwarf being afraid of going underground? I just hope they save some of the fighting for me."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[/then]
|
||||
|
||||
[else]
|
||||
[message]
|
||||
speaker=Jarl
|
||||
message= _ "I’ve followed that boy this far, I’m not going to just let him march in there without me. Besides, whoever heard of a dwarf being afraid of going underground? I just hope they save some of the fighting for me."
|
||||
speaker=$ally_name
|
||||
message= _ "$intl_ally_name not going to just sit here while Kaleh does all the fighting. Kaleh will need strong fighter like $intl_ally_name|. Other elves may be scared, but $intl_ally_name fear no dark place. $intl_ally_name just hope there still something to smash when he gets there."
|
||||
[/message]
|
||||
)}
|
||||
[/else]
|
||||
[/if]
|
||||
|
||||
[unstore_unit]
|
||||
variable=Kaleh_var
|
||||
|
|
|
@ -323,7 +323,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
@ -391,32 +391,10 @@
|
|||
[/have_unit]
|
||||
|
||||
[then]
|
||||
{MESSAGE_DEPEND_ON_ALLY
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "Nym, Zhul, Grog, you shouldn’t have."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "Nym, Zhul, Nog, you shouldn’t have."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "Nym, Zhul, Rogrimir, you shouldn’t have."
|
||||
[/message]
|
||||
)
|
||||
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "Nym, Zhul, Jarl, you shouldn’t have."
|
||||
[/message]
|
||||
)}
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "Nym, Zhul, $intl_ally_name|, you shouldn’t have."
|
||||
[/message]
|
||||
[/then]
|
||||
|
||||
[else]
|
||||
|
@ -1566,31 +1544,26 @@
|
|||
message= _ "Behold, the pretender has been defeated. Eloh’s might has prevailed."
|
||||
[/message]
|
||||
|
||||
{MESSAGE_DEPEND_ON_ALLY
|
||||
(
|
||||
[message]
|
||||
speaker=Grog
|
||||
message= _ "Ugh. Grog is covered in blood and guts and nasty blue goo. Whatever creature was, she doesn’t smell any better dead than she did alive."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Nog
|
||||
message= _ "Ugh. Nog is covered in blood and guts and nasty blue goo. Whatever creature was, she doesn’t smell any better dead than she did alive."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Rogrimir
|
||||
message= _ "Ugh. I’m covered in blood and guts, and this nasty blue stuff. I don’t know what in the nine hells we were fighting, but she doesn’t smell any better dead than she did alive."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Jarl
|
||||
message= _ "Ugh. I’m covered in blood and guts, and this nasty blue stuff. I don’t know what in the nine hells we were fighting, but she doesn’t smell any better dead than she did alive."
|
||||
[/message]
|
||||
)}
|
||||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
[message]
|
||||
speaker=$ally_name
|
||||
message= _ "Ugh. I’m covered in blood and guts, and this nasty blue stuff. I don’t know what in the nine hells we were fighting, but she doesn’t smell any better dead than she did alive."
|
||||
[/message]
|
||||
[/then]
|
||||
|
||||
[else]
|
||||
[message]
|
||||
speaker=$ally_name
|
||||
message= _ "Ugh. $intl_ally_name is covered in blood and guts and nasty blue goo. Whatever creature was, she doesn’t smell any better dead than she did alive."
|
||||
[/message]
|
||||
[/else]
|
||||
[/if]
|
||||
|
||||
[if]
|
||||
[have_unit]
|
||||
|
|
|
@ -164,31 +164,10 @@
|
|||
[/variable]
|
||||
|
||||
[then]
|
||||
{MESSAGE_DEPEND_ON_ALLY
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "If you had told me at the start of our journey the price I was to pay in blood, I do not know if I would have had the strength to take that first step. I suppose I should have known that my friends would not let me confront Yechnagoth alone. But I would gladly give up my life today if I could bring Grog back. He left his homeland to fight faithfully by my side, and then to lose him at the end... I wish I could go back and do it all over again."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "If you had told me at the start of our journey the price I was to pay in blood, I do not know if I would have had the strength to take that first step. I suppose I should have known that my friends would not let me confront Yechnagoth alone. But I would gladly give up my life today if I could bring Nog back. He left his homeland to fight faithfully by my side, and then to lose him at the end... I wish I could go back and do it all over again."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "If you had told me at the start of our journey the price I was to pay in blood, I do not know if I would have had the strength to take that first step. I suppose I should have known that my friends would not let me confront Yechnagoth alone. But I would gladly give up my life today if I could bring Rogrimir back. He left his homeland to fight faithfully by my side, and then to lose him at the end... I wish I could go back and do it all over again."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "If you had told me at the start of our journey the price I was to pay in blood, I do not know if I would have had the strength to take that first step. I suppose I should have known that my friends would not let me confront Yechnagoth alone. But I would gladly give up my life today if I could bring Jarl back. He left his homeland to fight faithfully by my side, and then to lose him at the end... I wish I could go back and do it all over again."
|
||||
[/message]
|
||||
)}
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "If you had told me at the start of our journey the price I was to pay in blood, I do not know if I would have had the strength to take that first step. I suppose I should have known that my friends would not let me confront Yechnagoth alone. But I would gladly give up my life today if I could bring $intl_ally_name back. He left his homeland to fight faithfully by my side, and then to lose him at the end... I wish I could go back and do it all over again."
|
||||
[/message]
|
||||
[/then]
|
||||
[/if]
|
||||
[/then]
|
||||
|
@ -255,31 +234,10 @@
|
|||
[/variable]
|
||||
|
||||
[then]
|
||||
{MESSAGE_DEPEND_ON_ALLY
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "Although I believe that our battle in the black citadel was our finest hour, I am still haunted by the death of Grog in that dark place. And so every morning at sunrise I come out to the southeastern tip of the island and look out upon the waters, upon the world that we sacrificed so much to preserve. I remind myself what Zhul said, and they all believed, that despite all the death and fighting we saw in our journey, this world was a beautiful and good enough place that Grog was willing to sacrifice his life to save it. Looking out over the waters, and back upon the prosperity of my people, I tell myself it was worth it. But when I think of the desperate war that his people are probably still fighting underground, it seems a small consolation."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "Although I believe that our battle in the black citadel was our finest hour, I am still haunted by the death of Nog in that dark place. And so every morning at sunrise I come out to the southeastern tip of the island and look out upon the waters, upon the world that we sacrificed so much to preserve. I remind myself what Zhul said, and they all believed, that despite all the death and fighting we saw in our journey, this world was a beautiful and good enough place that Nog was willing to sacrifice his life to save it. Looking out over the waters, and back upon the prosperity of my people, I tell myself it was worth it. But when I think of the desperate war that his people are probably still fighting underground, it seems a small consolation."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "Although I believe that our battle in the black citadel was our finest hour, I am still haunted by the death of Rogrimir in that dark place. And so every morning at sunrise I come out to the southeastern tip of the island and look out upon the waters, upon the world that we sacrificed so much to preserve. I remind myself what Zhul said, and they all believed, that despite all the death and fighting we saw in our journey, this world was a beautiful and good enough place that Rogrimir was willing to sacrifice his life to save it. Looking out over the waters, and back upon the prosperity of my people, I tell myself it was worth it. But when I think of the desperate war that his people are probably still fighting underground, it seems a small consolation."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "Although I believe that our battle in the black citadel was our finest hour, I am still haunted by the death of Jarl in that dark place. And so every morning at sunrise I come out to the southeastern tip of the island and look out upon the waters, upon the world that we sacrificed so much to preserve. I remind myself what Zhul said, and they all believed, that despite all the death and fighting we saw in our journey, this world was a beautiful and good enough place that Jarl was willing to sacrifice his life to save it. Looking out over the waters, and back upon the prosperity of my people, I tell myself it was worth it. But when I think of the desperate war that his people are probably still fighting underground, it seems a small consolation."
|
||||
[/message]
|
||||
)}
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "Although I believe that our battle in the black citadel was our finest hour, I am still haunted by the death of $intl_ally_name in that dark place. And so every morning at sunrise I come out to the southeastern tip of the island and look out upon the waters, upon the world that we sacrificed so much to preserve. I remind myself what Zhul said, and they all believed, that despite all the death and fighting we saw in our journey, this world was a beautiful and good enough place that $intl_ally_name was willing to sacrifice his life to save it. Looking out over the waters, and back upon the prosperity of my people, I tell myself it was worth it. But when I think of the desperate war that his people are probably still fighting underground, it seems a small consolation."
|
||||
[/message]
|
||||
[/then]
|
||||
[/if]
|
||||
[/then]
|
||||
|
@ -342,35 +300,28 @@
|
|||
[/variable]
|
||||
|
||||
[then]
|
||||
{MESSAGE_DEPEND_ON_ALLY
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/grog.png
|
||||
message= _ "I am saddened by the death of Grog, but by saving my life in the end he did fulfill his life debt to me. I think he also would have been glad to have died in battle. I considered leading an expedition to go back and return his body to his people, but my fellow elves have been weakened by our long journey and I do not want to risk losing any more. Instead I searched all across the islands and at last in the rocky outcroppings to the northwest I found a series of caves. They were not as deep as his homeland but I thought Grog would have appreciated being laid to rest under some solid rock. And so we buried him with much honor and will long remember the service that his kind has done for our people."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/grog.png
|
||||
message= _ "I am saddened by the death of Nog, but by saving my life in the end he did fulfill his life debt to me. I think he also would have been glad to have died in battle. I considered leading an expedition to go back and return his body to his people, but my fellow elves have been weakened by our long journey and I do not want to risk losing any more. Instead I searched all across the islands and at last in the rocky outcroppings to the northwest I found a series of caves. They were not as deep as his homeland but I thought Nog would have appreciated being laid to rest under some solid rock. And so we buried him with much honor and will long remember the service that his kind has done for our people."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/rogrimir.png
|
||||
message= _ "I am saddened by the death of Rogrimir, but by saving my life in the end he did fulfill his life debt to me. I think he also would have been glad to have died in battle. I considered leading an expedition to go back and return his body to his people, but my fellow elves have been weakened by our long journey and I do not want to risk losing any more. Instead I searched all across the islands and at last in the rocky outcroppings to the northwest I found a series of caves. They were not as deep as his homeland but I thought Rogrimir would have appreciated being laid to rest under some solid rock. And so we buried him with much honor and will long remember the service that his kind has done for our people."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/rogrimir.png
|
||||
message= _ "I am saddened by the death of Jarl, but by saving my life in the end he did fulfill his life debt to me. I think he also would have been glad to have died in battle. I considered leading an expedition to go back and return his body to his people, but my fellow elves have been weakened by our long journey and I do not want to risk losing any more. Instead I searched all across the islands and at last in the rocky outcroppings to the northwest I found a series of caves. They were not as deep as his homeland but I thought Jarl would have appreciated being laid to rest under some solid rock. And so we buried him with much honor and will long remember the service that his kind has done for our people."
|
||||
[/message]
|
||||
)}
|
||||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/rogrimir.png
|
||||
message= _ "I am saddened by the death of $intl_ally_name, but by saving my life in the end he did fulfill his life debt to me. I think he also would have been glad to have died in battle. I considered leading an expedition to go back and return his body to his people, but my fellow elves have been weakened by our long journey and I do not want to risk losing any more. Instead I searched all across the islands and at last in the rocky outcroppings to the northwest I found a series of caves. They were not as deep as his homeland but I thought $intl_ally_name would have appreciated being laid to rest under some solid rock. And so we buried him with much honor and will long remember the service that his kind has done for our people."
|
||||
[/message]
|
||||
[/then]
|
||||
|
||||
[else]
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/grog.png
|
||||
message= _ "I am saddened by the death of $intl_ally_name, but by saving my life in the end he did fulfill his life debt to me. I think he also would have been glad to have died in battle. I considered leading an expedition to go back and return his body to his people, but my fellow elves have been weakened by our long journey and I do not want to risk losing any more. Instead I searched all across the islands and at last in the rocky outcroppings to the northwest I found a series of caves. They were not as deep as his homeland but I thought $intl_ally_name would have appreciated being laid to rest under some solid rock. And so we buried him with much honor and will long remember the service that his kind has done for our people."
|
||||
[/message]
|
||||
[/else]
|
||||
[/if]
|
||||
[/then]
|
||||
[/if]
|
||||
|
||||
|
@ -414,35 +365,28 @@
|
|||
[/variable]
|
||||
|
||||
[then]
|
||||
{MESSAGE_DEPEND_ON_ALLY
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/grog.png
|
||||
message= _ "By saving my life, Grog fulfilled his life debt to me, but we convinced him to hang around for a while and revel in the celebrations that we held after our great victory. We celebrated for days and days, thanking Eloh and the merfolk’s god, and delighting in the bounty and beauty of our new home. And afterwards we set to work building new dwellings for our people. Grog stayed to help us with the construction, he was the hardest worker among us. But after a while he came to me and told me that he had to return to his own people. Grog said his time with us had been like a wonderful dream, and he promised he would remember us always, but his people needed him and he had to go back home. He said that someday he would return and visit us again, but I doubt I shall ever see him again in life. All the same I treasure the memory of him and his kind, and I will long remember his steadfast loyalty and all that he did to aid us in our struggle."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/grog.png
|
||||
message= _ "By saving my life, Nog fulfilled his life debt to me, but we convinced him to hang around for a while and revel in the celebrations that we held after our great victory. We celebrated for days and days, thanking Eloh and the merfolk’s god, and delighting in the bounty and beauty of our new home. And afterwards we set to work building new dwellings for our people. Nog stayed to help us with the construction, he was the hardest worker among us. But after a while he came to me and told me that he had to return to his own people. Nog said his time with us had been like a wonderful dream, and he promised he would remember us always, but his people needed him and he had to go back home. He said that someday he would return and visit us again, but I doubt I shall ever see him again in life. All the same I treasure the memory of him and his kind, and I will long remember his steadfast loyalty and all that he did to aid us in our struggle."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/rogrimir.png
|
||||
message= _ "By saving my life, Rogrimir fulfilled his life debt to me, but we convinced him to hang around for a while and revel in the celebrations that we held after our great victory. We celebrated for days and days, thanking Eloh and the merfolk’s god, and delighting in the bounty and beauty of our new home. Afterwards we set to work building new dwellings for our people. Rogrimir stayed to help us with the construction, he was the hardest worker among us. But after a while he came to me and told me that he had to return to his own people. Rogrimir said his time with us had been like a wonderful dream, and he promised he would remember us always, but his people needed him and he had to go back home. He said that someday he would return and visit us again, but I doubt I shall ever see him again in life. All the same I treasure the memory of him and his kind, and I will long remember his steadfast loyalty and all that he did to aid us in our struggle."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/rogrimir.png
|
||||
message= _ "By saving my life, Jarl fulfilled his life debt to me, but we convinced him to hang around for a while and revel in the celebrations that we held after our great victory. We celebrated for days and days, thanking Eloh and the merfolk’s god, and delighting in the bounty and beauty of our new home. Afterwards we set to work building new dwellings for our people. Jarl stayed to help us with the construction, he was the hardest worker among us. But after a while he came to me and told me that he had to return to his own people. Jarl said his time with us had been like a wonderful dream, and he promised he would remember us always, but his people needed him and he had to go back home. He said that someday he would return and visit us again, but I doubt I shall ever see him again in life. All the same I treasure the memory of him and his kind, and I will long remember his steadfast loyalty and all that he did to aid us in our struggle."
|
||||
[/message]
|
||||
)}
|
||||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/rogrimir.png
|
||||
message= _ "By saving my life, $intl_ally_name fulfilled his life debt to me, but we convinced him to hang around for a while and revel in the celebrations that we held after our great victory. We celebrated for days and days, thanking Eloh and the merfolk’s god, and delighting in the bounty and beauty of our new home. Afterwards we set to work building new dwellings for our people. $intl_ally_name stayed to help us with the construction, he was the hardest worker among us. But after a while he came to me and told me that he had to return to his own people. $intl_ally_name said his time with us had been like a wonderful dream, and he promised he would remember us always, but his people needed him and he had to go back home. He said that someday he would return and visit us again, but I doubt I shall ever see him again in life. All the same I treasure the memory of him and his kind, and I will long remember his steadfast loyalty and all that he did to aid us in our struggle."
|
||||
[/message]
|
||||
[/then]
|
||||
|
||||
[else]
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/grog.png
|
||||
message= _ "By saving my life, $intl_ally_name fulfilled his life debt to me, but we convinced him to hang around for a while and revel in the celebrations that we held after our great victory. We celebrated for days and days, thanking Eloh and the merfolk’s god, and delighting in the bounty and beauty of our new home. And afterwards we set to work building new dwellings for our people. $intl_ally_name stayed to help us with the construction, he was the hardest worker among us. But after a while he came to me and told me that he had to return to his own people. $intl_ally_name said his time with us had been like a wonderful dream, and he promised he would remember us always, but his people needed him and he had to go back home. He said that someday he would return and visit us again, but I doubt I shall ever see him again in life. All the same I treasure the memory of him and his kind, and I will long remember his steadfast loyalty and all that he did to aid us in our struggle."
|
||||
[/message]
|
||||
[/else]
|
||||
[/if]
|
||||
[/then]
|
||||
[/if]
|
||||
|
||||
|
@ -459,35 +403,28 @@
|
|||
[/variable]
|
||||
|
||||
[then]
|
||||
{MESSAGE_DEPEND_ON_ALLY
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/grog.png
|
||||
message= _ "And I will always remember Grog who died along our journey. A braver warrior I have never seen, and though he was taken from us too soon, I am glad for the short time that I knew him."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/grog.png
|
||||
message= _ "And I will always remember Nog who died along our journey. A braver warrior I have never seen, and though he was taken from us too soon, I am glad for the short time that I knew him."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/rogrimir.png
|
||||
message= _ "And I will always remember Rogrimir who died along our journey. A braver warrior I have never seen, and though he was taken from us too soon, I am glad for the short time that I knew him."
|
||||
[/message]
|
||||
)
|
||||
(
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/rogrimir.png
|
||||
message= _ "And I will always remember Jarl who died along our journey. A braver warrior I have never seen, and though he was taken from us too soon, I am glad for the short time that I knew him."
|
||||
[/message]
|
||||
)}
|
||||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/rogrimir.png
|
||||
message= _ "And I will always remember $intl_ally_name who died along our journey. A braver warrior I have never seen, and though he was taken from us too soon, I am glad for the short time that I knew him."
|
||||
[/message]
|
||||
[/then]
|
||||
|
||||
[else]
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
image=portraits/grog.png
|
||||
message= _ "And I will always remember $intl_ally_name who died along our journey. A braver warrior I have never seen, and though he was taken from us too soon, I am glad for the short time that I knew him."
|
||||
[/message]
|
||||
[/else]
|
||||
[/if]
|
||||
[/then]
|
||||
[/if]
|
||||
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
@ -158,7 +158,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_race
|
||||
equals=dwarf
|
||||
equals=Dwarf
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
|
|
@ -69,28 +69,3 @@
|
|||
[/else]
|
||||
[/if]
|
||||
#enddef
|
||||
|
||||
#define MESSAGE_DEPEND_ON_ALLY GROG_WML NOG_WML ROGRIMIR_WML JARL_WML
|
||||
[switch]
|
||||
variable=ally_name
|
||||
[case]
|
||||
value=Grog
|
||||
{GROG_WML}
|
||||
[/case]
|
||||
|
||||
[case]
|
||||
value=Nog
|
||||
{NOG_WML}
|
||||
[/case]
|
||||
|
||||
[case]
|
||||
value=Rogrimir
|
||||
{ROGRIMIR_WML}
|
||||
[/case]
|
||||
|
||||
[case]
|
||||
value=Jarl
|
||||
{JARL_WML}
|
||||
[/case]
|
||||
[/switch]
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue