Skip to content

v2.2.0

Compare
Choose a tag to compare
@RakuJa RakuJa released this 02 Oct 11:50
· 17 commits to master since this release
e7c757e

Refactor

  • Template refactor:
    • future-proof templates, move away from random quantities and into specific set of quantities for each template;
    • scale percentages with the total (ex: 10%, 0%, 0%, 0% of 40 items becomes 100% of 40). when all percentages are 0, return 4 values of 25% each;
  • remove curl dependency for swagger build, move to reqwest feature flag.

Fixes

  • solve shop swagger pointing at bestiary.

Added

  • trait filter on randomize and listing;
  • sort traits and sources alphabetically;
  • sort items by trait;
  • new endpoint to give the user all the data regarding default item shop templates;
  • tests for checking correct math of template equippables percentages.