What's Changed
✨ Features
- Added
sellingPrice
method toFish
to allow querying the number of A.N.G.L.R. Tokens a fish with a given weight sells for. - Added methods/fields to query the global state of fish and cosmetics.
Both of these methods return aString
containing the number of players who own this cosmetic. If this number is over 10000 or 1000 then the value returned will be10000+
and1000+
respectively.- Added
globalNumberCaught
method toFish
to allow querying the total number of players who have caught this fish with a given weight. - Added
globalNumberOwned
field toCosmetic
to allow querying the total number of players who own this cosmetic.- Some cosmetics are excluded from ownership reporting.
- Added
🔧 Changes
- The previously deprecated
level
,evolution
,nextEvolutionLevel
andnextLevelProgress
fields inCrownLevel
have been removed. - The previously deprecated
gems
field inCurrency
has been remobed.
Full Changelog: v24.12.04...v24.12.17