π
No Collection Selected
Create a new collection or select one from the sidebar to get started
Create a new collection or select one from the sidebar to get started
The Game Data Editor is a structured editor for the JSON that game code reads: items, enemies, weapons, characters, levels, quests and skills. It gives each collection a schema so entries stay consistent, instead of hand-editing a JSON file and discovering a typo at runtime.
The value is in the export options rather than the editing. The same data can come out as one file, as a file per collection, as a JavaScript module you can import directly, or as CSV for anyone on the team who would rather work in a spreadsheet.