p4535992 / foundryvtt-better-rolltables

Module for FoundryVTT to improve rolltables
MIT License
3 stars 4 forks source link

[BUG] Quantity of text table result items is not displayed #23

Closed DemianWright closed 10 months ago

DemianWright commented 10 months ago

Module Version: v2.0.26

Describe the bug When rolling for more results than exists in a text table, at most the number of items in the text table are returned.

To Reproduce Steps to reproduce the behavior:

  1. Create a table with 2 text-type items.
  2. Set amount of rolls to number larger than 2, e.g., 10.
  3. Press "Roll+".
  4. The chat message will only contain 2 items even though 10 were rolled for.

Expected behavior The chat message should either contain 10 items or the number of times the text result was picked should be displayed after the result, like it does with document-type items.

Foundry Version: v11.307