module KickScooter
{
    
    item KickScooter
    {
        WeightReduction             = 100,
        Weight                      = 10,
        Type                        = Container,
        Capacity                    = 0,
        DisplayName                 = Kick Scooter,
        Icon                        = ScooterIcon,
		DisplayCategory	            = Container,
        RequiresEquippedBothHands   = true,
		StaticModel         	= kickscooter_model,
		WorldStaticModel 		= kickscooter_world,
		
		ReplaceInPrimaryHand = models_x_scooter idle_scooter,
    }
}