Add modifier edition, fix race selection and add mail debug data

This commit is contained in:
Clément Pons
2025-04-22 15:45:10 +02:00
parent 3c412d1cbe
commit b8f547d3e9
9 changed files with 54 additions and 26 deletions

View File

@@ -17,7 +17,7 @@ export type Progression = {
level: number;
abilities: Partial<Record<Ability, [number, number]>>; //First is the ability, second is the max increment
spells?: string[]; //Spell ID
modifiers?: Partial<Record<MainStat, number>>;
modifiers: Partial<Record<MainStat, number>>;
aspect?: string;
};
export type Character = {