Game data
Game data holds shared definitions and character assignments. This guide follows the runtime 0.6.0 development alpha; older builds have different menus and capabilities.
Defining an item does not give it to a character. Abilities also need the appropriate assignment and usage conditions before appearing in play.
Find a submenu
| Submenu | What to author |
|---|---|
| Items & quests | Item definitions, quest objectives and completion text, starting inventory |
| Attributes & derived values | Base attributes and calculated values |
| Resources | Bounds and starting values for mana, focus, or other resources |
| Skills · Active / Skills · Passive | Directly used abilities and event-driven abilities |
| Spells | Effects, school, element, and spell rank |
| Item abilities | Abilities that require a particular owned item |
| Statuses | Persistent states and their behavior |
| Characters & enemies / Encounters | Character definitions, enemies, and combat participants |
| Progression & XP | Growth stages and experience settings |
| Equipment slots & policies | Equipment slots and equipping rules |
| Character resources & cost eligibility | Initial resource overrides and attributes allowed as costs |
| Check & combat rules | Checks and basic combat settings |
Start with items and quests
- Define an item and its properties in Items & quests → Items.
- Assign starting items and quantities in Starting inventory.
- Write a quest’s title, objectives, and completion text in Quests.
- Reference items or quests from scene conditions and effects.
- Save and preview changes to inventory and quest state.
Item, quest, and attribute IDs are used by references after creation. Renaming an entry differs from changing its ID. If deletion is blocked, first remove or change the scenes and abilities referencing it.
Build an ability that spends a resource
For an ability that spends focus to reveal a clue:
- Add focus in Resources and set its minimum, maximum, and initial value.
- Enable Allow cost use if it can be spent.
- Create a definition in Skills · Active and set its name, description, mode, and target.
- Add the resource and amount to a cost bundle, then define success and failure effects.
- Check character assignment and select Apply definition & assignment.
- Validate, Test applied ability, and check the real preview.
Draft stores an unfinished definition. Before play or export, complete a supported definition, clear its draft status, and validate.
Costs, proficiency, and spell rank
Costs can combine resources, items, and eligible attributes, with alternative bundles. Check the post-payment floor and refund-on-failure behavior. Base attributes allowed as costs may be permanently reduced in runtime state.
Proficiency is optional: enable it when needed and set its experience and growth rules. Spell rank classifies a spell; proficiency measures growth in that ability. Configure them separately.
Connect characters and combat
After creating shared definitions, assign them in Characters & enemies and configure participants in Encounters. World guild membership and combat team membership are separate settings.
For statuses, equipment, and passives, check triggers, maintenance conditions, and targets. The presence of a menu does not mean every TRPG rule is supported; resolve validation errors for unsupported combinations.
Interpret trials correctly
Test applied ability uses an isolated state and the definition already applied to the project. It does not test unapplied form edits or modify actual play saves.
Check sufficient and insufficient resources, success and failure, and unavailable targets. Save the project and preview the complete scene flow afterward.
Related: Rules and expressions · Scenes and actions · Current capabilities
Planned player creation and party rules
Shared character definitions are distinct from runtime character instances. Two instances can have separate equipment, resources, and progress. See Online sessions for current GM assignment, and Starting a game and Online parties for planned creation steps and personal parties.