module Base

{

    /*

	/************************* Doors ************************/

    item 80chevyCKFrontDoor2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	11.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName	=	80s Chevrolet C/K Front Door (Obsolete),
        Icon	=	CH80T_doorf,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 80chevyCKFrontDoorWI,
        Tags = HasMetal;damnDoorModern,
    }

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

    item 80chevyCKEngineDoor2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	13.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName	=	80s Chevrolet C/K Hood (Obsolete),
        Icon	=	CH80T_hood,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 80chevyCKEngineDoorWI,
        Tags = HasMetal;damnHood,
    }

    /************************ Bullbars ************************/

	item 80chevyCKBumperFront0
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	8.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName	=	80s Chevrolet C/K Front Bumper Mk1 (Obsolete),
        Icon	=	CH80T_bumpf0,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 80chevyCKBumperFront0WI,
        Tooltip = Tooltip_item_damnBumperFront,
        Tags = HasMetal;damnMetalBumper,
    }

    item 80chevyCKBumperFront1
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	8.5,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName	=	80s Chevrolet C/K Front Bumper Mk2 (Obsolete),
        Icon	=	CH80T_bumpf1,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 80chevyCKBumperFront1WI,
        Tooltip = Tooltip_item_damnBumperFront,
        Tags = HasMetal;damnMetalBumper,
    }

    item 80chevyCKBumperRear0
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   8.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   80s Chevrolet C/K Rear Bumper (Obsolete),
        Icon    =   CH80T_bumpr0,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 80chevyCKBumperRear0WI,
        Tooltip = Tooltip_item_damnBumperRear,
        Tags = HasMetal;damnMetalBumper,
    }

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

	item 80chevyCKWindshield2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	9.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName	=	80s Chevrolet C/K Windshield (Obsolete),
        Icon	=	CH80T_windf,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 80chevyCKWindshieldWI,
        Tags = Glass;damnWindshield,
    }

	item 80chevyCKFrontSideWindow2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	4.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName	=	80s Chevrolet C/K Front Side Window (Obsolete),
        Icon	=	CH80T_winf,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 80chevyCKFrontSideWindowWI,
        Tags = Glass;damnWindow,
    }

    item 80chevyCKBackSideWindow2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   6.5,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   80s Chevrolet C/K Back Side Window (Obsolete),
        Icon    =   CH80T_winb,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 80chevyCKBackSideWindowWI,
        Tags = Glass;damnWindow,
    }

    item 80chevyCKRearWindshield2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   6.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   80s Chevrolet C/K Rear Windshield (Obsolete),
        Icon    =   CH80T_windr,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 80chevyCKRearWindshieldWI,
        Tags = Glass;damnWindshield,
    }

    /************************ SideSteps ************************/

    item 80chevyCKSideSteps2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   3.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   80s Chevrolet C/K Side Steps (Obsolete),
        Icon    =   CH80T_sides,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
        WorldStaticModel = 80chevyCKSideStepsWI,
        Tags = HasMetal;damnMetalArmor,
    }

    /************************ Misc ************************/

    item 80chevySunVisor2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   6.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   80 Chevrolet C/K Sun Visor (Obsolete),
        Icon    =   CH80T_visor,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
        WorldStaticModel = 80chevySunVisorWI,
        Tags = HasMetal;damnMetalArmor,
    }

    */

}