module Autotsar
{
    imports
    {
        Base
    }
    model ATALutonBumper1World
    {
        mesh = WorldItems/ATA_Bumper1,
        texture = Vehicles/ATA_Luton_items,
        scale = 0.04,
    }
    
    item ATALutonTuningMag /* Спавн */ 
    {
        Weight    =    0.1,
        Type    =    Literature,
        DisplayName    =    Autotsar Tuning Universe,
        Icon    =    ATATuningMagUniverseIcon,
        TeachedRecipes  =   Basic Tuning;ATALutonRecipes,
        ReplaceOnUse    =   ATALutonTuningMag,
        Tooltip = Tooltip_item_ATATuningMagLuton,
        StaticModel = Autotsar.ATATuningMagUniverse_Reading,
        WorldStaticModel = Autotsar.ATATuningMagUniverse_Ground,
    }
}