Phylactery of the mists
From LSWiki
Revision as of 19:09, 4 December 2015; Sukie (Talk | contribs)
(diff) ←Older revision | Current revision | Newer revision→ (diff)
(diff) ←Older revision | Current revision | Newer revision→ (diff)
This is a phylactery, a sort of amulet, of a kind often bearing religious significance, mounted on a long strap, half extending from either side of it, intended to be wrapped around the arm or the forehead, made of black leather strips and opal. The quality of its craftsmanship is excellent. It is badly chipped and cracked. It is intermediate in size, and looks just about right to fit you. It looks about seven tenths of a dimin across and a tenth of a dimin long. It weighs about a twentieth of a dekan.
inherit "/std/item" void configure() { ::configure() set_identity(([ Identity_Code : "phylacteries of the mists", Identity_Effect : "the mists", ])) add_description(Description_Type_Generic) set_craft(Craft_Excellent) armour()->set_armour_type(Armour_Type_Phylactery) armour()->set_race("human") armour()->set_field_effect(True) armour()->set_granted_resistances(([ "chaos" : -10, "magical" : 20, "order" : -10, ])) add_proportion(([ Element_Type : Material_Opal, Element_Proportion : 1.0, ])) add_proportion(([ Element_Type : Material_Dweomer, Element_Proportion : 0.7, ])) add_proportion(([ Element_Type : Material_Leather, Element_Proportion : 0.2, Element_Color : "black", Element_Form : Form_Strips, Element_Flags : Element_Flag_Secondary, ])) }