// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
set_name("cap" );
set_short("fur-lined leather cap with earflaps" );
add_adjective("leather" );
add_adjective("fur-lined" );
add_adjective("with" );
add_adjective("earflaps" );
set_main_plural("fur-lined leather caps" );
set_long("This warm leather cap has big wide earflaps to "
"protect your ears from the cold, or a nasty wooden cosh. "
"It should provide excellent protection from blows to the "
"head, due to its thick wool lining, but it might not be as "
"good against something sharp.\n" );
set_material("leather" );
set_type("hat" );
set_weight(18 );
setup_armour(18000 );
set_value(500 );
set_damage_chance(1 );
add_ac("sharp", "sharp", 55 );
add_ac("blunt", "blunt", 10 );
add_ac("pierce", "pierce", 10);
} /* setup() */