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