module Base

{
/************************ Magazine ************************/  

	item 84cadillacDeVilleMagazine
    {
	    DisplayName = 84 Cadillac DeVille Auto Manual,
		DisplayCategory = SkillBook,
		Type = Literature,
		Weight = 0.5,
		Icon = DEV84_mag,
		BoredomChange = -20,
        StressChange = -15,
		TeachedRecipes = 84cadillacDeVille.MakeHood;84cadillacDeVille.MakeTrunkLid;84cadillacDeVille.MakeFrontSeat;84cadillacDeVille.MakeRearSeat;84cadillacDeVille.MakeFrontBumper;84cadillacDeVille.MakeReinforcedFrontBumper;84cadillacDeVille.MakeRearBumper;84gmCbody.MakeFrontDoor;84gmCbody.MakeRearDoor;84gmCbody.MakeFrontWindshield;84gmCbody.MakeFrontSideWindow;84gmCbody.MakeRearSideWindow;84gmCbody.MakeRearWindshield;85gmBbody.MakeRoofrack,
		Tooltip = Tooltip_item_damnAutoManual,
		StaticModel = Magazine,
		WorldStaticModel = 84cadillacDeVilleMagazineWI,
		Tags = Magazine,
    }

/************************ 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,
    Tags = HasMetal;damnHood,
  }

/************************ 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,
    Tags = HasMetal;damnTrunkLid,
  }

/************************ 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,
    Tags = HasMetal;damnSeatLarge,
  }

  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,
    Tags = HasMetal;damnSeatLarge,
  }

/************************ 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,
    Tooltip = Tooltip_item_damnBumperFront,
    Tags = HasMetal;damnMetalBumper,
  }

  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,
    Tooltip = Tooltip_item_damnBullbarFront,
    Tags = HasMetal;damnMetalArmor,
  }

  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,
    Tooltip = Tooltip_item_damnBumperRear,
    Tags = HasMetal;damnMetalBumper,
  }
}