Part
    name = "CO_COLONY_POD"
    description = "CO_COLONY_POD_DESC"
    class = Colony
    capacity = 1
    mountableSlotTypes = Internal
    buildcost = 120 * [[COLONY_UPKEEP_MULTIPLICATOR]] * [[SHIP_PART_COST_MULTIPLIER]] * [[COLONIZATION_POLICY_MULTIPLIER]]
    buildtime = 8
    tags = [ "PEDIA_PC_COLONY" ]
    location = And [
        Planet
        OwnedBy empire = Source.Owner
        Population low = [[MIN_RECOLONIZING_SIZE]] high = 999
    ]
// Population consumption is commented out until the discrepancy between outpost
// population consumption and this consumption is regularized.
//  consumption = Population consumption = 1 condition = Source
    icon = "icons/ship_parts/colony_pod.png"

#include "/scripting/common/upkeep.macros"

#include "/scripting/common/misc.macros"
