Hull
    name = "SH_SMALL_ROBOTIC"
    description = "SH_SMALL_ROBOTIC_DESC"
    speed = 75
    fuel = 2
    NoDefaultFuelEffect
    stealth = 5
    structure = 10
    slots = [
        Slot type = Internal position = (0.25, 0.50)
        Slot type = Internal position = (0.50, 0.50)
        Slot type = Internal position = (0.75, 0.50)
    ]
    buildcost = 15 * [[FLEET_UPKEEP_MULTIPLICATOR]] * [[SHIP_HULL_COST_MULTIPLIER]]
    buildtime = 2
    tags = [ "ROBOTIC_HULL" "PEDIA_HULL_LINE_ROBOTIC" "AVERAGE_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 = [
        [[ROBOTIC_REPAIR]]

        [[AVERAGE_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/generic-medium-hull_small.png"
    graphic = "hulls_design/generic-medium-hull.png"

#include "robotic.macros"

#include "../ship_hulls.macros"

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

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