[Feature] ComboDice Modifier (#2061)

This commit is contained in:
WBHarry 2026-07-22 12:17:25 +02:00 committed by GitHub
parent 7aa4101889
commit b7f03f7a2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 208 additions and 19 deletions

View file

@ -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';