// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
set_name("ring" );
set_short("sparkling diamond wedding band" );
add_alias("band" );
add_adjective(({"sparkling", "diamond", "wedding" }) );
set_main_plural("sparkling diamond wedding bands" );
add_plural(({"bands", "rings"}) );
set_long("Fashioned in platinum, this exquisite ring is studded with flashing " "stones of the finest quality. Your mate cherishes you and wishes to provide " "everything possible to ensure your marital happiness.\n" );
set_weight(1 );
set_value(90000 );
add_property("shop type", "jewellers" );
add_property("no recycling", 1 );
set_type("ring" );
setup_armour(320 );
set_damage_chance(10);
} /* setup() */