Skip to content

Commit

Permalink
languish does not proc nib
Browse files Browse the repository at this point in the history
  • Loading branch information
lime-green committed Oct 23, 2023
1 parent e12724b commit 93e880c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions sim/druid/items.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,9 @@ var ItemSetLasherweaveRegalia = core.NewItemSet(core.ItemSet{
druid := agent.(DruidAgent).GetDruid()

druid.Languish = druid.RegisterSpell(Any, core.SpellConfig{
ActionID: core.ActionID{SpellID: 71023},
SpellSchool: core.SpellSchoolNature,
// TODO: double check this (use fetish trinket to test), assuming it does since it's like mage's ignite
ProcMask: core.ProcMaskProc,
ActionID: core.ActionID{SpellID: 71023},
SpellSchool: core.SpellSchoolNature,
ProcMask: core.ProcMaskProc | core.ProcMaskNotInSpellbook,
DamageMultiplier: 1,
ThreatMultiplier: 1,

Expand Down

0 comments on commit 93e880c

Please sign in to comment.