dev.tsunagite.difficulty

tsunagite.dev

Documentation

A difficulty slot in a game hosting leaderboards via Tsunagite.

main record

A difficulty slot in a game hosting leaderboards via Tsunagite.

Record Key any Any valid record key

Properties

color string Optional

The hex code color of the difficulty slot.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name"
    ],
    "properties": {
      "name": {
        "ref": "dev.tsunagite.translatable",
        "type": "ref",
        "description": "The human-readable name of the difficulty slot for use in UI."
      },
      "color": {
        "type": "string",
        "description": "The hex code color of the difficulty slot."
      }
    }
  },
  "description": "A difficulty slot in a game hosting leaderboards via Tsunagite."
}

Lexicon Garden

@