Interface ArchetypeRequirement

An archetype restriction on an ability unlock

interface ArchetypeRequirement {
    amount: number;
    name: string;
}

Properties

Properties

amount: number

The amount of required unlocked abilities in the archetype to unlock this ability

name: string

The archetype to which the threshold applies

Generated using TypeDoc