module Base
{

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

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

    item OldSmallRoofrack3
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   11.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   Small Vintage Roofrack,
        Icon    =   DG70roofrack,
        MaxCapacity = 55,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
        WorldStaticModel = OldSmallRoofrackWI,
    }

    /************************ Seeds ************************/

     item DodgeFrontSeat3
     {
         DisplayCategory = VehicleMaintenance,
         Weight =   13.0,
         Type   =   Normal,
        VehicleType =   3,
         DisplayName    =   70 Dodge Challenger Front Seat,
         Icon   =   DG70seatf,
         MaxCapacity = 25,
         ChanceToSpawnDamaged = 20,
         ConditionMax = 100,
         MechanicsItem = TRUE,
         WorldStaticModel = DG70SeatfWI,
     }

     item DodgeRearSeat3
     {
         DisplayCategory = VehicleMaintenance,
         Weight =   10.0,
         Type   =   Normal,
        VehicleType =   3,
         DisplayName    =   70 Dodge Challenger Rear Seat,
         Icon   =   DG70seatr,
         MaxCapacity = 25,
         ChanceToSpawnDamaged = 20,
         ConditionMax = 100,
         MechanicsItem = TRUE,
         WorldStaticModel = DG70SeatrWI,
     }

     /************************ In the Hood ************************/

    item DG70RTEngineDoor
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   15.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger RT Hood,
        Icon    =   DG70hoodRT,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70EngineDoorRTWI,
    }

    item DG70PDEngineDoor
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   11.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger PD Hood,
        Icon    =   DG70hoodPD,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70EngineDoorPDWI,
    }

    item DG70TAEngineDoor0
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   15.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   Not in use,
        Icon    =   DG70hoodTA,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70EngineDoorTAWI,
    }

    item DG70TAEngineDoor1
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   10.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger TA Black Hood,
        Icon    =   DG70hoodTAB,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70EngineDoorTABWI,
    }

     /************************ Eye Lid ************************/

    item DG70TrunkDoor3
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   9.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Trunk Lid,
        Icon    =   DG70trunkLid,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70TrunkDoorWI,
    }

    /************************* The Doors ************************/

    item DG70Door3
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   10.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Door,
        Icon    =   DG70door,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70FrontDoorWI,
    }

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

    item DG70FrontSideWindow3
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   3.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Front Side Window,
        Icon    =   DG70windowf,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70WindowfWI,
    }

    item DG70RearSideWindow3
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   3.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   Obsolete,
        Icon    =   DG70windowr,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70WindowrWI,
    }

    item DG70Windshield3
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   8.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Windshield,
        Icon    =   DG70wind,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70WindshieldWI,
    }

    item DG70WindshieldRear3
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   8.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Rear Windshield,
        Icon    =   DG70windr,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70WindshieldrWI,
    }

    /************************ Bum-pers ************************/

    item DG70FrontBumper0
      {
        DisplayCategory = VehicleMaintenance,
        Weight  =   10.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Front Bumper,
        Icon    =   DG70bumper0,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70Bumper0WI,
      }

      item DG70RearBumper0
      {
        DisplayCategory = VehicleMaintenance,
        Weight  =   10.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Rear Bumper,
        Icon    =   DG70bumperr0,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70Bumperr0WI,
      }

      /************************ Cowbars ************************/

      item DG70FrontBumperA
      {
        DisplayCategory = VehicleMaintenance,
        Weight  =   15.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Front Bullbar Type 1,
        Icon    =   DG70bull1,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70Bullbar1WI,
      }

      item DG70FrontBumperB
      {
        DisplayCategory = VehicleMaintenance,
        Weight  =   13.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Front Bullbar Type 2,
        Icon    =   DG70bull2,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70Bullbar2WI,
      }

      item DG70FrontBumperC
      {
        DisplayCategory = VehicleMaintenance,
        Weight  =   14.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Front Bullbar Type 3,
        Icon    =   DG70bull3,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70Bullbar3WI,
      }

      item DG70RearBumperA
      {
        DisplayCategory = VehicleMaintenance,
        Weight  =   13.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Rear Bullbar Type 1,
        Icon    =   DG70bullr1,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70Bullbarr1WI,
      }

      item DG70RearBumperB
      {
        DisplayCategory = VehicleMaintenance,
        Weight  =   11.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Rear Bullbar Type 2,
        Icon    =   DG70bullr2,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70Bullbarr2WI,
      }

      item DG70RearBumperC
      {
        DisplayCategory = VehicleMaintenance,
        Weight  =   12.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Rear Bullbar Type 3,
        Icon    =   DG70bullr3,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70Bullbarr3WI,
      }

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

    item DG70WindshieldArmor
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   13.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Windshield Armor Type 1,
        Icon    =   DG70wind_a,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70WindshieldAWI,
    }

    item DG70WindshieldArmorB
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   11.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Windshield Armor Type 2,
        Icon    =   DG70wind_b,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70WindshieldBWI,
    }

    item DG70WindshieldRearArmor
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   9.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Rear Windshield Armor,
        Icon    =   DG70windr_a,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70WindshieldrAWI,
    }

    item DG70DoorArmor
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   8.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Door Armor,
        Icon    =   DG70door_a,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70DoorAWI,
    }

    /************************ Alert ************************/

    item DG70Spoiler0
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   5.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Spoiler Type 1,
        Icon    =   DG70poiler0,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70Spoiler0AWI,
    }

    item DG70Spoiler1
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   4.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger Spoiler Type 2,
        Icon    =   DG70spoiler1,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70Spoiler1WI,
    }

    /************************ Over your head ************************/

    item DG70RTRoof0
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   25.0,
        Type    =   Normal,
        VehicleType =   3,
        DisplayName =   70 Dodge Challenger RT Roof,
        Icon    =   DG70roof0,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = DG70roof0WI,
    }

}