Part
    name = "CO_SUSPEND_ANIM_POD"
    description = "CO_SUSPEND_ANIM_POD_DESC"
    class = Colony
    capacity = [[MIN_RECOLONIZING_SIZE]]
    mountableSlotTypes = Internal
    buildcost = 120 * [[COLONY_UPKEEP_MULTIPLICATOR]] * [[SHIP_PART_COST_MULTIPLIER]] * [[COLONIZATION_POLICY_MULTIPLIER]]
    buildtime = 10
    tags = [ "PEDIA_PC_COLONY" ]
    location = And [
        Planet
        OwnedBy empire = Source.Owner
        CanColonize
        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 = 3 condition = Source
    icon = "icons/ship_parts/cryonic_colony_pod.png"

#include "/scripting/macros/upkeep.macros"
#include "/scripting/macros/priorities.macros"
#include "/scripting/macros/misc.macros"
