adonutwithsprinklez / CodenameEmpty

A text based adventure roguelite
GNU General Public License v3.0
6 stars 0 forks source link

Dev Tools - Data Pack Editor #120

Open adonutwithsprinklez opened 1 year ago

adonutwithsprinklez commented 1 year ago

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.