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]]
    buildtime = 10
    tags = [ "PEDIA_PC_COLONY" ]
    location = And [
        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 = 3 condition = Source
    icon = "icons/ship_parts/cryonic_colony_pod.png"

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

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