// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
set_name("necklace" );
set_short("red and blue necklace" );
add_adjective(({ "red", "and", "blue" }) );
set_main_plural("red and blue necklaces" );
add_alias( "jewellery" );
set_long("This is a thick Djelian necklace. It is so thick that "
"it looks more like a collar. The strands of gold have "
"been painted alternating red and blue.\n" );
set_weight(5 );
add_plural("jewellery" );
set_value(30000 );
add_property("shop type", "jewellers" );
set_type("necklace" );
setup_armour(6400 );
set_damage_chance(7);
} /* setup() */