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
c7418645
Commit
c7418645
authored
10 years ago
by
Eric Wykoff
Browse files
Options
Downloads
Patches
Plain Diff
Revert: Effect Reduction and Resist All on teleport now subject to diminishing returns
parent
f7252d9a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!244
More fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game/modules/tome/class/Actor.lua
+0
-4
0 additions, 4 deletions
game/modules/tome/class/Actor.lua
with
0 additions
and
4 deletions
game/modules/tome/class/Actor.lua
+
0
−
4
View file @
c7418645
...
...
@@ -82,10 +82,6 @@ _M.temporary_values_conf.combat_mindspeed = "add" -- Prevent excessive mind spee
-- Effect reductions are multiplicative, not additive
_M
.
temporary_values_conf
.
reduce_detrimental_status_effects_time
=
"perc_inv"
-- Prevent effect reduction from hitting 100%
-- Out of Phase bonuses are multiplicative, not additive
_M
.
temporary_values_conf
.
resist_all_on_teleport
=
"perc_inv"
-- Prevent resist all from hitting 100%
_M
.
temporary_values_conf
.
effect_reduction_on_teleport
=
"perc_inv"
-- Prevent effect reduction from hitting 100%
-- Damage cap takes the lowest
_M
.
temporary_values_conf
.
flat_damage_cap
=
"lowest"
...
...
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