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
This relates to a much larger issue I've seen when developing the importer for RPG Sessions where data is just sorta joined together after it's all been added. Even though it's separated by source book, that separation is pretty much ignored when allowing you to select gear and what not, and in the case of equipment only the "latest" copy of the item is taken.
Describe the bug
If you create a character with the "Bioroid" Archetype, the talent "Inorganic" appears multiple times.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Inorganic should only appear once.
Desktop (please complete the following information):
Windows 10, Chrome
Additional context
I've looked at the code myself here on github, and I'm wondering if the fact that the data is duplicated is the problem:
https://github.com/SkyJedi/RPG-Web-Character-Creator/blob/7f91378dda749125b30664616d9e2338a9e2f0b0/src/data/archetypes/CRB.json#L223-L237
https://github.com/SkyJedi/RPG-Web-Character-Creator/blob/fc84a52466e52d46f8443719b7884c5ae702e397/src/data/archetypes/SOTB.json#L26-L39
The text was updated successfully, but these errors were encountered: