Dice roll parsing and stringifying.

This commit is contained in:
Clément Pons
2026-02-04 17:51:30 +01:00
parent 8335871883
commit 898d95793a
4 changed files with 272 additions and 14249 deletions

View File

@@ -133,7 +133,8 @@ type CommonItemConfig = {
equippable: boolean;
consummable: boolean;
craft?: { mineral: number, natural: number, processed: number, magical: number };
}
//variants?: string[];
};
type ArmorConfig = {
category: 'armor';
health: number;