This PR contains the necessary changes to allow an user to bring up the dice prompt without having to go through a sheet. In summary these are the changes made:
Moved some information about the dice from the dice prompt into the dice classes.
Expanded the CONFIG.genesys object to contains all the system settings.
The code now uses said object instead of getting the setting directly.
The dice prompt no longer depends on an actor to pull data
To be more precise, if no actor is provided it simply presents a simpler prompt.
If the super-characteristics setting is enabled then a checkbox will appear to signal the roller that this pool is using a super-characteristic.
Added a hook that adds a listener to the dice icon on the chat which lets users call on the dice prompt.
If a single non-vehicle actor token is selected then the list of skills will be presented. I no token is selected then it brings up the simplified version.
This PR contains the necessary changes to allow an user to bring up the dice prompt without having to go through a sheet. In summary these are the changes made:
CONFIG.genesys
object to contains all the system settings.