Skip to main content

Create a character

Create a new character in Larping, fill in the core fields (name, background, faith, starting currency), and submit it. Stats are computed automatically once you attach skills, items, conditions, and events later.

Goal

By the end you will have a character record in Larping with a name, type (player or NPC), a background story, and a starting currency. The character will be visible in the Characters list and on the dashboard's Recent characters widget.

Prerequisites

  • Larping open and the OpenRegister back end connected (see Open Larping for the first time).
  • The right to create characters — players can create their own; game masters can create any character (PC or NPC).
  • The game system already configured by a game master — abilities, skills, items, conditions exist to be picked from later (see Configure the game system). You can save a character before attaching anything; the system entities just need to be there when you want to build the character out.

Steps

  1. Open Characters from the Larping navigation and click Add Item. The Create Item dialog opens.

    Create character dialog

  2. Fill in the character fields — name, type (player or NPC), an optional description, the background story, an optional faith, notice and notes fields. Set the starting currency — gold, silver, copper — to whatever your setting allows new characters. Click Create.

    Character fields filled in

  3. The character appears in the list. Open it to reach the character detail page. The sidebar carries a Properties tab (the fields you just set), a Relations tab (which skills, items, conditions, events the character has — empty for now), and an Audit trail.

    Character detail page

  4. Check the approved flag on the character. New characters land with approved = false and stay that way until a game master reviews the background — see Approve characters and manage players. Unapproved characters can still be edited; some game systems gate event participation on approval.

    Character approval state

Verification

The character shows in the Characters list with the name you entered. Opening it shows the fields you saved. The Audit trail records the character's creation. The dashboard Recent characters widget includes the new character, and the Characters KPI count goes up by one.

Common issues

SymptomFix
Add Item opens an empty dialogThe character schema isn't imported — ask an admin to re-run the register configuration (Settings → Administration → Larping, see Manage Larping settings).
Currency fields rejected as non-numericGold / silver / copper expect integers; remove decimals and any currency symbols.
Character saved but doesn't appear on dashboardThe dashboard caches; click Refresh on the dashboard or reload the page.
Screenshots may be missingApp not yet installed in the test environment; rerun npm run test:e2e:docs once it is.

Reference