// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
set_name("pendant" );
set_short("silver pendant" );
add_adjective("silver" );
add_plural("jewellery" );
add_alias( "jewellery" );
set_long("This silver pendant depicts a sleeping dragon. "
"The chain for the pendant is cunningly worked to "
"look like the dragon's tail, the end of which is "
"tucked under the dragon's chin.\n" );
set_weight(2 );
set_value(4500 );
add_property("shop type", "jewellers" );
set_type("necklace" );
setup_armour(640 );
set_damage_chance(7);
} /* setup() */