Skip to content

v2.0.0

Compare
Choose a tag to compare
@RakuJa RakuJa released this 23 Jul 12:52
· 24 commits to master since this release
1880f54

Added

  • Add item endpoint (#61)
  • Add in creature endpoint PWL and refactor creature variant by (#64)

Minor features

  • introduce possibility to filter with pathfinder versions
  • introduce dice structure
  • add total item and creature count for pagination
  • allow upper and lower case alternative for encounter difficulty and pathfinder version
  • fix ranged/melee bug

Code QOL improvements

  • reorganize code structure
  • split raw query in sub methods
  • add safe guarantees around n of forged items range gen, now it is formally proved that it will not panic and isolated in a method to reduce redundancy
  • get avg now is implemented in dice and can handle a weapon with multiple damage sources