module Base
{
    /************************* Doors ************************/

    item 8thGenFordFseriesFrontDoor2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	10.0,
        Type  = Normal,
        VehicleType =   2,
        DisplayName	=	8th Gen Ford F Series Front Door,
        Icon	=	FS8TH_door_f,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 8thGenFordFseriesFrontDoorWI,
        Tags = HasMetal;damnDoorModern,
    }

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

    item 8thGenFordFseriesEngineDoor2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type  = Normal,
        VehicleType =   2,
        DisplayName	=	8th Gen Ford F Series Hood,
        Icon	=	FS8TH_hood,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 8thGenFordFseriesEngineDoorWI,
        Tags = HasMetal;damnHood,
    }

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

    item 8thGenFordFseriesSeatFront2
    {
        DisplayCategory = VehicleMaintenance,
        Weight = 14.0,
        Type  = Normal,
        VehicleType =   2,
        DisplayName  = 8th Gen Ford F Series Front Seat,
        Icon = FS8TH_seat,
        MaxCapacity = 25,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 8thGenFordFseriesSeatFrontWI,
        Tags = HasMetal;damnSeatLarge,
    }

    /************************ Windows ************************/

	item 8thGenFordFseriesWindshield2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	9.0,
        Type  = Normal,
        VehicleType =   2,
        DisplayName	=	8th Gen Ford F Series Windshield,
        Icon	=	FS8TH_wind,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 8thGenFordFseriesWindshieldWI,
        Tags = Glass;damnWindshield,
    }

	item 8thGenFordFseriesWindowFrontSide2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	4.0,
        Type  = Normal,
        VehicleType =   2,
        DisplayName	=	8th Gen Ford F Series Front Side Window,
        Icon	=	FS8TH_winfl,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 8thGenFordFseriesWindowFrontSideWI,
        Tags = Glass;damnWindow,
    }
}