module Base

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

	item 85oldsmobileDelta88Magazine
    {
	    DisplayName = 85 Oldsmobile Delta 88 Auto Manual,
		DisplayCategory = SkillBook,
		ItemType = base:literature,
		Weight = 0.5,
		Icon = DEL85_mag,
		BoredomChange = -20,
        StressChange = -15,
		LearnedRecipes = 85oldsmobileDelta88MakeHood;85oldsmobileDelta88MakeTrunkLid;85oldsmobileDelta88MakeFrontSeat;85oldsmobileDelta88MakeRearSeat;85oldsmobileDelta88MakeFrontBumper;85oldsmobileDelta88MakeReinforcedFrontBumper;85oldsmobileDelta88MakeRearBumper;85gmBbodyMakeFrontDoor;85gmBbodyMakeRearDoor;85gmBbodyMakeFrontWindshield;85gmBbodyMakeFrontSideWindow;85gmBbodyMakeRearSideWindow;85gmBbodyMakeRearWindshield;85gmBbodyMakeRoofrack,
		Tooltip = Tooltip_item_damnAutoManual,
		StaticModel = Magazine,
		WorldStaticModel = 85oldsmobileDelta88MagazineWI,
		Tags = base:magazine,
    }

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

  item 85oldsmobileDelta88EngineDoor1
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	14.0,
    ItemType = base:normal,
    VehicleType =   1,
    DisplayName	=	85 Oldsmobile Delta 88 Hood,
    Icon	=	DEL85_hood,
    ChanceToSpawnDamaged = 25,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85oldsmobileDelta88EngineDoorWI,
    Tags = base:hasmetal;damnlib:damnHood,
  }

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

  item 85oldsmobileDelta88TrunkDoor1
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	10.0,
    ItemType = base:normal,
    VehicleType =   1,
    DisplayName	=	85 Oldsmobile Delta 88 Trunk Lid,
    Icon	=	DEL85_trunkl,
    ChanceToSpawnDamaged = 25,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85oldsmobileDelta88TrunkDoorWI,
    Tags = base:hasmetal;damnlib:damnTrunkLid,
  }

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

  item 85oldsmobileDelta88SeatFront1
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	15.0,
    ItemType = base:normal,
    VehicleType =   1,
    DisplayName	=	85 Oldsmobile Delta 88 Front Seat,
    Icon	=	DEL85_seatf,
    MaxCapacity = 30,
    ChanceToSpawnDamaged = 20,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85oldsmobileDelta88SeatFrontWI,
    Tags = base:hasmetal;damnlib:damnSeatLarge,
  }

  item 85oldsmobileDelta88SeatRear1
  {
    DisplayCategory = VehicleMaintenance,
    Weight =   16.0,
    ItemType = base:normal,
    VehicleType =   1,
    DisplayName    =   85 Oldsmobile Delta 88 Rear Seat,
    Icon   =   DEL85_seatr,
    MaxCapacity = 30,
    ChanceToSpawnDamaged = 20,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85oldsmobileDelta88SeatRearWI,
    Tags = base:hasmetal;damnlib:damnSeatLarge,
  }

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

  item 85oldsmobileDelta88BumperFront0
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	10.0,
    ItemType = base:normal,
    VehicleType =   1,
    DisplayName	=	85 Oldsmobile Delta 88 Front Bumper,
    Icon	=	DEL85_bumpf,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85oldsmobileDelta88BumperFront0WI,
    Tooltip = Tooltip_item_damnBumperFront,
    Tags = base:hasmetal;damnlib:damnMetalBumper,
  }

  item 85oldsmobileDelta88BumperFrontA
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	15.0,
    ItemType = base:normal,
    VehicleType =   1,
    DisplayName	=	85 Oldsmobile Delta 88 Reinforced Bumper,
    Icon	=	DEL85_bumpfa,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85oldsmobileDelta88BumperFrontAWI,
    Tooltip = Tooltip_item_damnBullbarFront,
    Tags = base:hasmetal;damnlib:damnMetalArmor,
  }

  item 85oldsmobileDelta88BumperRear0
  {
    DisplayCategory = VehicleMaintenance,
    Weight  =   9.0,
    ItemType = base:normal,
    VehicleType =   1,
    DisplayName =   85 Oldsmobile Delta 88 Rear Bumper,
    Icon    =   DEL85_bumpr,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 85oldsmobileDelta88BumperRear0WI,
    Tooltip = Tooltip_item_damnBumperRear,
    Tags = base:hasmetal;damnlib:damnMetalBumper,
  }

}