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,
        Tags = IsFireFuel;HasMetal;WholeTire;damnTire,
		FireFuelRatio = 0.25,
    }

    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,
        Tags = IsFireFuel;HasMetal;WholeTire;damnTire,
		FireFuelRatio = 0.25,
    }

    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,
        Tags = IsFireFuel;HasMetal;WholeTire;damnTire,
		FireFuelRatio = 0.25,
    }

    /************************ Bullbars ************************/

    item 86chevyCUCVBullbarFrontA
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   12.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   Chevrolet CUCV Bullbar,
        Icon    =   CUCV86_bumpA,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 86chevyCUCVBullbarFrontAWI,
        Tooltip = Tooltip_item_damnBullbarFront,
        Tags = HasMetal;damnMetalArmor,
    }
}