diff --git a/game/modules/tome/data/calendar_allied.lua b/game/modules/tome/data/calendar_allied.lua index bc0a755d09afc8a69eb5ed62f9663a6acba1d675..48bb4eb6c6c4b86217b0d9ee0091a709cc236b63 100644 --- a/game/modules/tome/data/calendar_allied.lua +++ b/game/modules/tome/data/calendar_allied.lua @@ -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" }, } diff --git a/game/modules/tome/data/general/objects/lore/misc.lua b/game/modules/tome/data/general/objects/lore/misc.lua index a350d0d3dee7a9bfbf57cccc3a2b31b02eac3f59..368371759e5cbbddc37094232dde0abd3904af60 100644 --- a/game/modules/tome/data/general/objects/lore/misc.lua +++ b/game/modules/tome/data/general/objects/lore/misc.lua @@ -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, +} diff --git a/game/modules/tome/data/lore/misc.lua b/game/modules/tome/data/lore/misc.lua index 5a1d68fba9ac430573863f0624664292cf46cfd9..f407e70806c6da6c578a40b91394e6d642141ba0 100644 --- a/game/modules/tome/data/lore/misc.lua +++ b/game/modules/tome/data/lore/misc.lua @@ -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 -------------------------------------------------------------------------- diff --git a/ideas/setting-eyal.ods b/ideas/setting-eyal.ods index c0ebb4b4d14c05f24ce8a35bfb13e731d929d90e..175a2477ef4e49571d1df47c3a3ecd19c0097e20 100644 Binary files a/ideas/setting-eyal.ods and b/ideas/setting-eyal.ods differ