Part
    name = "FU_RAMSCOOP"
    description = "FU_RAMSCOOP_DESC"
    exclusions = "SH_COLONY_BASE"
    class = Fuel
    capacity = 0
    NoDefaultCapacityEffect
    mountableSlotTypes = External
    buildcost = 10 * [[FLEET_UPKEEP_MULTIPLICATOR]] * [[SHIP_PART_COST_MULTIPLIER]]
    buildtime = 6
    tags = [ "PEDIA_PC_FUEL" ]
    location = And [
        Planet
        OwnedBy empire = Source.Owner
    ]
    effectsgroups =
        EffectsGroup
            scope = Source
            activation = And [
                Stationary
                Turn low = LocalCandidate.ArrivedOnTurn + 1
            ]
            stackinggroup = "RAMSCOOP_STACK"
            // Update ship_hulls.macros if this number changes
            effects = SetFuel value = Value + (NamedRealLookup name = "FU_RAMSCOOP_REFUEL")
    icon = "icons/ship_parts/antimatter_tank.png"

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