// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
set_name("undershirt" );
set_short("leather undershirt" );
add_adjective("leather" );
set_long("This soft leather shirt mainly serves as "
"padding underneath a suit of chainmail or "
"other heavy armour, while providing "
"minimal protection by itself. You would, however, "
"feel slightly more comfortable while wearing this.\n" );
set_material("leather" );
set_type("undershirt" );
set_weight(11 );
setup_armour(7587 );
set_value(378 );
set_damage_chance(4 );
add_ac("sharp", "sharp", 23 );
add_ac("blunt", "blunt", 32 );
add_ac("pierce", "pierce", 17);
} /* setup() */