module Base

{
/************************ Hood ************************/

  item 84cadillacDeVilleEngineDoor1
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	15.0,
    Type	=	Normal,
    VehicleType =   1,
    DisplayName	=	84 Cadillac DeVille Hood,
    Icon	=	DEV84_hood,
    ChanceToSpawnDamaged = 25,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 84cadillacDeVilleEngineDoorWI,
  }

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

  item 84cadillacDeVilleTrunkDoor1
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	10.0,
    Type	=	Normal,
    VehicleType =   1,
    DisplayName	=	84 Cadillac DeVille Trunk Lid,
    Icon	=	DEV84_trunkl,
    ChanceToSpawnDamaged = 25,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 84cadillacDeVilleTrunkDoorWI,
  }

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

  item 84cadillacDeVilleSeatFront1
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	15.0,
    Type	=	Normal,
    VehicleType =   1,
    DisplayName	=	84 Cadillac DeVille Front Seat,
    Icon	=	DEV84_seatf,
    MaxCapacity = 30,
    ChanceToSpawnDamaged = 20,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 84cadillacDeVilleSeatFrontWI,
  }

  item 84cadillacDeVilleSeatRear1
  {
    DisplayCategory = VehicleMaintenance,
    Weight =   16.0,
    Type   =   Normal,
    VehicleType =   1,
    DisplayName    =   84 Cadillac DeVille Rear Seat,
    Icon   =   DEV84_seatr,
    MaxCapacity = 30,
    ChanceToSpawnDamaged = 20,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 84cadillacDeVilleSeatRearWI,
  }

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

  item 84cadillacDeVilleBumperFront0
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	10.0,
    Type	=	Normal,
    VehicleType =   1,
    DisplayName	=	84 Cadillac DeVille Front Bumper,
    Icon	=	DEV84_bumpf,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 84cadillacDeVilleBumperFront0WI,
  }

  item 84cadillacDeVilleBumperFrontA
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	15.0,
    Type	=	Normal,
    VehicleType =   1,
    DisplayName	=	84 Cadillac DeVille Reinforced Bumper,
    Icon	=	DEV84_bumpfa,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 84cadillacDeVilleBumperFrontAWI,
  }

  item 84cadillacDeVilleBumperRear0
  {
    DisplayCategory = VehicleMaintenance,
    Weight  =   9.0,
    Type    =   Normal,
    VehicleType =   1,
    DisplayName =   84 Cadillac DeVille Rear Bumper,
    Icon    =   DEV84_bumpr,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 84cadillacDeVilleBumperRear0WI,
  }
}