mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Basic rework to the roll data in messages
This commit is contained in:
parent
e2b13d6717
commit
2664979823
15 changed files with 199 additions and 226 deletions
7
module/dice/die/_module.mjs
Normal file
7
module/dice/die/_module.mjs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import DualityDie from './dualityDie.mjs';
|
||||
|
||||
export const Dice = [DualityDie];
|
||||
|
||||
export const diceTypes = {
|
||||
DualityDie
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue