diff --git a/game/modules/tome/data/lore/sandworm.lua b/game/modules/tome/data/lore/sandworm.lua index aa8411fe4dc5c2a9e1bebff8aa0f6129945e71fc..930f65728e3938d2519ee39dd8410dc47f964397 100644 --- a/game/modules/tome/data/lore/sandworm.lua +++ b/game/modules/tome/data/lore/sandworm.lua @@ -24,7 +24,7 @@ newLore{ id = "sandworm-note-1", category = "sandworm lair", - name = "poem about sandworms", + name = "song of the sands", lore = [[I have stared in the mouths of crimson wyrms And felt the claws of drakes so sleek But through deserts dry and sandy storms @@ -33,7 +33,7 @@ There is something else I seek]], newLore{ id = "sandworm-note-2", category = "sandworm lair", - name = "poem about sandworms", + name = "song of the sands", lore = [[In the trail of giant worms I walk Through tunnels of sand below Of arcane tools let there be no talk @@ -42,7 +42,7 @@ It's on the wyrmic path I go!]], newLore{ id = "sandworm-note-3", category = "sandworm lair", - name = "poem about sandworms", + name = "song of the sands", lore = [[The dragon's breath corrodes my eyes It tears flesh from my skin But onward I search to see what lies @@ -51,7 +51,7 @@ Amidst the sandy depths within]], newLore{ id = "sandworm-note-4", category = "sandworm lair", - name = "poem about sandworms", + name = "song of the sands", lore = [[The piles of sand fall past my head Nearly crushing me alive But I hurry on bereft of dread @@ -60,7 +60,7 @@ For my quest I must survive!]], newLore{ id = "sandworm-note-5", category = "sandworm lair", - name = "poem about sandworms", + name = "song of the sands", lore = [[The sandworms go from strength to strength Ever greater do they seem Of towering height and massive length @@ -69,7 +69,7 @@ It is all as if a dream...]], newLore{ id = "sandworm-note-6", category = "sandworm lair", - name = "poem about sandworms", + name = "song of the sands", lore = [[To the darkest depths I now depart In search of my one fate How I long to taste the beating heart @@ -78,7 +78,7 @@ Of the legendary worm so great!]], newLore{ id = "sandworm-note-7", category = "sandworm lair", - name = "poem about sandworms", + name = "song of the sands", lore = [[I have seen the Queen in glory true And she has moved me to my soul Oh Queen! Let me be a part of you! diff --git a/game/modules/tome/data/zones/sandworm-lair/objects.lua b/game/modules/tome/data/zones/sandworm-lair/objects.lua index 2efaa44161af384bd056bbe1a12ccf4c1049b4ba..9fe4bdd0cf27969f61c636eb5991a9209c40eb6c 100644 --- a/game/modules/tome/data/zones/sandworm-lair/objects.lua +++ b/game/modules/tome/data/zones/sandworm-lair/objects.lua @@ -22,7 +22,7 @@ load("/data/general/objects/objects.lua") for i = 1, 7 do newEntity{ base = "BASE_LORE", define_as = "NOTE"..i, - name = "a poem about sandworms", lore="sandworm-note-"..i, + name = "Song of the Sands", lore="sandworm-note-"..i, desc = [[Some people get the weirdest ideas!]], rarity = false, }