Skip to content

Releases: alchemyrpg/ddb2alchemy

v0.2.0

27 Nov 07:40
d75a707
Compare
Choose a tag to compare

Changed

  • Trackers (HP, XP) are now created in ddb2alchemy instead of in Alchemy itself. (#57)

v0.1.8

13 Oct 04:35
20c3adc
Compare
Choose a tag to compare

Fixed

  • Fixed conversion of character weight to a string. (#55).

v0.1.7

28 Sep 22:40
5d78ecf
Compare
Choose a tag to compare

Changed

  • Now using prettier for code formatting. (#41)
  • Added jest config and a few tests for character conversion. (#42)
  • Added types and an extra "options" param to the convertCharacter function so that only the properties specified in the options object are converted. This is going to aid in writing tests as now we don't need to run all code paths when testing a specific fragment of the conversion code. (#46)

Fixed

  • Fixed an issue with character avatar conversion. (#42)
  • Fixed an issue with character HP importing incorrectly.

v0.1.6

14 Apr 00:43
6430563
Compare
Choose a tag to compare

Fixed

  • Speeds listed in racial traits listed as "equal to your X speed" without giving a flat value are now imported correctly. (#34)
  • Items that provide speed bonuses are now factored into the character's speed. (#34)

v0.1.5

01 Feb 22:24
4aa19f6
Compare
Choose a tag to compare

Changed

  • Bookmarklet and standalone conversion site now use v5 of the D&D Beyond character service.

Fixed

  • Fixed an issue importing a character without a background. (#33)

v0.1.4

26 Jan 22:35
4b8d33d
Compare
Choose a tag to compare

Fixed

  • Fixed an issue importing a character without a background. (#28)
  • Fixed an issue importing a character with a custom long description for their speed. (#29)

v0.1.3

24 Jan 23:33
d99fd13
Compare
Choose a tag to compare

Fixed

  • Fix an issue importing a character with a spell with a spell component besides verbal, somatic, or material. (#25)
  • Fix an issue importing a character with a custom background. (#26)

v0.1.2

22 Jan 19:14
6008cc7
Compare
Choose a tag to compare

Fixed

  • Fixed an issue causing imported characters to have incorrect HP (missing CON modifier). (#18)
  • Fixed an issue preventing all of a character's spells from being converted. (#19)

v0.1.1

18 Jan 21:53
7934c72
Compare
Choose a tag to compare

Fixed

  • Conversion logic is now exported from the package.

v0.1.0

18 Jan 17:13
aeab9be
Compare
Choose a tag to compare
  • Initial release.