Part
    name = "GT_TROOP_POD"
    description = "GT_TROOP_POD_DESC"
    class = Troops
    capacity = 2
    mountableSlotTypes = [External Internal]
    buildcost = 3 * [[FLEET_UPKEEP_MULTIPLICATOR]] * [[SHIP_PART_COST_MULTIPLIER]] * [[MARINE_RECRUITMENT_POLICY_MULTIPLIER]]
    buildtime = 1
    tags = [ "COMFORTABLE" "PEDIA_PC_TROOPS" ]
    location = And [
        Planet
        OwnedBy empire = Source.Owner
        /// @content_tag{NO_OFFENSE_TROOPS} Prevents production of ships with this part in their design at locations with this tag
        Not HasTag name = "NO_OFFENSE_TROOPS"
        Troops low = 2
    ]
//  consumption = Troops consumption = 1 condition = Source
    icon = "icons/ship_parts/troops.png"

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