Contribute a macro to roll for luck for all characters in the active scene #345
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is inspired in belief points from the Planewalkers Handbook for AD&D 2nd Edition
We have a custom ability called "cua_0" that is used to store the belief points for each character
We also created a feature that gives you a bonus to your rolls based on your belief points,
same as it was in the Planewalkers Handbook
With this system we ditched the whole Inspiration system and replaced it with a system that actually represents
how the multiverse reacts to a character being aligned with their beliefs
Luck rolls are made whenever a situation is uncertain and the DM needs to resolve whether something is available or who is affected
for example:
This macro will roll for luck for all characters on the map
We are using a custom ability created with addon https://foundryvtt.com/packages/dnd5e-custom-skills
if you want to use a different ability like charisma or wisdom, you can change the luckyAbility variable
try with different abilities like "cha", "wis", "int", "str", "dex", "con"