Skip to content
Snippets Groups Projects
Commit 6575a159 authored by dg's avatar dg
Browse files

New lore: The Tale of the Moonsisters

Allied kingdoms calendar adjusted to include the Time of Balance and the Time of Equilibrium, located between the Summertide and the Wintertide, when both moons can be faintly seen on the opposing horizons


git-svn-id: http://svn.net-core.org/repos/t-engine4@4539 51575b47-30f0-44d4-a5cc-537603b46e54
parent d62b3c0b
No related branches found
No related tags found
No related merge requests found
......@@ -21,11 +21,13 @@ return {
{ 2, "Wintertide", },
{ 10, "Allure" },
{ 80, "Regrowth" },
{ 80, "Pyre" },
{ 1, "Time of Balance" },
{ 79, "Pyre" },
{ 10, "Mirth" },
{ 3, "Summertide" },
{ 10, "Flare" },
{ 80, "Dusk" },
{ 79, "Dusk" },
{ 1, "Time of Equilibrium" },
{ 80, "Haze" },
{ 10, "Decay" },
}
......@@ -50,3 +50,12 @@ newEntity{ base = "BASE_LORE",
-- Only hhalflings can find it
checkFilter = function(e) local p = game.party:findMember{main=true} if p.descriptor.race == "Halfling" then return true end return false end,
}
newEntity{ base = "BASE_LORE",
name = "Tale of the Moonsisters", lore="moons-human", unique=true,
desc = [[The creation of Eyal's moons.]],
level_range = {1, 35},
rarity = 40,
-- Only humans can find it
checkFilter = function(e) local p = game.party:findMember{main=true} if p.descriptor.race == "Human" then return true end return false end,
}
......@@ -234,6 +234,40 @@ However there remains the matter of the Sher'Tul. Clearly these were of greater
So what happened to these gods after they had made the races which we see today? One must presume strife between them, and that they killed themselves, or took their battle away from the world. Our creator, seeing the other gods killed or left, must have then entrusted the world to us halflings, knowing that we would rule over it in his stead. This is why at every point in history we have played a pivotal role in the shaping of our world. It is our rightful inheritance, and it is our duty to rule it well.]],
}
newLore{
id = "moons-human",
category = "eyal",
name = "Tale of the Moonsisters",
lore = [[Eyal was raised from Darkness,
And One came who made a blinding light called Sun,
But Eyal flinched and said, "It is too bright!"
So Gerlyk spun Eyal around; thus his face was half-time in light and half-time in shadow,
But in shadow Eyal became lonely and cried.
And so Gerlyk made him two younger sisters who danced around Eyal
And kept him in good spirits.
But the moonsisters became jealous of their brother's affection,
Threatening to fight and scream.
Thus Gerlyk separated them so that Eyal would only ever dance with one at a time.
In the summer Eyal dances with the moonsister Altia.
She sings songs of joy and laughter,
And brings friends and family together,
And she glows yellow with mirth.
In the winter Eyal dances with the moonsister Felia.
She tells tales of times begone,
And makes men walk alone in thought,
And she glows blue with solemness.
But in the time between,
When both sisters are slimly seen on each side of Eyal,
Glaring at each other from behind their brother's belly,
Then the world goes still, and the winds hold their breath, and the oceans lie flat.
For this is the Time of Balance, when the Darkness rises deepest, and all life is in peril.
Aye, and Gerlyk did say, "Let no man walk abroad this night, lest Darkness catch him and take him forever."
Aye, and Gerlyk did walk abroad that night, into Darkness beyond, and has ne'er since been seen.]],
}
--------------------------------------------------------------------------
-- Ancient Elven Ruins
--------------------------------------------------------------------------
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment