// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("boots" );
set_short("pair of large leather boots" );
add_adjective(({"pair", "of", "large", "leather"}) );
set_main_plural("pairs of large leather boots" );
set_long("These are large, brown, leather boots. They are "
"rather droopy, and fold over on each other at "
"the top.\n" );
set_material("leather" );
set_weight(8 );
set_value(1200 );
set_type("boot" );
set_damage_chance(40 );
setup_clothing(80);
} /* setup() */