

dewdrop_doll
{

        surftype15
    description "straw"
    
    noselfshadow
        {  blend	diffusemap
	    map models/darkmod/props/textures/dewdrop_doll
	     alphaTest 0.5
         }


	bumpmap		models/darkmod/props/textures/dewdrop_doll_local

    {
        if ( parm11 > 0 )
        blend       gl_dst_color, gl_one
        map         _white
        rgb         0.40 * parm11
    }
    {
        if ( parm11 > 0 )
        blend       add
        map         models/darkmod/props/textures/dewdrop_doll
        rgb         0.15 * parm11
    }



}