@its-not-rocket-science/ananke
    Preparing search index...

    Interface IndividualAttributes

    interface IndividualAttributes {
        cognition?: CognitiveProfile;
        control: Control;
        languages?: LanguageCapacity[];
        locomotionModes?: LocomotionCapacity[];
        morphology: Morphology;
        perception?: Perception;
        performance: Performance;
        resilience: Resilience;
    }
    Index

    Properties

    cognition?: CognitiveProfile

    Phase 33: Gardner's multiple intelligences + inter-species.

    control: Control
    languages?: LanguageCapacity[]

    Phase 37: Language capacities for multilingual communication.

    locomotionModes?: LocomotionCapacity[]

    Phase 32A: declared locomotion modes (absent = ground-only).

    morphology: Morphology
    perception?: Perception
    performance: Performance
    resilience: Resilience