Phylactery of the mists

From LSWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 20:09, 4 December 2015 (edit)
Sukie (Talk | contribs)

← Previous diff
Revision as of 11:32, 7 December 2015 (edit)
Marcosy (Talk | contribs)

Next diff →
Line 8: Line 8:
weighs about a twentieth of a dekan. weighs about a twentieth of a dekan.
- inherit "/std/item"+ Appears to grant a small amount of magickal resistance, while reducing the wearer's order/chaos resistance slightly.
- +
- 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,+
- ]))+
- }+

Revision as of 11:32, 7 December 2015

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.
Appears to grant a small amount of magickal resistance, while reducing the wearer's order/chaos resistance slightly.
Personal tools