issues
search
javalent
/
dice-roller
Inline dice rolling for Obsidian.md
274
stars
28
forks
source link
Settings for SWRPG & Genesys symbols
#335
Closed
source-toad
closed
1 month ago
source-toad
commented
1 month ago
Pull Request Description
Added settings & functionality to handle both SWRPG & Genesys dice symbols.
Added narrativeSymbolSet & displayAsSymbols to settings types.
Added 2x Settings options for selecting symbol set & opting for display to show symbols instead of text.
Added narrativeSymbolSet to same pipeline as dice colour (I wasn't 100% sure how to do this independently, so I piggy backed the dice colour changes).
Updated NarrativeRoller getResultText() to handle symbols & text options.
Issues
I don't think Genesys & SWRPG font's use the same letters for corresponding symbols, need to find compatible font files.
Pull Request Description
Added settings & functionality to handle both SWRPG & Genesys dice symbols.
Issues