Skip to content

improve SourceRoll.svelte

This commit is based on the chat refactoring of !175 (merged)

Sources are always rolled similar to formulas.

This includes, that they are calculated similar and require the 5 parameters 'cast time', 'targets', 'reach', 'duration' and 'structure'.

The new roll dialog shows all options and allows the selection of these parameters including the automatic calculation.

Until now the modifier had to be calculated outside of the tool and the "other"-modificator had to be used.

Roll Dialog:

image

Roll Result:

image.png

Merge request reports