kakaroto / Beyond20

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

Add parsing of tables in item pages #1005

Closed kakaroto closed 2 years ago

kakaroto commented 2 years ago

Right now, we parse tables to make them rollable only in character sheets and in a source page. We should be able to do that also in item pages, and spell pages, etc...

i.e: move table parsing code from checkAndInjectDiceToRolls into the injectDiceToRolls function so it affects all pages, instead of only the character sheet.