module Base
{
	item NormalCarSeat
     {
         DisplayCategory = VehicleMaintenance,
         Weight	=	15.0,
         Type	=	Normal,
         DisplayName	=	Standard Seat,
         Icon	=	CarSeat,
         VehicleType =   1,
         MaxCapacity = 20,
         ChanceToSpawnDamaged = 70,
         ConditionMax = 100,
         MechanicsItem = TRUE,
         WorldStaticModel = CarSeat,
     }
}