Mezryss / FVTT-Genesys

Foundry VTT: Unoffocial implementation of the Genesys RPG
MIT License
26 stars 11 forks source link

Use old format for symbols for GenesysRoller #115

Closed Assembling-Kings closed 11 months ago

Assembling-Kings commented 11 months ago

Fixes #114

In a previous PR the format to represent dice and symbols changed on the DicePrompt class. However, some of the values are forwarded to the GenesysRoller class which doesn't have these changes. Since I plan to heavily (potentially) refactor said class down the line I'm just converting the object we pass to it instead of changing how the class interprets it.

Additionally, this was also was breaking the calculations for chance to succeed for both methods so I fixed those as well.