// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("tunic" );
set_short("green tunic" );
add_adjective("green" );
add_plural("green tunics" );
set_long("This is a loose-fitting tunic, long enough to reach "
"down to the knees for ordinary wear. It is worn over "
"the head, so the neck is moderately low with a slit "
"running down the front, usually fastened at the top "
"with a broach or tassle. It is a fashionable shade "
"of green.\n" );
set_weight(30 );
set_value(500 );
setup_clothing(1000 );
set_type("shirt" );
set_damage_chance(20);
} /* setup() */