module Base
{

    /************************ Trunk ************************/

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

    /************************ Seets ************************/

     item CUDAFrontSeat3
     {
         DisplayCategory = VehicleMaintenance,
         Weight =   15.0,
         Type   =   Normal,
         VehicleType =   1,
         DisplayName    =   70 Barracuda Front Seat,
         Icon   =   CUDAseatf,
         MaxCapacity = 25,
         ChanceToSpawnDamaged = 20,
         ConditionMax = 100,
         MechanicsItem = TRUE,
         WorldStaticModel = CUDASeatfWI,
     }

     item CUDARearSeat3
     {
         DisplayCategory = VehicleMaintenance,
         Weight =   15.0,
         Type   =   Normal,
         VehicleType =   1,
         DisplayName    =   70 Barracuda Rear Seat,
         Icon   =   CUDAseatr,
         MaxCapacity = 25,
         ChanceToSpawnDamaged = 20,
         ConditionMax = 100,
         MechanicsItem = TRUE,
         WorldStaticModel = CUDASeatrWI,
     }

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

    item CUDAEngineDoorStock
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   13.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Hood,
        Icon    =   CUDAhood0,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDAEngineDoor0WI,
    }

    item CUDAEngineDoor
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   15.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Cuda Hood,
        Icon    =   CUDAhood1,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDAEngineDoor1WI,
    }

    item CUDAEngineDoorAAR
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   10.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda AAR Hood,
        Icon    =   CUDAhood2,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDAEngineDoor2WI,
    }

     /************************ Trunk Lid ************************/

    item CUDATrunkDoor3
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   8.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Trunk Lid,
        Icon    =   CUDAtrunkLid,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDATrunkDoorWI,
    }

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

    item CUDADoor3
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   11.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Door,
        Icon    =   CUDAdoor,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDAFrontDoorWI,
    }

    /************************ WindowsMe ************************/

    item CUDAFrontSideWindow3
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   5.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Front Side Window,
        Icon    =   CUDAwindowf,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDAWindowfWI,
    }

    item CUDARearSideWindow3
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   2.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Rear Side Window (Obsolete),
        Icon    =   CUDAwindowr,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDAWindowrWI,
    }

    item CUDAWindshield3
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   8.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Windshield,
        Icon    =   CUDAwind,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDAWindshieldWI,
    }

    item CUDAWindshieldRear3
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   6.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Rear Windshield,
        Icon    =   CUDAwindr,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDAWindshieldrWI,
    }

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

    item CUDAFrontBumper0
      {
        DisplayCategory = VehicleMaintenance,
        Weight  =   10.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Stock Front Bumper,
        Icon    =   CUDAbumper0,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDABumper0WI,
      }

      item CUDAFrontBumper1
      {
        DisplayCategory = VehicleMaintenance,
        Weight  =   12.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Front Bumper Type 1,
        Icon    =   CUDAbumper1,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDABumper1WI,
      }

      item CUDAFrontBumper2
      {
        DisplayCategory = VehicleMaintenance,
        Weight  =   14.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Front Bumper Type 2,
        Icon    =   CUDAbumper2,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDABumper2WI,
      }

      item CUDARearBumper0
      {
        DisplayCategory = VehicleMaintenance,
        Weight  =   10.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Rear Bumper,
        Icon    =   CUDAbumperr0,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDABumperr0WI,
      }

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

      item CUDAFrontBumperA
      {
        DisplayCategory = VehicleMaintenance,
        Weight  =   15.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Front Bullbar,
        Icon    =   CUDAbull1,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDABullbar1WI,
      }

      item CUDARearBumperA
      {
        DisplayCategory = VehicleMaintenance,
        Weight  =   13.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Rear Bullbar,
        Icon    =   CUDAbullr1,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDABullbarr1WI,
      }

      /************************ Carmor ************************/

    item CUDAWindshieldArmor
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   13.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Windshield Armor,
        Icon    =   CUDAwind_a,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDAWindshieldAWI,
    }

    item CUDAWindshieldRearArmor
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   9.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Rear Windshield Armor,
        Icon    =   CUDAwindr_a,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDAWindshieldrAWI,
    }

    item CUDADoorArmor
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   8.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Door Armor,
        Icon    =   CUDAdoor_a,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDADoorAWI,
    }

    /************************ Spoilers ************************/

    item CUDASpoiler0
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   5.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Spoiler Type 1,
        Icon    =   CUDApoiler0,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDASpoiler0AWI,
    }

    item CUDASpoiler1
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   4.0,
        Type    =   Normal,
        VehicleType =   1,
        DisplayName =   70 Barracuda Spoiler Type 2,
        Icon    =   CUDAspoiler1,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = CUDASpoiler1WI,
    }

}