flamewave000 / dragonflagon-fvtt

DragonFlagon FoundryVTT Modules
BSD 3-Clause "New" or "Revised" License
64 stars 59 forks source link

Added support for exploding dice with manual rolls - likely fix issue #464 #465

Open inxaos opened 1 year ago

inxaos commented 1 year ago

Added a setting to support Exploding Dice being manually entered (useful for systems such as Savage Worlds / SWADE). Likely resolves #464

Previously, when the die value entered equals the maximum die value, the "exploding" dice are automatically generated afterwards behind the scenes and cannot be entered manually. This setting removes the maximum value validation from the Roll Prompt form, allowing the total of all exploded dice to be entered as a single value, which works properly for further calculations.