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
58c7abba
Commit
58c7abba
authored
10 years ago
by
Eric Wykoff
Browse files
Options
Downloads
Patches
Plain Diff
fixed stop description
parent
b90ce1a8
No related branches found
No related tags found
1 merge request
!123
Chrono wrap up
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game/modules/tome/data/talents/chronomancy/stasis.lua
+1
-1
1 addition, 1 deletion
game/modules/tome/data/talents/chronomancy/stasis.lua
with
1 addition
and
1 deletion
game/modules/tome/data/talents/chronomancy/stasis.lua
+
1
−
1
View file @
58c7abba
...
...
@@ -125,7 +125,7 @@ newTalent{
local
damage
=
t
.
getDamage
(
self
,
t
)
local
radius
=
self
:
getTalentRadius
(
t
)
local
duration
=
t
.
getDuration
(
self
,
t
)
return
(
[[Inflicts %0.2f temporal damage, and attempts to stun all
other creature
s in a radius %d ball for %d turns.
return
(
[[Inflicts %0.2f temporal damage, and attempts to stun all
target
s in a radius %d ball for %d turns.
The damage will scale with your Spellpower.]]
):
format
(
damDesc
(
self
,
DamageType
.
TEMPORAL
,
damage
),
radius
,
duration
)
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