export interface IPassiveSkill { name: string; type: string; value: number; }