// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
set_name("medallion" );
set_short("occult silver medallion" );
add_adjective(({ "occult", "silver" }) );
add_plural("jewellery" );
add_alias( "jewellery" );
set_main_plural("occult silver medallions" );
set_long( "This heavy silver medallion in studded with gems, forming "
"pictures of the Moon in Her various phases. In Her full "
"and half aspects, you think you can detect a knowing smile.\n" );
set_weight( 5 );
set_value( 4000 );
setup_armour( 800 );
set_type( "necklace" );
set_damage_chance( 7 );
add_property("shop type", "jewellers" );
add_property("occult jewellery", 1);
} /* setup() */