module Base

{

    /************************ Tires ************************/  

	item 86chevyCUCVTire1
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	13.0,
        Type	=	Normal,
        VehicleType =   1,
        DisplayName	=	Chevrolet CUCV Tire,
        Icon	=	CUCV86_wheel1,
        MaxCapacity = 35,
        ChanceToSpawnDamaged = 0,
        WheelFriction = 1.7,
        ConditionMax = 100,
        ConditionLowerStandard = 0.02,
        ConditionLowerOffroad = 0.04,
        MechanicsItem = TRUE,
	    WorldStaticModel = 86chevyCUCVTire1WI,
    }

    item 86chevyCUCVTire2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	Chevrolet CUCV Tire,
        Icon	=	CUCV86_wheel2,
        MaxCapacity = 35,
        ChanceToSpawnDamaged = 0,
        WheelFriction = 1.9,
        ConditionMax = 100,
        ConditionLowerStandard = 0.01,
        ConditionLowerOffroad = 0.02,
        MechanicsItem = TRUE,
	    WorldStaticModel = 86chevyCUCVTire2WI,
    }

    item 86chevyCUCVDoubleTires2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	24.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	Chevrolet CUCV Double Tires,
        Icon	=	CUCV86_wheels2,
        MaxCapacity = 35,
        ChanceToSpawnDamaged = 0,
        WheelFriction = 2.2,
        ConditionMax = 100,
        ConditionLowerStandard = 0.01,
        ConditionLowerOffroad = 0.02,
        MechanicsItem = TRUE,
	    WorldStaticModel = 86chevyCUCVDoubleTires2WI,
    }
}