module Base
{
    item 89actytruckFrontBumper1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	8.0,
        Type	=	Normal,
        DisplayName	= Acty Truck Front Bumper,
        Icon	=	89actytruck_bumper,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 89actytruckFrontBumperWorld,
	VehicleType =   1,
    }

    item 89actytruckRearBumper1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	8.0,
        Type	=	Normal,
        DisplayName	= Acty Truck Rear Bumper,
        Icon	=	89actytruck_bumper,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 89actytruckRearBumperWorld,
	VehicleType =   1,
    }

    item 89actytruckDoorFrontLeft1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	14.0,
        Type	=	Normal,
        DisplayName	= Acty Truck Left Door,
        Icon	=	89actytruck_frontdoorleft,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 89actytruckDoorLWorld1,
	VehicleType =   1,
    }

    item 89actytruckDoorFrontRight1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	14.0,
        Type	=	Normal,
        DisplayName	= Acty Truck Right Door,
        Icon	=	89actytruck_frontdoorright,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 89actytruckDoorRWorld1,
	VehicleType =   1,
    }
	
    item 89actytruckWindowFront1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	8.0,
        Type	=	Normal,
        DisplayName	=	Acty Truck Door Window,
        Icon	=	89actytruck_doorglass,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 89actytruckWindowFrontWorld,
	VehicleType =   1,
    }
	
	
    item 89actytruckHood1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	14.0,
        Type	=	Normal,
        DisplayName	=	Acty Truck Engine Cover,
        Icon	=	89actytruck_hood,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 89actytruckHoodWorld,
	VehicleType =   1,
    }
	
	
	item 89actytruckTrunk1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	14.0,
        Type	=	Normal,
        DisplayName	=	Acty Truck Bed Door,
        Icon	=	89actytruck_bumper,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 89actytruckTrunkWorld,
	VehicleType =   1,
    }
	
	
	item 89actytruckFrontWindshield1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	8.5,
        Type	=	Normal,
        DisplayName	=	Acty Truck Front Windshield,
        Icon	=	89actytruck_windowfront,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 89actytruckFrontWindshieldWorld,
	VehicleType =   1,
    }
	
	item 89actytruckRearWindshield1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	8.0,
        Type	=	Normal,
        DisplayName	=	Acty Truck Rear Windshield,
        Icon	=	89actytruck_windowrear,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = 89actytruckRearWindshieldWorld,
	VehicleType =   1,
    }	
}