// Petrarch
// Merentha Lib 1.0
// cloak
#include <std.h>
inherit ARMOUR;
void create() {
::create();
set_name("cloak");
set_short("a purple and black cloak");
set_long("The cloak is purple on the underside and black on the outside. It is made from a fine silk like material. There is a hood on it as well.");
set_id(({"cloak"}));
set_ac(2);
set_limbs(({"torso","head"}));
set_mass(3);
set_value(10);
}