module Autotsar
{
    imports
    {
        Base
    }
    
    model AtTuningMagBus_Ground
    {
        mesh = other/AtTuningMagBus_Ground,
        texture = other/AtTuningMagBusTexture,
        scale = 0.01,
    } 
    model AtTuningMagBus_Reading
    {
        mesh = Magazine,
        texture = other/AtTuningMagBusTextureHand,
        scale = 1,
    }
    
    item AtTuningMagBus
    {
        Weight    =    0.1,
        ItemType = Base:literature,
        Icon    =    AtTuningMagBusIcon,
        LearnedRecipes  =   Basic Tuning;ATABusRecipes,
        ReplaceOnUse    =   AtTuningMagBus,
        Tooltip = Tooltip_item_AtTuningMagBus,
        StaticModel = Autotsar.AtTuningMagBus_Reading,
        WorldStaticModel = Autotsar.AtTuningMagBus_Ground,
    }
}