Database
User-facing reference for the Database tool.
Database
Status: Stable
Category: Creation
Use it when: you need items, enemies, quests, shops, skills, actors, cards, or other data.
First task
Create an item resource and assign an icon if available.
Inputs
A data category and required fields such as name/ID.
Outputs
Godot resource files and related data records.
How it connects
Connects to Generated Asset Browser, Visual Logic, Gameplay Director, and UI.
Common mistakes
Duplicate IDs; missing icons/rewards; broken resource paths.
Validation
Run Content Validator and confirm references resolve.
First safe task
- Open the tool from Dreamcatcher.
- Start with one tiny project-owned output.
- Save or apply only one change.
- Run Content Validator or Quick Play before expanding.
Success looks like
The output exists in the expected project location, related references are visible in the Inspector/tool UI, and no validator error points to a missing path or deleted resource.
Common mistake
Stacking several generated outputs or gameplay connections before checking one simple result first.
