// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
set_name("medallion" );
set_short("silver medallion" );
add_adjective("silver" );
add_plural("jewellery" );
add_alias( "jewellery" );
set_main_plural("silver medallions" );
set_long("This is a very nice medallion that has been "
"lovingly crafted from silver. This is definitely "
"the sort of thing a hairy-chested poseur wouldn't be without.\n" );
set_weight(2 );
set_value(3000 );
add_property("shop type", "jewellers" );
set_type("necklace" );
setup_armour(640 );
set_damage_chance(7);
} /* setup() */