Hull
    name = "SH_XENTRONIUM"
    description = "SH_XENTRONIUM_DESC"
    speed = 70
    fuel = 3
    NoDefaultFuelEffect
    stealth = 5
    structure = 50
    slots = [
        Slot type = External position = (0.20, 0.15)
        Slot type = External position = (0.40, 0.15)
        Slot type = External position = (0.40, 0.40)
        Slot type = External position = (0.60, 0.40)
        Slot type = Core     position = (0.30, 0.65)
    ]
    buildcost = 50 * [[FLEET_UPKEEP_MULTIPLICATOR]] * [[SHIP_HULL_COST_MULTIPLIER]]
    buildtime = 5
    tags = [ "SHINY" "EXOTIC" "GOOD_FUEL_EFFICIENCY" ]
    location = And [
        Planet
        OwnedBy empire = Source.Owner
        Contains And [
            Building name = "BLD_SHIPYARD_BASE"
            OwnedBy empire = Source.Owner
        ]
    ]
    effectsgroups = [
        [[GOOD_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/xentronium_hull_small.png"
    graphic = "hulls_design/xentronium_hull.png"

#include "ship_hulls.macros"

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