// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
  set_name("earring" );
  set_short("occult snake earring" );
  add_adjective(({ "occult", "snake" }) );
  add_plural("jewellery" );
  add_alias( "jewellery" );
  set_main_plural("occult snake earrings" );
  set_long( "The silver earring is shaped as a snake biting its own tail, "
         "emerald eyes squinting watchfully into each other.  "       
	 "The symbolism in this isn't totally clear, but it is believed "       
	 "by people who have come far on the Path of the Elders that "       
	 "it will protect against harmful energies and create soothing "       
	 "vibrations in the wearer's aura.\n" );
  set_weight( 1 );
  set_value( 1600 );
  setup_armour( 500 );
  set_type( "earring" );
  set_damage_chance( 7 );
  add_property("shop type", "jewellers" );
  add_property("occult jewellery", 1);
} /* setup() */