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
}
Bug Description
MATCH-V5Arena (CHERRY) participant data appears to expose incomplete augment information. The response includesplayerAugment1throughplayerAugment4, 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
CHERRYmatches, the participant payload returns augment IDs like this:{ "championName": "Sivir", "playerAugment1":1338, "playerAugment2":32, "playerAugment3":336, "playerAugment4":2009, "playerSubteamId": 4, "subteamPlacement": 2 }