module Base

{

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

  item 85buickLeSabreEngineDoor1
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	14.0,
    Type	=	Normal,
    VehicleType =   1,
    DisplayName	=	85 Buick LeSabre Hood,
    Icon	=	LES85_hood,
    ChanceToSpawnDamaged = 25,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85buickLeSabreEngineDoorWI,
  }

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

  item 85buickLeSabreTrunkDoor1
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	10.0,
    Type	=	Normal,
    VehicleType =   1,
    DisplayName	=	85 Buick LeSabre Trunk Lid,
    Icon	=	LES85_trunkl,
    ChanceToSpawnDamaged = 25,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85buickLeSabreTrunkDoorWI,
  }

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

  item 85buickLeSabreSeatFront1
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	15.0,
    Type	=	Normal,
    VehicleType =   1,
    DisplayName	=	85 Buick LeSabre Front Seat,
    Icon	=	LES85_seatf,
    MaxCapacity = 30,
    ChanceToSpawnDamaged = 20,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85buickLeSabreSeatFrontWI,
  }

  item 85buickLeSabreSeatRear1
  {
    DisplayCategory = VehicleMaintenance,
    Weight =   16.0,
    Type   =   Normal,
    VehicleType =   1,
    DisplayName    =   85 Buick LeSabre Rear Seat,
    Icon   =   LES85_seatr,
    MaxCapacity = 30,
    ChanceToSpawnDamaged = 20,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85buickLeSabreSeatRearWI,
  }

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

  item 85buickLeSabreBumperFront0
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	10.0,
    Type	=	Normal,
    VehicleType =   1,
    DisplayName	=	85 Buick LeSabre Front Bumper,
    Icon	=	LES85_bumpf,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85buickLeSabreBumperFront0WI,
  }

  item 85buickLeSabreBumperFrontA
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	15.0,
    Type	=	Normal,
    VehicleType =   1,
    DisplayName	=	85 Buick LeSabre Reinforced Bumper,
    Icon	=	LES85_bumpfa,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85buickLeSabreBumperFrontAWI,
  }

  item 85buickLeSabreBumperRear0
  {
    DisplayCategory = VehicleMaintenance,
    Weight  =   9.0,
    Type    =   Normal,
    VehicleType =   1,
    DisplayName =   85 Buick LeSabre Rear Bumper,
    Icon    =   LES85_bumpr,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85buickLeSabreBumperRear0WI,
  }

}