inherit "inherit/armour";
reset(arg) {
if(arg) return;
set_name("platemail");
set_short("A suit of platemail");
set_long(
"A fine suit of platemail armour bearing traditional elvish \n"+
"designs on the breastplate. The owner of this armour must \n"+
"be amoung the pride of the elvish nations outside Tempus. \n");
set_type("armour");
set_ac(5);
set_weight(6);
set_value(4000);
set_sell_destruct(1);
}