Skip to content

Commit 27686ff

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Bloodhounds Mark not counting the enemy as Marked (#2220)
The gem didn't have any stats mapped to apply as a mark on the enemy Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent b080452 commit 27686ff

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

src/Data/Skills/act_dex.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,11 @@ skills["BloodhoundsMarkPlayer"] = {
535535
label = "Mark",
536536
incrementalEffectiveness = 0.054999999701977,
537537
statDescriptionScope = "bloodhounds_mark",
538+
statMap = {
539+
["hunters_mark_%_of_max_threshold_to_trigger_explosion_on_death"] = {
540+
mod("ExplosionThreshold", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Curse" }),
541+
},
542+
},
538543
baseFlags = {
539544
},
540545
constantStats = {

src/Export/Skills/act_dex.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ statMap = {
6666
#skill BloodhoundsMarkPlayer
6767
#set BloodhoundsMarkPlayer
6868
#flags
69+
statMap = {
70+
["hunters_mark_%_of_max_threshold_to_trigger_explosion_on_death"] = {
71+
mod("ExplosionThreshold", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Curse" }),
72+
},
73+
},
6974
#mods
7075
#skillEnd
7176

0 commit comments

Comments
 (0)