mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Added ComboDice modifier for dice rolls
This commit is contained in:
parent
eccab6ad64
commit
bc7060ce36
7 changed files with 43 additions and 3 deletions
|
|
@ -4,4 +4,5 @@ export { default as DamageRoll } from './damageRoll.mjs';
|
|||
export { default as DHRoll } from './dhRoll.mjs';
|
||||
export { default as DualityRoll } from './dualityRoll.mjs';
|
||||
export { default as FateRoll } from './fateRoll.mjs';
|
||||
export { BaseDie } from './die/_module.mjs';
|
||||
export { diceTypes } from './die/_module.mjs';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue