gg.infinitetavern.adventurer.vaultTrophy

infinitetavern.gg

Documentation

A trophy in the Adventurer's Vault — a pinned game replay that the player is proud of. Max 5 per vault (server-enforced).

main record

A trophy in the Adventurer's Vault — a pinned game replay that the player is proud of. Max 5 per vault (server-enforced).

Record Key tid Timestamp-based ID

Properties

chronicleUri string at-uri Required

AT URI of the player's own chronicle.entry for this match.

heroKey string Required

Internal key of the hero played (e.g. ember_king).

heroName string Required

Display name of the hero played.

note string Optional

Player's note about why this game was memorable.

maxLength: 200 bytes
pinnedAt string datetime Required

Timestamp when the trophy was pinned.

placement integer Required

Final placement in the match (1 = champion).

minimum: 1maximum: 8
replayUri string at-uri Required

AT URI of the chronicle.replay record on the bot's PDS.

seasonNumber integer Required

Season in which the match was played.

minimum: 1
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "replayUri",
      "chronicleUri",
      "placement",
      "heroKey",
      "heroName",
      "seasonNumber",
      "pinnedAt"
    ],
    "properties": {
      "note": {
        "type": "string",
        "maxLength": 200,
        "description": "Player's note about why this game was memorable."
      },
      "heroKey": {
        "type": "string",
        "description": "Internal key of the hero played (e.g. ember_king)."
      },
      "heroName": {
        "type": "string",
        "description": "Display name of the hero played."
      },
      "pinnedAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp when the trophy was pinned."
      },
      "placement": {
        "type": "integer",
        "maximum": 8,
        "minimum": 1,
        "description": "Final placement in the match (1 = champion)."
      },
      "replayUri": {
        "type": "string",
        "format": "at-uri",
        "description": "AT URI of the chronicle.replay record on the bot's PDS."
      },
      "chronicleUri": {
        "type": "string",
        "format": "at-uri",
        "description": "AT URI of the player's own chronicle.entry for this match."
      },
      "seasonNumber": {
        "type": "integer",
        "minimum": 1,
        "description": "Season in which the match was played."
      }
    }
  },
  "description": "A trophy in the Adventurer's Vault — a pinned game replay that the player is proud of. Max 5 per vault (server-enforced)."
}

Lexicon Garden

@