mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
[Feature] ActiveEffect Default Hope/Fear dice (#1522)
* Added ActiveEffect rules for default hope and fear dice * . * Raised system version
This commit is contained in:
parent
d282a81594
commit
3c9ef75645
9 changed files with 180 additions and 16 deletions
|
|
@ -496,6 +496,8 @@ export const diceTypes = {
|
|||
d20: 'd20'
|
||||
};
|
||||
|
||||
export const dieFaces = [4, 6, 8, 10, 12, 20];
|
||||
|
||||
export const multiplierTypes = {
|
||||
prof: 'Proficiency',
|
||||
cast: 'Spellcast',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue