Can someone tell me what is the "skills" for a normal table on physics??

->A metal table, the floor is like carpet... what are the values, cause i can't get it Right...


By t Way, the mass here is Kg?? or g?
action lab_table{

phent_settype(my, PH_RIGID, PH_poly);
ph_setgravity( vector(0,0,-380) );
phent_setmass(my, 950, PH_poly);
phent_setfriction ( my, 15);
phent_setdamping ( my, 2, 2 );

}