Skip to content

Conversation

@Zephryl87
Copy link
Contributor

At least that's what I hope it does.. xP

Dot portion of Starshards
Lesser Arcane Elixir doesn't exist on Era/Fresh
fixed Force of Will and Searing Light multipliers
priest.OnSpellRegistered(func(spell *core.Spell) {
if spell.Flags.Matches(SpellFlagPriest) {
spell.DamageMultiplier *= .01 * float64(priest.Talents.ForceOfWill)
spell.DamageMultiplier *= 1.01 * float64(priest.Talents.ForceOfWill)
Copy link
Contributor

Choose a reason for hiding this comment

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

These talents should actually be applied to the additive multiplier because they use the Modifies Damage/Healing Done effect https://www.wowhead.com/classic/spell=18550/force-of-will but I can do a fast follow to update them because I'm sure a bunch are wrong in the classic code from being dated

@kayla-glick kayla-glick merged commit f2d393b into wowsims:master Apr 19, 2025
2 checks 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