Skip to content
Snippets Groups Projects
Commit 89842623 authored by DarkGod's avatar DarkGod
Browse files

New lore in Angolwen for the fountain

parent 9a8b410f
No related branches found
No related tags found
No related merge requests found
......@@ -77,3 +77,23 @@ This is not to say that life has been without conflict at all. An agent of the Z
In a way, the incident lit a fire under me to pursue my studies and develop my powers, but I must admit that my interest in staff practice has waned as of late. My fencing, on the other hand, improves by the day. Hmm... I wonder if I can get some of the enchanters to help me "augment" my old sword. After all, what is a blade but a sharpened metal staff?]],
}
newLore{
id = "angolwen-fountain",
category = "angolwen",
name = "Angolwen Fountain",
always_pop = true,
lore = [[#{italic}#(You see here a large, elaborate fountain. A statue of Linaniil stands in the center, her arms outstretched to welcome all; around the outside of the fountain stand statues of a dwarf manipulating earthen runes, a human with a simple healer's crosier, an elf with a tall, elaborate staff, and a halfling with a scepter in one hand and a fireball hovering over the other. The runes and the fireball are not connected to anything, and float in a fixed position in the air. You see a carving repeating along the border of the fountain, in small print.)#{normal}#
ALL ARE WELCOME WHO LEARN FROM THE MISTAKES OF THE PAST
LET THE ARCANE ONCE MORE BE A BOON AND NOT A BANE TO MAJ'EYAL
ALL ARE WELCOME WHO EASE THE SUFFERING OF THE PRESENT
MAY WE HAVE THE WISDOM TO ONE DAY REUNITE THE WORLD IN SAFETY AND ENLIGHTENMENT
ALL ARE WELCOME WHO PREVENT THE THREATS OF THE FUTURE
GATHER HERE IN PEACE TO DISCOVER AND PERFECT THE KNOWLEDGE OF HOW, AND WHEN, TO WEAVE THE WORLD'S FABRIC]],
}
......@@ -100,6 +100,7 @@ newLore{
id = "last-hope-tolak-statue",
category = "last hope",
name = "All Hail King Tolak the Fair!",
always_pop = true,
lore = [[Twice blessed is he of the union of King Toknor of the humans and Queen Mirvenia of the halflings! Praise his glory!
By royal decree it is under absolute conditions forbidden to show racial prejudice against humans or halflings. There shall be no preference of price or service, and no discrimination of trade or business or employment. No halfling shall be named fur-toes, midget or shortbum, and no human shall be named lanklegs, cloudhead or stumpfoot.
The penalty for disobedience shall be flogging. Intolerance will not be tolerated!]],
......@@ -109,6 +110,7 @@ newLore{
id = "last-hope-toknor-statue",
category = "last hope",
name = "All Hail King Toknor the Brave!",
always_pop = true,
lore = [[Born the 23th Allure, Year of Pyre 682
Died the 2th Summertide, Year of Ascendancy 108
......@@ -120,6 +122,7 @@ newLore{
id = "last-hope-mirvenia-statue",
category = "last hope",
name = "All Hail Queen Mirvenia the Inspirer!",
always_pop = true,
lore = [[Born the 5th Flare, Year of Pyre 688
Died the 2th Summertide, Year of Ascendancy 113
......@@ -204,6 +207,7 @@ newLore{
id = "last-hope-allied-kingdoms-foundation",
category = "last hope",
name = "Declaration of the Unification of the Allied Kingdoms",
always_pop = true,
lore = [[Herewith is set the constitutional declaration of the Allied Kingdoms under the rule of King Toknor and Queen Mirvenia. Any who defy or seek to undermine the laws here set shall suffer torment and death.
As of the 1st of Allure, Age of Pyre year 714, henceforth to be known as the Age of Ascendancy year 1, all human and halfling kingdoms shall be united under the banner of the Allied Kingdoms. This shall include all towns, villages, serfdoms and farmsteads with over 50% human or halfling populace in the whole expanse of Maj'Eyal.
......
......@@ -44,6 +44,10 @@ newEntity{ base = "FLOOR", define_as = "ROCK",
newEntity{ base = "DEEP_WATER", define_as = "FOUNTAIN",
name="fountain",
does_block_move = true,
block_move=function(self, x, y, e, act, couldpass)
if e and e.player and act then game.party:learnLore("angolwen-fountain") end
return true
end,
}
newEntity{ base = "DEEP_WATER", define_as = "FOUNTAIN_MAIN",
......
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