[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

@ -1,5 +1,5 @@
import BaseDie from './baseDie.mjs';
import { updateResourcesForDualityReroll } from '../helpers.mjs';
import BaseDie from './baseDie.mjs';
export default class DualityDie extends BaseDie {
constructor(options) {