if(this.selectableType.match(/ALL_UNOCCUPIED_ABOVE_/) !== null) {
            return field.type == 0 && field.attachedCard.houseType > this.selectableType.match(/[0-9].*$/);
        }