ElfFriend-DnD / foundryvtt-5eOGLCharacterSheet

Aiming to reproduce the layout of the print 5e Sheet within foundry
MIT License
10 stars 14 forks source link

Feature - On the fly modifier fields like Roll20 OGL Sheet #25

Open LionheadGaming opened 3 years ago

LionheadGaming commented 3 years ago

It would be great to have easy to use quick toggle modifiers like you have on Roll20.

Here's a messy screenshot of what I'm referring to:

image

This allows you to quickly add context-sensitive dice combinations or flat numbers without needing any macros or dealing with Active Effects. Would be great for newcomer converts from Roll20.

akrigline commented 3 years ago

I think the active effects core mechanism is the "right" way to handle these conditional modifiers. I'm not willing to break from the Foundry methodology so hard with just a sheet module. The goal of the sheet module is to make core's mechanisms more familiar or more usable but not to replace them.

That said, I agree that the UI and UX for active effects could be made more close to the Roll20 way. That's a sizable ask I think, but a good idea.

Here's my thoughts on the under the hood of how to make this work:

So effectively we've taken the idea of Active Effects and applied them in such a way to the sheet such that they are easier to correlate to Roll20's global modifiers.

I'll be honest I'm not sure that I'm going to get to this any time soon as it is a sizable undertaking.