// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
set_name("bevor" );
set_short("steel bevor" );
add_adjective("steel" );
set_long("This steel, cup-shaped plate protects the neck and "
"chin. People who dribble alot often find them very "
"unconfortable to wear.\n" );
set_material("steel" );
set_type("collar" );
set_weight(30 );
setup_armour(3000 );
set_value(2200 );
set_damage_chance(5 );
add_ac("sharp", "sharp", 100 );
add_ac("blunt", "blunt", 80 );
add_ac("pierce", "pierce", 60);
} /* setup() */