module Autotsar
{
    imports
    {
        Base
    }
    
    item ATAVanillaTuningMag /* Spawn */ 
    {
        Weight    =    0.1,
        Type    =    Literature,
        DisplayName    =    Autotsar Tuning - Standard Models,
        Icon    =    ATATuningMagUniverseIcon,
        TeachedRecipes  =   Basic Tuning;ATAVanillaRecipes,
        ReplaceOnUse    =   ATAVanillaTuningMag,
        Tooltip = Tooltip_item_ATAVanillaTuningMag,
        StaticModel = Autotsar.ATATuningMagUniverse_Reading,
        WorldStaticModel = Autotsar.ATATuningMagUniverse_Ground,
    }
}