Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
tome
Tales of MajEyal
Commits
dfeee097
Commit
dfeee097
authored
14 years ago
by
dg
Browse files
Options
Downloads
Patches
Plain Diff
aze
git-svn-id:
http://svn.net-core.org/repos/t-engine4@2803
51575b47-30f0-44d4-a5cc-537603b46e54
parent
4661c226
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game/modules/tome/data/talents/divine/twilight.lua
+5
-5
5 additions, 5 deletions
game/modules/tome/data/talents/divine/twilight.lua
with
5 additions
and
5 deletions
game/modules/tome/data/talents/divine/twilight.lua
+
5
−
5
View file @
dfeee097
...
...
@@ -140,7 +140,7 @@ newTalent{
At talent level 4 you learn to create and sustain a second jumpgate.]]
):
format
(
range
)
end
,
}
newTalent
{
name
=
"Mind Blast"
,
...
...
@@ -320,8 +320,8 @@ newTalent{
local
jumpgate_teleport
=
self
:
getTalentFromId
(
self
.
T_JUMPGATE_TELEPORT_TWO
)
local
range
=
jumpgate_teleport
.
getRange
(
self
,
jumpgate_teleport
)
return
(
[[Create a second shadow jumpgate at your location. As long as you sustain this spell you can use 'Jumpgate: Teleport' to instantly travel to the jumpgate as long as you are within %d tiles of it.]]
):
format
(
range
)
end
,
}
end
,
}
newTalent
{
name
=
"Jumpgate Two: Teleport To"
,
short_name
=
"JUMPGATE_TELEPORT_TWO"
,
...
...
@@ -352,5 +352,5 @@ newTalent{
end
,
info
=
function
(
self
,
t
)
return
(
[[Instantly travel to your second jumpgate as long as you are within %d tiles of it.]]
):
format
(
t
.
getRange
(
self
,
t
))
end
,
}
end
,
}
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