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
6882d6bf
There was a problem fetching the pipeline summary.
Commit
6882d6bf
authored
5 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
Shadows of low level doomed rares do less damage
parent
84c8d5ed
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game/modules/tome/data/talents/cursed/shadows.lua
+5
-0
5 additions, 0 deletions
game/modules/tome/data/talents/cursed/shadows.lua
with
5 additions
and
0 deletions
game/modules/tome/data/talents/cursed/shadows.lua
+
5
−
0
View file @
6882d6bf
...
...
@@ -422,6 +422,11 @@ newTalent{
shadow
:
feed
()
game
.
level
.
map
:
particleEmitter
(
x
,
y
,
1
,
"teleport_in"
)
-- Reduce power of shadows for low level rares
if
self
.
inc_damage
and
self
.
inc_damage
.
all
and
self
.
inc_damage
.
all
<
0
then
shadow
.
inc_damage
.
all
=
(
shadow
.
inc_damage
.
all
or
0
)
+
self
.
inc_damage
.
all
end
shadow
.
no_party_ai
=
true
shadow
.
unused_stats
=
0
shadow
.
unused_talents
=
0
...
...
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