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
yutio888
Tales of MajEyal
Commits
1f313a34
Commit
1f313a34
authored
11 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
Chant of Light now also increases fire damage
parent
1959a4ef
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/celestial/chants.lua
+2
-2
2 additions, 2 deletions
game/modules/tome/data/talents/celestial/chants.lua
with
2 additions
and
2 deletions
game/modules/tome/data/talents/celestial/chants.lua
+
2
−
2
View file @
1f313a34
...
...
@@ -178,7 +178,7 @@ newTalent{
game
:
playSoundNear
(
self
,
"talents/spell_generic2"
)
local
ret
=
{
onhit
=
self
:
addTemporaryValue
(
"on_melee_hit"
,
{[
DamageType
.
LIGHT
]
=
t
.
getDamageOnMeleeHit
(
self
,
t
)}),
phys
=
self
:
addTemporaryValue
(
"inc_damage"
,
{[
DamageType
.
LIGHT
]
=
t
.
getLightDamageIncrease
(
self
,
t
)}),
phys
=
self
:
addTemporaryValue
(
"inc_damage"
,
{[
DamageType
.
LIGHT
]
=
t
.
getLightDamageIncrease
(
self
,
t
),
[
DamageType
.
FIRE
]
=
t
.
getLightDamageIncrease
(
self
,
t
)}),
lite
=
self
:
addTemporaryValue
(
"lite"
,
t
.
getLite
(
self
,
t
)),
particle
=
self
:
addParticles
(
Particles
.
new
(
"golden_shield"
,
1
))
}
...
...
@@ -195,7 +195,7 @@ newTalent{
local
damageinc
=
t
.
getLightDamageIncrease
(
self
,
t
)
local
damage
=
t
.
getDamageOnMeleeHit
(
self
,
t
)
local
lite
=
t
.
getLite
(
self
,
t
)
return
(
[[You chant the glory of the Sun, empowering your light elemental attacks so that they do %d%% additional
light
damage.
return
(
[[You chant the glory of the Sun, empowering your light
and fire
elemental attacks so that they do %d%% additional damage.
In addition, this talent surrounds you with a shield of light, dealing %0.2f light damage to anything that attacks you.
Your lite radius is also increased by %d.
You may only have one Chant active at once.
...
...
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