export interface Ability { name: string; text: string; type: string; }