module Base
{

	/******************* Legacy Tires ************************/  

	item BushmasterTire
    {
        Weight	=	14.0,
        Type	=	Normal,
        DisplayName	=	Bushmaster Tire (Obsolete),
        Icon	=	97BUSHtire,
        MaxCapacity = 35,
        ChanceToSpawnDamaged = 10,
        WheelFriction = 2.0,
        ConditionMax = 100,
        ConditionLowerStandard = 0.01,
        ConditionLowerOffroad = 0.02,
        MechanicsItem = TRUE,

    }

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

     item 97BushmasterSeat
     {
        DisplayCategory = VehicleMaintenance,
        Weight =   5.0,
        Type   =   Normal,
        VehicleType =   2,
        DisplayName    =   Bushmaster Seat,
        Icon   =   97BUSHseat,
        MaxCapacity = 20,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushmasterSeatWI,
     }

     item 97BushmasterGunnerSeat
     {
        DisplayCategory = VehicleMaintenance,
        Weight =   4.0,
        Type   =   Normal,
        VehicleType =   2,
        DisplayName    =   Bushmaster Gunner Sling Seat,
        Icon   =   97BUSHseatG,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushmasterGunnerSeatWI,
     }

	/************************ Storage ************************/

	item 97BushLeftFender0
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	Bushmaster Left Fender,
        Icon	=	97BUSHfender_l,
        MaxCapacity = 45,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushLeftFenderWI,
    }

    item 97BushRightFender0
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   14.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   Bushmaster Right Fender,
        Icon    =   97BUSHfender_r,
        MaxCapacity = 35,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushRightFenderWI,
    }

    item 97BushLeftStorage0
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   10.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   Bushmaster Left Storage,
        Icon    =   97BUSHstorage_l,
        MaxCapacity = 20,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushLeftStorageWI,
    }

    item 97BushRightStorage0
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   15.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   Bushmaster Right Storage,
        Icon    =   97BUSHstorage_r,
        MaxCapacity = 65,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushRightStorageWI,
    }

    item 97BushRoofStorage0
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   10.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   Bushmaster Roof Crates,
        Icon    =   97BUSHstorage_roof,
        MaxCapacity = 85,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushRoofStorageWI,
    }
	
	/************************* Doors ************************/

    item 97BushDoor2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	20.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	Bushmaster Door,
        Icon	=	97BUSH_door,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushDoorWI,
    }

    item 97BushHatch2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	6.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	Bushmaster Hatch,
        Icon	=	97BUSHhatch,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushHatchWI,
    }

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

    item 97BushEngineDoor2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	16.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	Bushmaster Hood,
        Icon	=	97BUSHhood,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushEngineDoorWI,
    }

    /************************ Trunk Lids ************************/

    item 97BushStorageLidSmall
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	6.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	Bushmaster Small Storage Lid,
        Icon	=	97BUSHlid1,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushStorageLidSmallWI,
    }

    item 97BushStorageLidLarge
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   9.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   Bushmaster Large Storage Lid,
        Icon    =   97BUSHlid2,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushStorageLidLargeWI,
    }

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

	item 97BushWindshield2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	8.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	Bushmaster Windshield,
        Icon	=	97BUSHwind_f,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushWindshieldWI,
    }

    item 97BushFrontSideWindow2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   4.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   Bushmaster Front Side Window,
        Icon    =   97BUSHwind_sf,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushFrontSideWindowWI,
    }

	item 97BushSideWindow2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	3.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	Bushmaster Side Window,
        Icon	=	97BUSHwind_sr,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushSideWindowWI,
    }

    item 97BushWindshieldRear2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   3.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   Bushmaster Rear Windshield,
        Icon    =   97BUSHwind_r,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushWindshieldRearWI,
    }

	/************************ Mudflaps ************************/

    item 97BushMudflaps
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	2.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	Bushmaster Mudflaps,
        Icon	=	97BUSHmudflaps,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
	    WorldStaticModel = 97BushMudflapsWI,
    }

    /************************ Gastank ************************/

    item 97BushGasTank2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   12.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   Bushmaster Gas Tank,
        Icon    =   97BUSHgastank,
        MaxCapacity = 317,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 40,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushGasTankWI,
    }

    /************************ Bullbar ************************/

    item 97BushBullbarSAS
      {
        DisplayCategory = VehicleMaintenance,
        Weight  =   20.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   Bushmaster SAS Bullbar,
        Icon    =   97BUSHbullsas,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 97BushBullbarSASWI,
      }

}