kakaroto / Beyond20

D&D Beyond Character Sheet Integration in Roll20
GNU General Public License v3.0
489 stars 144 forks source link

Incorrect Parsing of Aasimar Healing Hands Roll #1063

Closed imnotpete closed 1 year ago

imnotpete commented 1 year ago

Describe the bug A 1st-level Aasimar's Healing Hands ability is 2d4 (d4 x proficiency). Beyond20 is only highlighting the d4 portion, and rolling 1d4 when clicked.

To Reproduce Steps to reproduce the behavior:

  1. Create a 1st-level Aasimar character in DndBeyond
  2. Scroll to the "Healing Hands" action
  3. Click on the 2d4 roll to roll it
  4. It only roles 1d4

Expected behavior It should roll 2d4

Screenshots

image

It also says this if I hover over the 2 in that 2d4:

image

Browser Info (please complete the following information):

image

Additional Context Example character: https://www.dndbeyond.com/characters/99920782

Aeristoka commented 1 year ago

@kakaroto , they screwed up their formatting again...

@imnotpete basically what you've found is another instance of DnDeyond formatting dice formulas differently everywhere. It gives @kakaroto depression trying to figure out the parsing.

kakaroto commented 1 year ago

argg, yeah, reminds me of the fighter's second wind, will need to do some magic trickery to find the right number of dice from the previous text. Thanks for the report!