This commit is contained in:
WBHarry 2026-04-04 13:01:24 +02:00 committed by GitHub
parent 331f1ebf75
commit 7057504a9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 46 additions and 16 deletions

View file

@ -1,9 +1,13 @@
import DualityDie from './dualityDie.mjs';
import HopeDie from './hopeDie.mjs';
import FearDie from './fearDie.mjs';
import AdvantageDie from './advantageDie.mjs';
import DisadvantageDie from './disadvantageDie.mjs';
export const diceTypes = {
DualityDie,
HopeDie,
FearDie,
AdvantageDie,
DisadvantageDie
};