Skip to content

Commit

Permalink
expose Druid Feral T1 4pc bonus aura
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Nov 27, 2024
1 parent 66814f3 commit a56cb71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sim/druid/item_sets_pve.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,12 @@ var ItemSetCenarionCunning = core.NewItemSet(core.ItemSet{
},
// Periodic damage from your Rake and Rip can now be critical strikes.
4: func(agent core.Agent) {
druid := agent.(DruidAgent).GetDruid()
core.MakePermanent(druid.RegisterAura(core.Aura{
ActionID: core.ActionID{SpellID: 455872},
Label: "S03 - Item - T1 - Druid - Feral 4P Bonus",
}))

// Implemented in rake.go and rip.go
},
// Your Rip and Ferocious Bite have a 20% chance per combo point spent to refresh the duration of Savage Roar back to its initial value.
Expand Down

0 comments on commit a56cb71

Please sign in to comment.