Hull
    name = "SH_TRANSSPATIAL"
    description = "SH_TRANSSPATIAL_DESC"
    speed = 80
    fuel = 3
    NoDefaultFuelEffect
    stealth = 15
    structure = 9
    slots = [
        Slot type = External position = (0.40, 0.50)
        Slot type = Core     position = (0.60, 0.50)
        ]
    buildcost = 10 * [[FLEET_UPKEEP_MULTIPLICATOR]] * [[SHIP_HULL_COST_MULTIPLIER]]
    buildtime = 3
    tags = [ "PEDIA_HULL_LINE_ROBOTIC" "GOOD_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 = [
        [[GOOD_FUEL_EFFICIENCY]]
        [[ADD_HULL_FUEL_TO_MAX_FUEL_METER]]
        [[AVERAGE_BASE_FUEL_REGEN]]
        [[GOOD_HULL_DETECTION]]
        [[SCAVANGE_FUEL_UNOWNED]]
        [[UNOWNED_GOOD_VISION]]
        [[UNOWNED_MOVE]]
    ]
    icon = "icons/ship_hulls/trans_spatial_hull_small.png"
    graphic = "hulls_design/trans_spatial_hull.png"

#include "ship_hulls.macros"

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

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