About this project

Pandora is an addon for the Godot Engine (version 4) that simplifies the handling of RPG data. It allows developers to easily manage RPG elements such as items, spells, abilities, characters, monsters, and loot tables. The addon is designed to support both traditional turn-based RPGs and fast-paced action games. Key features include: - **Dedicated Editor UI**: Manage all RPG data in one place. Create, edit, and delete items, spells, abilities, characters, monsters, and loot tables. Properties propagate automatically to child categories and entities. - **Accessible API**: Provides an accessible API through the `Pandora` singleton, allowing data access at runtime or within tool scripts. Example usage includes instantiating entities and setting integer properties. - **Tested**: Every feature is covered with unit tests to keep the codebase clean. Installation involves downloading the latest release, extracting the `pandora` folder into the project's `/addons` folder, and activating the plugin in Godot settings. An official wiki is available for getting started, and a discussion board is provided for questions and ideas. Note: The addon is still in alpha and not production-ready yet.