Hull
    name = "SH_SPATIAL_FLUX"
    description = "SH_SPATIAL_FLUX_DESC"
    speed = 80
    fuel = 8
    NoDefaultFuelEffect
    stealth = 15
    structure = 3
    slots = [
        Slot type = External position = (0.40, 0.50)
        Slot type = External position = (0.60, 0.50)
    ]
    buildcost = 11 * [[FLEET_UPKEEP_MULTIPLICATOR]] * [[SHIP_HULL_COST_MULTIPLIER]]
    buildtime = 2
    tags = [ "PEDIA_HULL_LINE_SPATIAL_FLUX" "GREAT_FUEL_EFFICIENCY" ]
    location = And [
        Planet
        OwnedBy empire = Source.Owner
        Contains And [
            Building name = "BLD_SHIPYARD_BASE"
            OwnedBy empire = Source.Owner
        ]
        Contains And [
            Building name = "BLD_SHIPYARD_ORBITAL_DRYDOCK"
            OwnedBy empire = Source.Owner
        ]
    ]
    effectsgroups = [
        [[SPATIAL_FLUX_STEALTH_EFFECTS]]

        [[GREAT_FUEL_EFFICIENCY]]
        [[ADD_HULL_FUEL_TO_MAX_FUEL_METER]]
        [[AVERAGE_BASE_FUEL_REGEN]]
        [[REGULAR_HULL_DETECTION]]
        [[SCAVANGE_FUEL_UNOWNED]]
        [[UNOWNED_GOOD_VISION]]
        [[UNOWNED_MOVE]]
    ]
    icon = "icons/ship_hulls/spatial_flux_hull_small.png"
    graphic = "hulls_design/spatial_flux_hull.png"

#include "spatial_flux.macros"

#include "../ship_hulls.macros"

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