module Base

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

	item 87chevySuburbanMagazine
    {
	    DisplayName = 87 Chevrolet Suburban Auto Manual,
		DisplayCategory = SkillBook,
		ItemType = base:literature,
		Weight = 0.5,
		Icon = SUB87_mag,
		BoredomChange = -20,
        StressChange = -15,
		LearnedRecipes = 87chevySuburbanMakeHood;87chevySuburbanMakeTrunkLid;87chevySuburbanMakeFrontSeat;87chevySuburbanMakeRearSeat;3rdGenChevyCKseriesMakeFrontDoor;3rdGenChevyCKseriesMakeRearDoor;3rdGenChevyCKseriesMakeFrontWindshield;3rdGenChevyCKseriesMakeFrontSideWindow;3rdGenChevyCKseriesMakeRearSideWindow;3rdGenChevyCKseriesMakeBackSideWindow;3rdGenChevyCKseriesMakeRearWindshield;3rdGenChevyCKseriesMakeSidesteps;87chevySuburbanMakeRoofrack;87chevySuburbanMakeSideStorage,
		Tooltip = Tooltip_item_damnAutoManual,
		StaticModel = Magazine,
		WorldStaticModel = 87chevySuburbanMagazineWI,
		Tags = base:magazine,
    }

	/************************ Tires ************************/  

	item 87chevySuburbanTire2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName	=	87 Chevrolet Suburban Tire,
        Icon	=	SUB87_wheel,
        MaxCapacity = 35,
        ChanceToSpawnDamaged = 0,
        WheelFriction = 1.9,
        ConditionMax = 100,
        ConditionLowerStandard = 0.01,
        ConditionLowerOffroad = 0.01,
        MechanicsItem = TRUE,
	    WorldStaticModel = 87chevySuburbanTire2WI,
        Tags = base:isfirefuel;base:hasmetal;base:wholetire;damnlib:damnTire,
		FireFuelRatio = 0.25,
    }

	/************************ Trunks ************************/

    item 87chevySuburbanRoofrack2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   16.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   87 Chevrolet Suburban Roofrack,
        Icon    =   SUB87_roofr,
        MaxCapacity = 70,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
        WorldStaticModel = 87chevySuburbanRoofrackWI,
        Tags = base:hasmetal;damnlib:damnMetalRoofrack,
    }

    item 87chevySuburbanSideStorage2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   3.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   87 Chevrolet Suburban Side Storage,
        Icon    =   SUB87_sidestore,
        MaxCapacity = 15,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
        WorldStaticModel = 87chevySuburbanSideStorageWI,
        Tags = base:hasmetal;damnlib:damnMetalRoofrack,
        
    }

	/************************ Carmor ************************/

	item 87chevySuburbanFrontWindowArmor
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	10.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName	=	87 Chevrolet Suburban Front Window Armor,
        Icon	=	SUB87_winfa,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 87chevySuburbanFrontWindowArmorWI,
        Tooltip = Tooltip_item_damnSideArmor,
        Tags = base:hasmetal;damnlib:damnMetalArmor,
    }

	item 87chevySuburbanRearWindowArmor
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	10.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName	=	87 Chevrolet Suburban Rear Window Armor,
        Icon	=	SUB87_winra,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 87chevySuburbanRearWindowArmorWI,
        Tooltip = Tooltip_item_damnSideArmor,
        Tags = base:hasmetal;damnlib:damnMetalArmor,
    }

    item 87chevySuburbanBackWindowArmor
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   9.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   87 Chevrolet Suburban Back Window Armor,
        Icon    =   SUB87_winba,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 87chevySuburbanBackWindowArmorWI,
        Tooltip = Tooltip_item_damnSideArmor,
        Tags = base:hasmetal;damnlib:damnMetalArmor,
    }

	item 87chevySuburbanWindshieldArmor
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	16.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName	=	87 Chevrolet Suburban Windshield Armor,
        Icon	=	SUB87_windfa,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 87chevySuburbanWindshieldArmorWI,
        Tooltip = Tooltip_item_damnWindshieldFrontArmor,
        Tags = base:hasmetal;damnlib:damnMetalArmor,
    }

    item 87chevySuburbanWindshieldRearArmor
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   11.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   87 Chevrolet Suburban Windshield Rear Armor,
        Icon    =   SUB87_windra,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 87chevySuburbanWindshieldRearArmorWI,
        Tooltip = Tooltip_item_damnWindshieldRearArmor,
        Tags = base:hasmetal;damnlib:damnMetalArmor,
    }

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

    item 87chevySuburbanEngineDoor2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	13.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName	=	87 Chevrolet Suburban Hood,
        Icon	=	SUB87_hood,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 87chevySuburbanEngineDoorWI,
        Tags = base:hasmetal;damnlib:damnHood,
    }

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

    item 87chevySuburbanTrunkDoor2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	13.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName	=	87 Chevrolet Suburban Trunk Lid,
        Icon	=	SUB87_trunkl,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 87chevySuburbanTrunkDoorWI,
        Tags = base:hasmetal;damnlib:damnTrunkLid,
    }

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

     item 87chevySuburbanSeatFront2
     {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	14.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName	=	87 Chevrolet Suburban Front Seat,
        Icon	=	SUB87_seatf,
        MaxCapacity = 25,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 87chevySuburbanSeatFrontWI,
        Tags = base:hasmetal;damnlib:damnSeatLarge,
     }

     item 87chevySuburbanSeatRear2
     {
     DisplayCategory = VehicleMaintenance,
         Weight =   12.0,
         ItemType = base:normal,
        VehicleType =   2,
         DisplayName    =   87 Chevrolet Suburban Rear Seat,
         Icon   =   SUB87_seatr,
         MaxCapacity = 20,
         ChanceToSpawnDamaged = 20,
         ConditionMax = 100,
         MechanicsItem = TRUE,
         WorldStaticModel = 87chevySuburbanSeatRearWI,
         Tags = base:hasmetal;damnlib:damnSeatLarge,
     }


    /************************ Roof Lights ************************/

    item 87chevySuburbanRoofLights2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   1.0,
        ItemType = base:normal,
        VehicleType =   2,
        DisplayName =   87 Chevrolet Suburban Roof Lights,
        Icon    =   SUB87_roofl,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
        WorldStaticModel = 87chevySuburbanRoofLightsWI,
        Tags = damnlib:damnLights,
    }

}