Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
t-engine4
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor 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
Hachem_Muche
t-engine4
Commits
c5bbf2a9
Commit
c5bbf2a9
authored
11 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
Buffed the rune of reflection to match the description
parent
069c9485
No related branches found
Branches containing commit
Tags
tome-1.2.3
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game/modules/tome/data/talents/misc/inscriptions.lua
+2
-2
2 additions, 2 deletions
game/modules/tome/data/talents/misc/inscriptions.lua
with
2 additions
and
2 deletions
game/modules/tome/data/talents/misc/inscriptions.lua
+
2
−
2
View file @
c5bbf2a9
...
...
@@ -480,7 +480,7 @@ newInscription{
end
,
action
=
function
(
self
,
t
)
local
data
=
self
:
getInscriptionData
(
t
.
short_name
)
self
:
setEffect
(
self
.
EFF_DAMAGE_SHIELD
,
5
,
{
power
=
100
+
3
*
self
:
getMag
(),
reflect
=
100
})
self
:
setEffect
(
self
.
EFF_DAMAGE_SHIELD
,
5
,
{
power
=
100
+
5
*
self
:
getMag
(),
reflect
=
100
})
return
true
end
,
info
=
function
(
self
,
t
)
...
...
@@ -490,7 +490,7 @@ The effect will scale with your magic stat.]]):format(100+1.5*self:getMag(), 5)
end
,
short_info
=
function
(
self
,
t
)
local
data
=
self
:
getInscriptionData
(
t
.
short_name
)
return
(
[[absorb and reflect %d for %d turns]]
):
format
(
100
+
3
*
self
:
getMag
(),
5
)
return
(
[[absorb and reflect %d for %d turns]]
):
format
(
100
+
5
*
self
:
getMag
(),
5
)
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