@alpaca-software/40kdc-data
    Preparing search index...

    Interface ComposedFeature

    A feature placed on an area template, positioned in the area's centroid-local frame (y-down inches). When the area is placed, rotated, or mirrored, its composed features are carried along.

    This interface was referenced by 0KdcBundledSchemas's JSON-Schema via the definition "composed-feature".

    interface ComposedFeature {
        id?: string;
        template: string;
        position: Vec23;
        rotation_degrees?: number;
        mirror?: "none" | "horizontal" | "vertical";
        floor?: number;
    }
    Index

    Properties

    id?: string

    Kebab-case identifier

    template: string

    Kebab-case identifier

    position: Vec23
    rotation_degrees?: number

    Clockwise rotation of the feature about its own centroid, within the area-local frame.

    mirror?: "none" | "horizontal" | "vertical"
    floor?: number

    Ruin floor this feature occupies (0 = ground level).