mwg API
    Preparing search index...

    Interface SkirmishCell

    interface SkirmishCell {
        owner?: string;
        terrain: string;
        village?: boolean;
    }
    Index
    owner?: string
    terrain: string
    village?: boolean

    a capturable village - moveSkirmishUnit sets owner to whoever last stood here