What's Changed
✨ Features
- Badges!
- A list of all badges can be obtained with the
badgesquery, and player-specific badge progress can be obtained using thebadgesfield on aPlayerinstance. - 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.
- A list of all badges can be obtained with the
- Quests!
- A list of the players currently active quests can be obtained using the
questsfield on aPlayerinstance. - Quests have a type, rarity, boost type, completion state and tasks.
- The progress of tasks is stored in the standard
ProgressionDatatype. - The availability of quest information is tied to the new "Progression" API setting.
- A list of the players currently active quests can be obtained using the
- Factions!
- Players now have a
factionsfield that returns a list of all factions, their associated progress and if the faction is the currently selected one for a player. - The new
factionLeaderboardquery returns a list of all factions ranked by the global amount of Faction XP earnt for that faction. This information is stored in the newGlobalLeaderboardEntrytype.
- Players now have a
Full Changelog: v25.09.23...v25.10.08