The Data Pack Editor is a tool that will be used to modify all of the data within the game. It will have support for each type of json data that is used. Currently it is run via the dataPackEditor.py script file. It fully supports Modifiers and Weapons, with partial support for Enemies.
The point of having this editor is to help simplify and speed up the creation of new content. This tool would also allow for the easier creation of mods by 3rd parties.
[x] Finish adding Enemy support (#121)
[ ] Add support for misc items (#123)
[ ] Add support for Armor (#127)
[ ] Add support for Areas (#122)
[ ] Add support for Events (#124)
Support for Quests can be added after the release of the Playable Demo.
The Data Pack Editor is a tool that will be used to modify all of the data within the game. It will have support for each type of json data that is used. Currently it is run via the dataPackEditor.py script file. It fully supports Modifiers and Weapons, with partial support for Enemies.
The point of having this editor is to help simplify and speed up the creation of new content. This tool would also allow for the easier creation of mods by 3rd parties.
Support for Quests can be added after the release of the Playable Demo.