module Base

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

	item 85buickLeSabreMagazine
    {
	    DisplayName = 85 Buick LeSabre Auto Manual,
		DisplayCategory = SkillBook,
		Type = Literature,
		Weight = 0.5,
		Icon = LES85_mag,
		BoredomChange = -20,
        StressChange = -15,
		TeachedRecipes = 85buickLeSabre.MakeHood;85buickLeSabre.MakeTrunkLid;85buickLeSabre.MakeFrontSeat;85buickLeSabre.MakeRearSeat;85buickLeSabre.MakeFrontBumper;85buickLeSabre.MakeReinforcedFrontBumper;85buickLeSabre.MakeRearBumper;85gmBbody.MakeFrontDoor;85gmBbody.MakeRearDoor;85gmBbody.MakeFrontWindshield;85gmBbody.MakeFrontSideWindow;85gmBbody.MakeRearSideWindow;85gmBbody.MakeRearWindshield;85gmBbody.MakeRoofrack,
		Tooltip = Tooltip_item_damnAutoManual,
		StaticModel = Magazine,
		WorldStaticModel = 85buickLeSabreMagazineWI,
		Tags = Magazine,
    }

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

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

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

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

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

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

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

}