Reorder achievements
reorder_achievementsControl achievement display order on the game page and in achievements.list() by sending slugs in the order you want; omitted ones sink below named ones.
Instructions
Rewrites the display order on the game page and in the SDK's achievements.list(). Send the slugs in the order you want them; any slug you leave out keeps whatever position it had and generally sinks below the ones you named. Order is presentation only — but it is worth getting right: the first few badges are the ones a player reads as "here is what this game is about", so lead with the early, earnable ones and put the completionist grind at the bottom.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | The game, by slug (e.g. "orbital-drift") or by id (uuid). | |
| slugs | Yes | Achievement slugs, first to last. Get them from list_achievements. |