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