// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
set_name("greaves" );
set_short("pair of steel greaves" );
add_adjective(({"pair", "of", "steel"}) );
set_main_plural("pairs of steel greaves" );
set_long("These curvaceous metal plates are attached over the "
"lower legs, offering protection from front and rear "
"attacks. They will help negate the age old \"kick "
"'em in the shins and run for your life\" tactic. "
"They have a seperate steel plate, the poleyn, at "
"the knee to allow it to bend, while the upper leg "
"is protected by a plate known as the cuisse.\n" );
set_material("steel" );
set_type("greave" );
set_weight(140 );
setup_armour(14000 );
set_value(3800 );
set_damage_chance(10 );
add_ac("sharp", "sharp", 100 );
add_ac("blunt", "blunt", 80 );
add_ac("pierce", "pierce", 60);
} /* setup() */