export interface Attribute { name: string; value: number; proficiency: boolean; advantage?: 'none' | 'advantage' | 'disadvantage'; }