

// Kingsal's rotted corpse textures


textures/darkmod/volta/volta_commoner_rotting
{
flesh
noshadows
forceoverlays  //so blood can be applied

   	bumpmap       models/md5/chars/townsfolk/commoner/commoner_tunic_rotting_local

    {
		blend	diffuseMap
		map	models/md5/chars/townsfolk/commoner_tunic_rotting
      alphaTest 0.9     
	}
	
   {    if ( parm11 > 0 )
        blend       gl_dst_color, gl_one
        map         _white
        rgb         0.40 * parm11
    }
    {   if ( parm11 > 0 )
        blend       add
        map        	models/md5/chars/townsfolk/commoner_tunic_rotting
        rgb         0.15 * parm11
    }



}