Skip to content

Conversation

@xorrbit
Copy link
Contributor

@xorrbit xorrbit commented Mar 14, 2025

Changes:

  • Implemented Rune of Metamorphosis
  • Updated feral sim presets/defaults
    -- disabled external faerie fire as ferals are usually expected to be the ones keeping it up
    -- enabled chili, gift of arthas, and fort
  • Switched phase 2 bis gear preset bracers to Wristguards of Stability since WSG bracers aren't available until phase 3
  • Added phase 3 bis gear preset
  • Removed Polearms from allowed druid weapons
  • Fixed weapon imbues that don't work while shapeshifted to not work for ferals (windfury, sharpening stones, weight stones, shadow and frost oil)
  • Disabled weapon imbues that don't work while shapeshifted in the UI
  • Implemented Consecrated Sharpening Stones (which does work for ferals) and Blessed Wizard Oil. These are later phase consumes but aren't used in the defaults.
  • Implemented Symbols of Undying Life set bonus
  • Updated to even more optimized APL provided by Balor
  • Updated druid tests
  • Updated known issues

OnGain: func(aura *core.Aura, sim *core.Simulation) {
druid.CatForm.Cost.Multiplier -= 100
//druid.BearForm.Cost.Multiplier -= 100
//druid.MoonkinForm.Cost.Multiplier -= 100
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you're running into an error with Moonkin Form, you may need to add

if druid.MoonkinForm != nil {
  ...
}

@kayla-glick kayla-glick merged commit c48ef40 into wowsims:master Mar 16, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants