module Base

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

	item 85buickLeSabreMagazine
    {
	    DisplayName = 85 Buick LeSabre Auto Manual,
		DisplayCategory = SkillBook,
		ItemType = base:literature,
		Weight = 0.5,
		Icon = LES85_mag,
		BoredomChange = -20,
        StressChange = -15,
		LearnedRecipes = 85buickLeSabreMakeHood;85buickLeSabreMakeTrunkLid;85buickLeSabreMakeFrontSeat;85buickLeSabreMakeRearSeat;85buickLeSabreMakeFrontBumper;85buickLeSabreMakeReinforcedFrontBumper;85buickLeSabreMakeRearBumper;85gmBbodyMakeFrontDoor;85gmBbodyMakeRearDoor;85gmBbodyMakeFrontWindshield;85gmBbodyMakeFrontSideWindow;85gmBbodyMakeRearSideWindow;85gmBbodyMakeRearWindshield;85gmBbodyMakeRoofrack,
		Tooltip = Tooltip_item_damnAutoManual,
		StaticModel = Magazine,
		WorldStaticModel = 85buickLeSabreMagazineWI,
		Tags = base:magazine,
    }

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

  item 85buickLeSabreEngineDoor1
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	14.0,
    Type	=	Normal,
    ItemType = base:normal,
    DisplayName	=	85 Buick LeSabre Hood,
    Icon	=	LES85_hood,
    ChanceToSpawnDamaged = 25,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85buickLeSabreEngineDoorWI,
    Tags = base:hasmetal;damnlib:damnHood,
  }

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

  item 85buickLeSabreTrunkDoor1
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	10.0,
    Type	=	Normal,
    ItemType = base:normal,
    DisplayName	=	85 Buick LeSabre Trunk Lid,
    Icon	=	LES85_trunkl,
    ChanceToSpawnDamaged = 25,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85buickLeSabreTrunkDoorWI,
    Tags = base:hasmetal;damnlib:damnTrunkLid,
  }

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

  item 85buickLeSabreSeatFront1
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	15.0,
    Type	=	Normal,
    ItemType = base:normal,
    DisplayName	=	85 Buick LeSabre Front Seat,
    Icon	=	LES85_seatf,
    MaxCapacity = 30,
    ChanceToSpawnDamaged = 20,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85buickLeSabreSeatFrontWI,
    Tags = base:hasmetal;damnlib:damnSeatLarge,
  }

  item 85buickLeSabreSeatRear1
  {
    DisplayCategory = VehicleMaintenance,
    Weight =   16.0,
    Type   =   Normal,
    ItemType = base:normal,
    DisplayName    =   85 Buick LeSabre Rear Seat,
    Icon   =   LES85_seatr,
    MaxCapacity = 30,
    ChanceToSpawnDamaged = 20,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85buickLeSabreSeatRearWI,
    Tags = base:hasmetal;damnlib:damnSeatLarge,
  }

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

  item 85buickLeSabreBumperFront0
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	10.0,
    Type	=	Normal,
    ItemType = base:normal,
    DisplayName	=	85 Buick LeSabre Front Bumper,
    Icon	=	LES85_bumpf,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85buickLeSabreBumperFront0WI,
    Tooltip = Tooltip_item_damnBumperFront,
    Tags = base:hasmetal;damnlib:damnMetalBumper,
  }

  item 85buickLeSabreBumperFrontA
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	15.0,
    Type	=	Normal,
    ItemType = base:normal,
    DisplayName	=	85 Buick LeSabre Reinforced Bumper,
    Icon	=	LES85_bumpfa,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85buickLeSabreBumperFrontAWI,
    Tooltip = Tooltip_item_damnBullbarFront,
    Tags = base:hasmetal;damnlib:damnMetalArmor,
  }

  item 85buickLeSabreBumperRear0
  {
    DisplayCategory = VehicleMaintenance,
    Weight  =   9.0,
    Type    =   Normal,
    ItemType = base:normal,
    DisplayName =   85 Buick LeSabre Rear Bumper,
    Icon    =   LES85_bumpr,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85buickLeSabreBumperRear0WI,
    Tooltip = Tooltip_item_damnBumperRear,
    Tags = base:hasmetal;damnlib:damnMetalBumper,
  }

}