module Base
{

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

	item V102Tire2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	12.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	74 M151A2 RunFlat Tire,
        Icon	=	runflatTireM151A2,
        MaxCapacity = 35,
        ChanceToSpawnDamaged = 50,
        WheelFriction = 1.6,
        ConditionMax = 100,
        ConditionLowerStandard = 0.10,
        ConditionLowerOffroad = 0.12,
        MechanicsItem = TRUE,
	    WorldStaticModel = m151_tireWI,
    }

	/************************ Trunks ************************/

	item M151A2Trunk2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	1.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	Trunk,
        Icon	=	na,
        MaxCapacity = 65,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
    }

    /************************ Hood ************************/

    item M151A2EngineDoor2
    {
	   DisplayCategory = VehicleMaintenance,
        Weight	=	8.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	74 M151A2 Hood,
        Icon	=	hoodM151A2,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = m151_hoodWI,
    }

     /************************ Butt stuff ************************/

	item M151A2Tarp1_Item
    {
	   DisplayCategory = VehicleMaintenance,
        Weight	=	13.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	74 M151A2 Soft Back Cover,
        Icon	=	tarpM151A2,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = m151_tarpWI,
    }

    /************************ Seats ************************/

     item M151A2CarSeatFront2
     {
	   DisplayCategory = VehicleMaintenance,
         Weight	=	11.0,
         Type	=	Normal,
         VehicleType =   2,
         DisplayName	=	74 M151A2 Front Seat,
         Icon	=	seat_frontM151A2,
         MaxCapacity = 10,
         ChanceToSpawnDamaged = 20,
         ConditionMax = 100,
         MechanicsItem = TRUE,
         WorldStaticModel = m151_seat_frontWI,
     }

     item M151A2CarSeatRear2
     {
        DisplayCategory = VehicleMaintenance,
         Weight =   9.0,
         Type   =   Normal,
         VehicleType =   2,
         DisplayName    =   74 M151A2 Rear Seat,
         Icon   =   seat_rearM151A2,
         MaxCapacity = 10,
         ChanceToSpawnDamaged = 20,
         ConditionMax = 100,
         MechanicsItem = TRUE,
         WorldStaticModel = m151_seat_rearWI,
     }

     /************************ Bumpers ************************/

	item M151A2Bumper1_Item
    {
	   DisplayCategory = VehicleMaintenance,
        Weight	=	5.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	74 M151A2 Bumper,
        Icon	=	bumperM151A2,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = m151_bumperWI,
    }

    item M998Bullbar1_Item
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   10.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   92 M998 Small Bullbar,
        Icon    =   smallbull,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = M998SmallBullbarWI,
    }

    item M151A2BumperRear
    {
	   DisplayCategory = VehicleMaintenance,
        Weight	=	3.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	74 M151A2 Rear Bumperettes,
        Icon	=	bumperrM151A2,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = m151_bumperettesWI,
    }

     /************************ Windows ************************/

	item M151A2Windshield2
    {
	   DisplayCategory = VehicleMaintenance,
        Weight	=	8.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	74 M151A2 Windshield,
        Icon	=	windM151A2,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = m151_windshieldWI,
    }

    item M151A2SideWindow2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   4.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   74 M151A2 Armored Side Viewport,
        Icon    =   wind_sideM151A2,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = m151_windowWI,
    }

    /************************ Doors ************************/

    item M151A2LeftDoor2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  = 14.00,
        Type  = Normal,
        VehicleType =   2,
        DisplayName = 74 M151A2 Armored Left Door,
        Icon  = door_leftM151A2,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = m151_door_leftWI,
    }

    item M151A2RightDoor2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  = 14.00,
        Type  = Normal,
        VehicleType =   2,
        DisplayName = 74 M151A2 Armored Right Door,
        Icon  = door_rightM151A2,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = m151_door_rightWI,
    }

    /************************ Armor ************************/

    item M151A2WindshieldArmor1_Item
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   14.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   74 M151A2 Windshield Armor ,
        Icon    =   wind_aM151A2,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = m151_windshield_aWI,
    }

    item M151A2CabArmor1_Item
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   25.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   74 M151A2 Cab Armor,
        Icon    =   armor_baseM151A2,
        ChanceToSpawnDamaged = 15,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = m151_armor_baseWI,
    }

    /************************ Barriers ************************/

    item M151A2BarrierLeft1_Item
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   10.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   74 M151A2 Armor Barrier Left,
        Icon    =   armor_barrierM151A2,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = m151_armor_barrierWI,

    }

    item M151A2BarrierRight1_Item
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   10.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   74 M151A2 Armor Barrier Right,
        Icon    =   armor_barrierM151A2,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = m151_armor_barrierWI,
    }

}