Skip to content

v25.10.08: Factions, Quests and Badges

Latest

Choose a tag to compare

@kezz kezz released this 08 Oct 16:51
b61a1c5

What's Changed

✨ Features

  • Badges!
    • A list of all badges can be obtained with the badges query, and player-specific badge progress can be obtained using the badges field on a Player instance.
    • Badge information includes the name, stages, and the goal of the badge.
    • The goal is a union type that is either a specific statistic, or a general goal with a name.
    • The availability of player-specific badges information is tied to the "Statistics" API setting.
  • Quests!
    • A list of the players currently active quests can be obtained using the quests field on a Player instance.
    • Quests have a type, rarity, boost type, completion state and tasks.
    • The progress of tasks is stored in the standard ProgressionData type.
    • The availability of quest information is tied to the new "Progression" API setting.
  • Factions!
    • Players now have a factions field that returns a list of all factions, their associated progress and if the faction is the currently selected one for a player.
    • The new factionLeaderboard query returns a list of all factions ranked by the global amount of Faction XP earnt for that faction. This information is stored in the new GlobalLeaderboardEntry type.

Full Changelog: v25.09.23...v25.10.08