// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("tunic" );
set_short("scarlet tunic" );
add_adjective("scarlet" );
add_plural("scarlet 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 scarlet "
"colour.\n" );
set_weight(30 );
set_value(600 );
setup_clothing(1000 );
set_type("shirt" );
set_damage_chance(20);
} /* setup() */