Skip to content

v25.02.10: Global fish/cosmetic data and fish selling price

Latest
Compare
Choose a tag to compare
@kezz kezz released this 10 Feb 17:52
0c32789

What's Changed

✨ Features

  • Added sellingPrice method to Fish 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 a String containing the number of players who own this cosmetic. If this number is over 10000 or 1000 then the value returned will be 10000+ and 1000+ respectively.
    • Added globalNumberCaught method to Fish to allow querying the total number of players who have caught this fish with a given weight.
    • Added globalNumberOwned field to Cosmetic to allow querying the total number of players who own this cosmetic.
      • Some cosmetics are excluded from ownership reporting.

🔧 Changes

  • The previously deprecated level, evolution, nextEvolutionLevel and nextLevelProgress fields in CrownLevel have been removed.
  • The previously deprecated gems field in Currency has been remobed.

Full Changelog: v24.12.04...v24.12.17