Generators and import

We have multiple generators and importers available through the commands.

Generators:

- Players experience per level
- Enemies experience per level
- Attributes per level

Importers:

- Objects
- Players experience per level
- Attributes per level
- Class paths
- Maps
- Skills

- Import the generated file using the import command:

$ npx reldens-import players-experience-per-level custom-game-theme-test generate-data/players-experience-per-level.json
Go Up