//===========================================
// TEXTURES
//===========================================

//Author: Yan Ostretsov & bikerdude

textures/darkmod/stone/brick/halfbrick_trim
{
    stone

    qer_editorimage textures/darkmod/stone/brick/halfbrick_trim_ed
    diffusemap      textures/darkmod/stone/brick/halfbrick_trim
    bumpmap         textures/darkmod/stone/brick/halfbrick_trim_local
    specularmap     textures/darkmod/stone/brick/halfbrick_trim_s


    {
        if ( parm11 > 0 )
        blend       gl_dst_color, gl_one
        map         _white
        rgb         0.40 * parm11
    }
    {
        if ( parm11 > 0 )
        blend       add
        map         textures/darkmod/stone/brick/halfbrick_trim
        rgb         0.15 * parm11
    }



}