// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
set_name("ring" );
set_short("white gold wedding ring" );
add_alias("band" );
add_adjective(({"white", "gold", "wedding" }) );
set_main_plural("white gold wedding rings" );
add_plural("rings" );
set_long("A circle of white gold. The simplicity of this sparkling metal " "empahsizes the purity of your spirit and the quiet, selfless love your " "spouse has for you.\n" );
set_weight(1 );
set_value(12000 );
add_property("shop type", "jewellers" );
add_property("no recycling", 1 );
set_type("ring" );
setup_armour(320 );
set_damage_chance(10);
} /* setup() */