// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("belt" );
set_short("huge buckle attached to a brown leather belt" );
add_adjective(({ "huge", "buckle", "attached", "brown", "leather" }) );
set_long("At the end of the length of leather which makes up the leather "
"of the belt is a huge buckle. The buckle is about four inches "
"in diameter and made of bright polished steel.\n" );
set_material("leather" );
set_weight(3 );
set_value(500 );
set_type("belt" );
setup_clothing(800 );
set_damage_chance(5);
} /* setup() */