RiotGames / developer-relations

Riot Games Developer Ecosystem Bug Reporting
http://developer.riotgames.com
743 stars 44 forks source link

[BUG] set3update traits.json missing styles (set3.5) #326

Closed momongah closed 4 years ago

momongah commented 4 years ago

Bug Description
set3update traits.json missing and incorrect styles

Problem Description
A couple of traits which have chromatic styles for the final tier are missing said style in set3.5 traits.json The list of traits missing a chromatic field from my findings are: 8 battlecasts, 6 celestials, 8 chronos, 9 star guardians

Also a few of the traits are missing new added tiers in set3.5 or have incorrect styles tiers:

Expected Result
{ key: "celestial", sets: [ { style: "bronze", min: 2 }, { style: "gold", min: 4}, { style: "chromatic", min: 6}, ]}

Actual Result
{ key: "celestial", sets: [ { style: "bronze", min: 2 }, { style: "silver", min: 4}, { style: "gold", min: 6}, ]}

set3update json file

RiotTuxedo commented 4 years ago

Thanks for the report. This has been resolved.