// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("socks" );
set_short("pair of chamois socks" );
add_adjective("pair" );
add_adjective("of" );
add_adjective("chamois" );
set_main_plural("pairs of chamois socks" );
set_long("These socks are made of a very soft leather "
"acquired from the hides of sheep, and look very warm and "
"comfortable.\n" );
set_material("leather" );
set_type("sock" );
set_weight(181 );
setup_clothing(18000 );
set_value(400 );
set_damage_chance(1);
} /* setup() */