// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
set_name("sallet" );
set_short("visored sallet" );
add_adjective("visored" );
set_long("This is a conical helm made up of a series of "
"overlapping plates. The helm is tapered at "
"the rear to form a pointed tail, giving it an "
"almost streamlined look. A pointed visor "
"attached to the front covers the face, leaving "
"the chin exposed.\n" );
set_material("steel" );
set_type("helmet" );
set_weight(38 );
setup_armour(38000 );
set_value(3000 );
set_damage_chance(10 );
add_ac("sharp", "sharp", 85 );
add_ac("blunt", "blunt", 60 );
add_ac("pierce", "pierce", 65);
} /* setup() */