Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Otowa Kotori
Tales of MajEyal
Commits
4e45cc29
Commit
4e45cc29
authored
14 years ago
by
dg
Browse files
Options
Downloads
Patches
Plain Diff
rename
git-svn-id:
http://svn.net-core.org/repos/t-engine4@2861
51575b47-30f0-44d4-a5cc-537603b46e54
parent
c906ecf0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
game/modules/tome/data/lore/sandworm.lua
+7
-7
7 additions, 7 deletions
game/modules/tome/data/lore/sandworm.lua
game/modules/tome/data/zones/sandworm-lair/objects.lua
+1
-1
1 addition, 1 deletion
game/modules/tome/data/zones/sandworm-lair/objects.lua
with
8 additions
and
8 deletions
game/modules/tome/data/lore/sandworm.lua
+
7
−
7
View file @
4e45cc29
...
...
@@ -24,7 +24,7 @@
newLore
{
id
=
"sandworm-note-1"
,
category
=
"sandworm lair"
,
name
=
"
poem about
sand
worm
s"
,
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
sand
worm
s"
,
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
sand
worm
s"
,
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
sand
worm
s"
,
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
sand
worm
s"
,
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
sand
worm
s"
,
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
sand
worm
s"
,
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!
...
...
This diff is collapsed.
Click to expand it.
game/modules/tome/data/zones/sandworm-lair/objects.lua
+
1
−
1
View file @
4e45cc29
...
...
@@ -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 sandworm
s"
,
lore
=
"sandworm-note-"
..
i
,
name
=
"
Song of the Sand
s"
,
lore
=
"sandworm-note-"
..
i
,
desc
=
[[Some people get the weirdest ideas!]]
,
rarity
=
false
,
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment