···3344All content included in this repository is accessed through the Open RPG Creative (ORC) License. Any mechanical content created using this framework is required to be licensed back to the community through the ORC License. For more information about the ORC license, please see [here](https://paizo.com/orclicense).
5566-## Pathfinder 2E Updates
66+## System Updates
77+88+### Pathfinder 2E Updates
79810At time of writing, this repository will only include character creation options present in the Player Core. Player Core 2 content will be added once that is finished.
9111010-## OGL 5th Edition (O5E) Updates
1212+### OGL 5th Edition (O5E) Updates
11131214At time of writing, the SRD 5.2 has been published. I have not looked it over, but I will be including it once I finish with Pathfinder 2nd Edition.
13151414-## Advanced 5th Edition (A5E) Updates
1616+### Advanced 5th Edition (A5E) Updates
15171618At time of writing, I have not begun any efforts to add A5E into the framework. Once O5E has been finished and integrated, I will begin to integrate A5E as accessed through the ORC license (see above).
17191818-## Starfinder 2E Updates
2020+### Starfinder 2E Updates
19212022At time of writing, Starfinder 2E is still in its playtest phase. Once the game is fully released, I will look at integrating it into this framework.
21232222-## Other Systems
2424+### Other Systems
2525+2626+With the way this framework is being developed, I intend to make this as modular as possible. Thus all one must do is create a "mod" of sorts to add in the data and code needed for any other system. If you would like to have me add them officially, I can do an audit of your code and data and add it as a submodule of this repository. If the schema is too limiting for a system you'd like to add, please let me know by either [submitting a pull request](https://tangled.sh/@cass.cityboundforest.com/dice-wire/pulls/new) or by sending me a DM on [BlueSky](https://bsky.app/profile/did:plc:lsxnahuhdg6llq7lpo3wq6kf).
2727+2828+## Usage
23292424-With the way this framework is being developed, I intend to make this as modular as possible. Thus all one must do is create a "mod" of sorts to add in the data and code needed for any other system. If you would like to have me add them officially, I can do an audit of your code and data and add it as a submodule of this repository. If the schema is too limiting for a system you'd like to add, please let me know by either [submitting a pull request](https://tangled.sh/@cass.cityboundforest.com/dice-wire/pulls/new) or by sending me a DM on [BlueSky](https://bsky.app/profile/did:plc:lsxnahuhdg6llq7lpo3wq6kf).3030+You can, of course, just use this as a usual Lua program. The code assumes you load the class file, call it, and assign the resulting function returned to a global variable `class`. You can then load the `hooks` file, along with any other libraries you'd like (i.e. the different systems). Due to the nature of this framework, I will not be writing code to load a system's code, but it shouldn't be too difficult to do so.