Skip to content
Snippets Groups Projects
Commit 4e45cc29 authored by dg's avatar dg
Browse files

rename

git-svn-id: http://svn.net-core.org/repos/t-engine4@2861 51575b47-30f0-44d4-a5cc-537603b46e54
parent c906ecf0
No related branches found
No related tags found
No related merge requests found
......@@ -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!
......
......@@ -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,
}
......
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