This commit is contained in:
WBHarry 2026-01-13 10:56:04 +01:00
parent 73048c2807
commit 201d91b69d
4 changed files with 13 additions and 10 deletions

View file

@ -496,6 +496,8 @@ export const diceTypes = {
d20: 'd20'
};
export const dieFaces = [4, 6, 8, 10, 12, 20];
export const multiplierTypes = {
prof: 'Proficiency',
cast: 'Spellcast',