Skip to content

MATCH-V5 CHERRY: Arena augment data is incomplete / missing levels, extra augment slots, and official metadata mapping #1157

@X2Borgo

Description

@X2Borgo

Bug Description
MATCH-V5 Arena (CHERRY) participant data appears to expose incomplete augment information. The response includes playerAugment1 through playerAugment4, but does not expose augment star/level/rank values, extra augment-like entries, or an official way to resolve all returned augment IDs to names/icons.
As of today I calculated that with the right combinations the maximum number of augment that can be returned is 8, double of what is currently handled.

Problem Description
I am implementing Arena match support in my application. For CHERRY matches, the participant payload returns augment IDs like this:

{
  "championName": "Sivir",
  "playerAugment1":1338,
  "playerAugment2":32,
  "playerAugment3":336,
  "playerAugment4":2009,
  "playerSubteamId": 4,
  "subteamPlacement": 2
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions