Skip to content
Snippets Groups Projects
Commit a4c19ed7 authored by Eric Wykoff's avatar Eric Wykoff
Browse files

Out of Phase/Time Shield effect reductions can no longer stack to 100%

parent 1e2b1c66
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,9 @@ _M.temporary_values_conf.combat_physspeed = "add" -- Prevent excessive attack sp
_M.temporary_values_conf.combat_spellspeed = "add" -- Prevent excessive spell speed compounding
_M.temporary_values_conf.combat_mindspeed = "add" -- Prevent excessive mind speed compounding
-- Effect reductions are multiplicative, not additive
_M.temporary_values_conf.reduce_detrimental_status_effects_time = "perc_inv" -- Prevent effect reduction from hitting 100%
-- Damage cap takes the lowest
_M.temporary_values_conf.flat_damage_cap = "lowest"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment