Skip to content

Create

Use /cards create to create new records quickly, then fill in the details later with /cards edit.

/cards create rarity <rarityId>

Creates a new rarity entry with default values.

/cards create card <cardId> <rarityId> <seriesId>

Creates a card in an existing rarity and series.

/cards create pack <packId>

Creates an empty booster pack entry.

/cards create series <seriesId>

Creates the series and its color-series entry.

/cards create type <typeId> <defaultType>

defaultType must be one of the built-in mob groups such as boss, hostile, neutral, passive, or all.

/cards create upgrade <upgradeId> <requiredPackEntry> <resultPackEntry>

Pack entry syntax follows the same rarityId:amount:seriesId format used elsewhere.

  1. Create the object.
  2. Use /cards edit ... to set names, prices, colors, contents, and other fields.
  3. Run /cards reload if you also changed files manually.