BuildingType
    name = "BLD_SHIPYARD_ORG_CELL_GRO_CHAMB"
    description = "BLD_SHIPYARD_ORG_CELL_GRO_CHAMB_DESC"
    buildcost = 64 * [[BUILDING_COST_MULTIPLIER]]
    buildtime = 8
    tags = "ORBITAL"
    location = And [
        Planet
        Not Contains Building name = "BLD_SHIPYARD_ORG_CELL_GRO_CHAMB"
        Contains And [
            Building name = "BLD_SHIPYARD_BASE"
            OwnedBy empire = Source.Owner
        ]
        Or  [
            Contains And [
                Building name = "BLD_SHIPYARD_ORG_ORB_INC"
                OwnedBy empire = Source.Owner
                ]
            Enqueued type = Building name = "BLD_SHIPYARD_ORG_ORB_INC"
        ]
        OwnedBy empire = Source.Owner
    ]
    EnqueueLocation = [[ENQUEUE_BUILD_ONE_PER_PLANET]]
    icon = "icons/building/cellular-growth-chamber.png"

#include "/scripting/common/enqueue.macros"
#include "/scripting/common/base_prod.macros"