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
First of all, thank you for the files. I've been playing with them for a while now, and it's a lifesaver.
Now, I've recently ran into a problem. When scrolling through the spell lists per class, some spells appear double. For example, the Artificer spell list contains Acid Splash twice. This is with the Complete.xml, but may happen with other collections as well.
A look into the generated XML makes me think I've found the problem: In the spell tag of Acid Splash, the following has been generated: <classes>Sorcerer, Wizard, Artificer, Artificer, Artificer (Revisited) (UA), Druid</classes>
Artificer appears twice in the class list for this spell, making the spell appear twice in their spell list. I can only assume this is caused by two files both adding this spell to the artificer, and no check to merge this double occurrence.
I hope this can be fixed soon. Thank you!
The text was updated successfully, but these errors were encountered:
First of all, thank you for the files. I've been playing with them for a while now, and it's a lifesaver.
Now, I've recently ran into a problem. When scrolling through the spell lists per class, some spells appear double. For example, the Artificer spell list contains Acid Splash twice. This is with the Complete.xml, but may happen with other collections as well.
A look into the generated XML makes me think I've found the problem: In the spell tag of Acid Splash, the following has been generated:
<classes>Sorcerer, Wizard, Artificer, Artificer, Artificer (Revisited) (UA), Druid</classes>
Artificer appears twice in the class list for this spell, making the spell appear twice in their spell list. I can only assume this is caused by two files both adding this spell to the artificer, and no check to merge this double occurrence.
I hope this can be fixed soon. Thank you!
The text was updated successfully, but these errors were encountered: