You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Animate Dead spell, the summon count for Skeletons and Zombies is a fixed value of 1 instead of the formula used for the targets (@item.level * 2 - 5)
This can be easily corrected like this:
In the Animate Dead spell, the summon count for Skeletons and Zombies is a fixed value of 1 instead of the formula used for the targets (@item.level * 2 - 5)

This can be easily corrected like this: