From 4e45cc29d122a191b7da1884fe9fa4746e2dec01 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sat, 26 Feb 2011 19:02:44 +0000 Subject: [PATCH] rename git-svn-id: http://svn.net-core.org/repos/t-engine4@2861 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/lore/sandworm.lua | 14 +++++++------- .../tome/data/zones/sandworm-lair/objects.lua | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/game/modules/tome/data/lore/sandworm.lua b/game/modules/tome/data/lore/sandworm.lua index aa8411fe4d..930f65728e 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 2efaa44161..9fe4bdd0cf 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, } -- GitLab