// Autogenned file inherit ARMOUR_OBJ; void setup(){ set_name("vambraces" ); set_short("pair of steel vambraces" ); add_adjective(({"pair", "of", "steel"}) ); set_long("These tubular steel plates protect the lower and " "upper arm, luckily having a seperate plate at the " "elbow, the couter, to allow the wearer's arm to " "bend. Earlier versions did not accomodate this, " "often to their wearer's expense, and their opponents " "amusement. They have large pauldrons to protect " "the shoulders, and circular besagews to protect " "the armpit.\n" ); set_material("steel" ); set_type("vambrace" ); set_weight(120 ); setup_armour(12000 ); set_value(3400 ); set_damage_chance(15 ); add_ac("sharp", "sharp", 100 ); add_ac("blunt", "blunt", 80 ); add_ac("pierce", "pierce", 60); } /* setup() */