module Base

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

	item 84oldsmobile98Magazine
    {
	    DisplayName = 84 Oldsmobile 98 Regency Auto Manual,
		DisplayCategory = SkillBook,
		ItemType = base:literature,
		Weight = 0.5,
		Icon = OLD84_mag,
		BoredomChange = -20,
        StressChange = -15,
		LearnedRecipes = 84oldsmobile98MakeHood;84oldsmobile98MakeTrunkLid;84oldsmobile98MakeFrontSeat;84oldsmobile98MakeRearSeat;84oldsmobile98MakeFrontBumper;84oldsmobile98MakeReinforcedFrontBumper;84oldsmobile98MakeRearBumper;84gmCbodyMakeFrontDoor;84gmCbodyMakeRearDoor;84gmCbodyMakeFrontWindshield;84gmCbodyMakeFrontSideWindow;84gmCbodyMakeRearSideWindow;84gmCbodyMakeRearWindshield;85gmBbodyMakeRoofrack,
		Tooltip = Tooltip_item_damnAutoManual,
		StaticModel = Magazine,
		WorldStaticModel = 84oldsmobile98MagazineWI,
		Tags = base:magazine,
    }

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

  item 84oldsmobile98EngineDoor1
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	15.0,
    ItemType = base:normal,
    VehicleType =   1,
    DisplayName	=	84 Oldsmobile 98 Regency Hood,
    Icon	=	OLD84_hood,
    ChanceToSpawnDamaged = 25,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 84oldsmobile98EngineDoorWI,
    Tags = base:hasmetal;damnlib:damnHood,
  }

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

  item 84oldsmobile98TrunkDoor1
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	10.0,
    ItemType = base:normal,
    VehicleType =   1,
    DisplayName	=	84 Oldsmobile 98 Regency Trunk Lid,
    Icon	=	OLD84_trunkl,
    ChanceToSpawnDamaged = 25,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 84oldsmobile98TrunkDoorWI,
    Tags = base:hasmetal;damnlib:damnTrunkLid,
  }

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

  item 84oldsmobile98SeatFront1
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	15.0,
    ItemType = base:normal,
    VehicleType =   1,
    DisplayName	=	84 Oldsmobile 98 Regency Front Seat,
    Icon	=	OLD84_seatf,
    MaxCapacity = 30,
    ChanceToSpawnDamaged = 20,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 84oldsmobile98SeatFrontWI,
    Tags = base:hasmetal;damnlib:damnSeatLarge,
  }

  item 84oldsmobile98SeatRear1
  {
    DisplayCategory = VehicleMaintenance,
    Weight =   16.0,
    ItemType = base:normal,
    VehicleType =   1,
    DisplayName    =   84 Oldsmobile 98 Regency Rear Seat,
    Icon   =   OLD84_seatr,
    MaxCapacity = 30,
    ChanceToSpawnDamaged = 20,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 84oldsmobile98SeatRearWI,
    Tags = base:hasmetal;damnlib:damnSeatLarge,
  }

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

  item 84oldsmobile98BumperFront0
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	10.0,
    ItemType = base:normal,
    VehicleType =   1,
    DisplayName	=	84 Oldsmobile 98 Regency Front Bumper,
    Icon	=	OLD84_bumpf,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 84oldsmobile98BumperFront0WI,
    Tooltip = Tooltip_item_damnBumperFront,
    Tags = base:hasmetal;damnlib:damnMetalBumper,
  }

  item 84oldsmobile98BumperFrontA
  {
    DisplayCategory = VehicleMaintenance,
    Weight	=	15.0,
    ItemType = base:normal,
    VehicleType =   1,
    DisplayName	=	84 Oldsmobile 98 Regency Reinforced Bumper,
    Icon	=	OLD84_bumpfa,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 84oldsmobile98BumperFrontAWI,
    Tooltip = Tooltip_item_damnBullbarFront,
    Tags = base:hasmetal;damnlib:damnMetalArmor,
  }

  item 84oldsmobile98BumperRear0
  {
    DisplayCategory = VehicleMaintenance,
    Weight  =   9.0,
    ItemType = base:normal,
    VehicleType =   1,
    DisplayName =   84 Oldsmobile 98 Regency Rear Bumper,
    Icon    =   OLD84_bumpr,
    ConditionMax = 100,
    MechanicsItem = TRUE,
    WorldStaticModel = 84oldsmobile98BumperRear0WI,
    Tooltip = Tooltip_item_damnBumperRear,
    Tags = base:hasmetal;damnlib:damnMetalBumper,
  }
}