Updating to Version 11, Adding in Starfinder 5e, and Abstracting out all of the systems from the main code. #189
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a major refactor that pulls out all of the system-specific code out of the module itself. All system-specific code is now relegated to the RollProvider set for it, and uses custom overrides to represent the weirdness that might need to be done for each system.
I have also added in Starfinder 1st Edition, and updated the .md files to reflect the changes I have made.
This should make the code easier to read as well as easier to manage at the system level.
I did a confirmation of dnd5e, pf1, pf2e, D35E, sw5e, cof, coc, ose, degenesis, and sfrpg by testing on my Foundry server.
This upgrade will make this version verified compatible with the latest version of Foundry (v11.307)