// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("boots" );
set_short("pair of chunky black boots" );
add_adjective(({ "pair of", "black", "chunky" }) );
add_plural(({ "pairs of chunky black boots" }) );
set_main_plural("pairs of black chunky boots" );
set_long("These boots have chunky soles and look absolutely fantastic"
" with short black dresses.\n" );
set_weight(6 );
set_value(4000 );
set_type("boot" );
setup_clothing(240 );
set_damage_chance(15);
} /* setup() */