Hull
    name = "SH_ASTEROID"
    description = "SH_ASTEROID_DESC"
    speed = 60
    fuel = 1
    NoDefaultFuelEffect
    stealth = 5
    structure = 30
    slots = [
        Slot type = External position = (0.47, 0.20)
        Slot type = External position = (0.25, 0.50)
        Slot type = External position = (0.70, 0.50)
        Slot type = External position = (0.47, 0.80)
        Slot type = Internal position = (0.40, 0.50)
        Slot type = Internal position = (0.55, 0.50)
    ]
    buildcost = 20.0 * [[FLEET_UPKEEP_MULTIPLICATOR]] * [[SHIP_HULL_COST_MULTIPLIER]]
    buildtime = 2
    tags = [ "ASTEROID_HULL" "PEDIA_HULL_LINE_ASTEROIDS" "AVERAGE_FUEL_EFFICIENCY" ]
    location = And [
        Planet
        Contains And [
            Building name = "BLD_SHIPYARD_BASE"
            OwnedBy empire = Source.Owner
        ]
        ContainedBy And [
            System 
            Contains And [
                Building name = "BLD_SHIPYARD_AST"
                OwnedBy empire = Source.Owner
            ]
        ]
    ]
    effectsgroups = [
        [[AVERAGE_FUEL_EFFICIENCY]]
        [[ADD_HULL_FUEL_TO_MAX_FUEL_METER]]
        [[AVERAGE_BASE_FUEL_REGEN]]
        [[ASTEROID_FIELD_STEALTH_BONUS]]
        [[REGULAR_HULL_DETECTION]]
        [[SCAVANGE_FUEL_UNOWNED]]
        [[UNOWNED_GOOD_VISION]]
        [[UNOWNED_MOVE]]
    ]
    icon = "icons/ship_hulls/asteroid_hull_small.png"
    graphic = "hulls_design/asteroid_hull.png"

#include "asteroid.macros"

#include "../ship_hulls.macros"

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