Skip to content

Commit

Permalink
[Kalandra] Lifetap & Blessing interaction (#4752)
Browse files Browse the repository at this point in the history
* wording of blood of karui fixed

* undo messy work

* lifetap cant support skills with blessing tag

* testcommit to check busted

Co-authored-by: Sinured <githubmm@use.startmail.com>
  • Loading branch information
Sinured and Sinured committed Aug 12, 2022
1 parent d7d91f9 commit f17690d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Data/Skills/sup_str.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2792,7 +2792,7 @@ skills["SupportLifetap"] = {
support = true,
requireSkillTypes = { },
addSkillTypes = { SkillType.Duration, },
excludeSkillTypes = { },
excludeSkillTypes = { SkillType.Blessing, },
statDescriptionScope = "gem_stat_descriptions",
statMap = {
["support_lifetap_damage_+%_final_while_buffed"] = {
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Uniques/shield.lua
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ Implicits: 1
(80-120)% increased Armour and Energy Shield
+(100-150) to maximum Life
50% reduced Freeze Duration on you
{variant:1}Regenerate 1% of Life per Second
{variant:1}Regenerate 1% of Life per Second
{variant:2}Regenerate 3% of Life per Second
{variant:1}Regenerate 5% of Life per Second while on Low Life
{variant:2}Regenerate 3% of Life per Second while on Low Life
Expand Down

0 comments on commit f17690d

Please sign in to comment.